Metadata-Version: 2.1
Name: hauntedhouse
Version: 0.0.24
Summary: Client for hauntedhouse yara search engine.
License: MIT Licence
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: aiohttp
Requires-Dist: pydantic
Requires-Dist: arrow
Requires-Dist: requests



### Publish update

```
pip install -U pip build twine
python -m build
python -m twine upload ./dist/*
```
