Development

Clone the repository:

git clone git@github.com:censys/censys-python.git

Install dependencies via pip:

cd censys-python/
poetry install

Run the test suite with pytest. More information about testing is available at Testing.