ippy package¶
Submodules¶
ippy.ippy module¶
Python script to check if IP address and domains are accessible or not. .. codeauthor:: Shivam Mathur <shivam_jpr@hotmail.com>
-
class
ippy.ippy.Ippy(verbose_mode=True, output_mode='json', num_workers=4, file=None)[source]¶ Bases:
object-
get_accessible¶
-
get_not_accessible¶
-
get_results¶
-
result()[source]¶ Function to encode the output into the specified output mode. :return result: The output string in the specified output mode.
-