Development
Clone the repository:
git clone git@github.com:censys/censys-python.git
git clone https://github.com/censys/censys-python.git
gh repo clone censys/censys-python
Install dependencies via pip
:
cd censys-python/
poetry install
Run the test suite with pytest
. More information about testing is available at Testing.