Metadata-Version: 2.1
Name: libmonty-logging
Version: 0.2.0
Summary: libmonty-logging - Python library - logging-related
Home-page: https://codeberg.org/sunarch/libmonty-logging
Author: András Németh (sunarch)
Author-email: sunarch@protonmail.com
Maintainer: András Németh (sunarch)
Maintainer-email: sunarch@protonmail.com
License: Mozilla Public License 2.0 (MPL 2.0)
Project-URL: Bug Tracker, https://codeberg.org/sunarch/libmonty-logging/issues
Keywords: libmonty,logging
Platform: Any
Classifier: Programming Language :: Python :: 3
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Logging
Classifier: Typing :: Typed
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: xdg-base-dirs==6.0.1

# libmonty - logging

Python library - logging-related

### Installation

Available on PyPI: [libmonty-logging](https://pypi.org/project/libmonty-logging/)

```commandline
pip install libmonty-logging
```

## License

[Mozilla Public License 2.0](https://www.mozilla.org/en-US/MPL/2.0/)

```
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
```

## Acknowledgements

- Python section in global .gitignore taken from [github/gitignore](https://github.com/github/gitignore) under the [CC0-1.0 License](https://choosealicense.com/licenses/cc0-1.0/).
