Metadata-Version: 2.1
Name: darksearch
Version: 2.1.3
Summary: Python API wrapper for DarkSearch (darksearch.io).
Home-page: https://github.com/thehappydinoa/DarkSearch
License: MIT
Author: Aidan Holland
Author-email: thehappydinoa@gmail.com
Requires-Python: >=3.6.2,<4
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Framework :: Flake8
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
Classifier: Typing :: Typed
Requires-Dist: requests (>=2.26.0,<3.0.0)
Requires-Dist: rich (>=10.15.1,<11.0.0)
Requires-Dist: types-requests (>=2.26.1,<3.0.0)
Project-URL: Documentation, https://darksearch.readthedocs.io/
Project-URL: Issue Tracker, https://github.com/thehappydinoa/DarkSearch/issues
Project-URL: Repository, https://github.com/thehappydinoa/DarkSearch
Description-Content-Type: text/markdown

# DarkSearch

[![PyPI](https://img.shields.io/pypi/v/darksearch?color=orange&logo=pypi&logoColor=orange)](https://pypi.org/project/darksearch/)
[![Python Version](https://img.shields.io/badge/python-3.6%2B-blue?logo=python)](https://www.python.org/downloads/)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/thehappydinoa/DarkSearch/test?label=tests)](https://github.com/thehappydinoa/DarkSearch/actions)
[![Read the Docs](https://img.shields.io/readthedocs/darksearch/latest)](https://censys-python.readthedocs.io/en/stable/?badge=stable)
[![License](https://img.shields.io/github/license/thehappydinoa/DarkSearch)](LICENSE)

Python API wrapper for DarkSearch ([darksearch.io](https://darksearch.io/)). Python 3.6+ is currently supported.

## Install

```bash
pip install darksearch
```

## Resources

- [Documentation](https://darksearch.readthedocs.io/)

## Contributing

All contributions (no matter how small) are always welcome.

## Development

```bash
git clone git@github.com:thehappydinoa/DarkSearch.git
poetry install
```

## Testing

```bash
pytest
```

## Publishing

```bash
poetry build
poetry publish
```

## License

This software is licensed under [MIT](LICENSE)

