Metadata-Version: 2.1
Name: logstack
Version: 0.0.1
Summary: logstack is a convenience package to communicate with a logstack server
Home-page: https://github.com/strativ-dev/logstack
Author: LogStack Team
Author-email: prantoamt@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/strativ-dev/logstack/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# LogStack
[![Python 3.8](https://img.shields.io/badge/python-3.8-blue.svg)](https://www.python.org/downloads/release/python-380/)

`LogStack` is a convenience package to communicate with a `LogStack` server,
which is available as a `Docker` image [here](https://github.com/strativ-dev/log-collector).

## Getting Started
```bash
    pip install logstack
```

## Contributing
If you face any issues with project, please create and submit an issue,
detailing the problem and providing examples to reproduce the problem.

If you wish to contribute to the project via enhancements, please submit an
issue outlining how your suggested changes improves the project and the scope of
the change.


