DevelopmentΒΆ

Clone the repository:

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

Install dependencies via pip:

pip install -e ".[dev]"

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