Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yu9824/logging-tutorial
https://github.com/yu9824/logging-tutorial
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yu9824/logging-tutorial
- Owner: yu9824
- License: mit
- Created: 2024-05-29T12:03:33.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-15T06:52:40.000Z (5 months ago)
- Last Synced: 2024-06-16T06:47:55.118Z (5 months ago)
- Language: Python
- Size: 2.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# logging-tutorial
[![CI](https://github.com/yu9824/logging-tutorial/actions/workflows/CI.yaml/badge.svg)](https://github.com/yu9824/logging-tutorial/actions/workflows/CI.yaml)
[![docs](https://github.com/yu9824/logging-tutorial/actions/workflows/docs.yaml/badge.svg)](https://github.com/yu9824/logging-tutorial/actions/workflows/docs.yaml)Before [pep518](https://peps.python.org/pep-0518/)
- `setup.py`
- `setup.cfg`
- `ruff.toml`After [pep518](https://peps.python.org/pep-0518/)
- `pyproject.toml`