Metadata-Version: 2.1
Name: anthillpy
Version: 1.0.1
Summary: Hollow anthillpy package to extend n0s1.
Home-page: https://spark1.us/n0s1
Author: Spark 1
Author-email: contact@spark1.us
License: UNKNOWN
Keywords: n0s1
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Operating System :: OS Independent
Classifier: Topic :: Security
Classifier: Topic :: Software Development
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.9, <4
Description-Content-Type: text/markdown

# anthillpy
Hollow package to be used as an example on how to extend [n0s1](https://spark1.us/n0s1)

More details at https://github.com/spark1security/n0s1/tree/anthill

## How to expand n0s1
```commandline
git clone git@github.com:spark1security/n0s1.git
git checkout anthill
```
Search for all occurrences of anthill in the source code and replace by your new platform (e.g. Slack, Asana, Jira, etc)

The "n0s1/controllers/anthill_controller.py" can be used as a template for your new extension.

 


