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



### Publish update

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