Metadata-Version: 2.1
Name: fsr-utilities
Version: 2.1.0
Summary: Common utilities frequently used across the fsr components
Home-page: https://github.com/CyberSponse-Dev-Corp/fsr-utilities
Author: Satish Mishra
Author-email: smishra@fortinet.com
Project-URL: Bug Tracker, https://github.com/CyberSponse-Dev-Corp/fsr-utilities/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: json2html
Requires-Dist: Jinja2 ==3.0.3
Requires-Dist: pika ==1.2.1

# FSR Utilities

FSR Utilities is a Python package that contains frequently used functions. 

## Installation and updating
Rerun this command to check for and install  updates .
```bash
pip install -U git+ssh://git@github.com:CyberSponse-Dev-Corp/fsr-utilities.git@2.0.0
```
If this does not work then download ``fsr_utilities-2.0.0.tar.gz`` file from https://github.com/CyberSponse-Dev-Corp/fsr-utilities/blob/release/2.0.0/dist/fsr_utilities-2.0.0.tar.gz

```
pip install ~/download/fsr_utilities-2.0.0.tar.gz
```

## Usage
Features:
*

#### Demo of some of the features:
```python
import fsr_utilities
from fsr_utilities import json_to_html
```

## Contributing

## License
[MIT](https://choosealicense.com/licenses/mit/)
