Metadata-Version: 2.1
Name: securityratconnector
Version: 1.0.0
Summary: An API connector for SecurityRat
Home-page: https://github.com/dcfSec/SecurityRatConnector
License: Apache-2.0
Author: dcfSec
Author-email: contributor@dcfsec.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: requests (>=2.23.0,<3.0.0)
Project-URL: Repository, https://github.com/dcfSec/SecurityRatConnector
Description-Content-Type: text/markdown

# SecurityRatConnector
An API connector for [SecurityRat](https://github.com/SecurityRAT/SecurityRAT) written in python

## Requirements
- Python >= 3.6
- Requests

## Installation
Install with pip

````
pip install securityratconnector
````

## Documentation
https://dcfSec.github.io/securityratconnector/

## Versioning

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/dcfSec/SecurityRatConnector/tags). 

## Authors

 * [dcfSec](https://github.com/dcfSec) - *Initial work*

See also the list of [contributors](https://github.com/dcfSec/SecurityRatConnector/contributors) who participated in this project.

## License

This project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details
