Examples for using the Python Library.
For our package import statements are structured like this.
# Access all indexes
from censys.search import SearchClient
# Access only the hosts index
from censys.search import CensysHosts
# Access only the certificates index
from censys.search import CensysCerts
from censys.asm import AsmClient