Metadata-Version: 2.1
Name: olli
Version: 2.0.0
Summary: Olli searches your Loki logs and relays matching terms to Discord.
Home-page: https://python-discord.github.io/olli/
License: MIT
Keywords: loki,discord,logs,observability
Author: Joe Banks
Author-email: joseph@josephbanks.me
Requires-Python: ==3.11.*
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: httpx (==0.25.2)
Requires-Dist: loguru (==0.7.2)
Requires-Dist: pydantic (==2.5.2)
Requires-Dist: pydantic-settings (==2.1.0)
Requires-Dist: schedule (==1.2.1)
Project-URL: Documentation, https://python-discord.github.io/olli/
Project-URL: Repository, https://github.com/python-discord/olli
Description-Content-Type: text/markdown

# Olli

[![PyPI version fury.io](https://badge.fury.io/py/olli.svg)](https://pypi.python.org/pypi/olli/)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/olli.svg)](https://pypi.python.org/pypi/olli/)
[![GitHub license](https://img.shields.io/github/license/python-discord/olli.svg)](https://github.com/python-discord/olli/blob/main/LICENSE)

Olli searches your Loki logs and relays matching terms to Discord. Please read the [documentation](https://python-discord.github.io/olli/) to get started.

- [Documentation](https://python-discord.github.io/olli/)
- [Docker Image](https://ghcr.io/python-discord/olli)

## Contributing

Please open an issue before contributing features to discuss implementation.

## License

Olli is licensed under MIT.

