METADATA 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. Metadata-Version: 2.4
  2. Name: python-json-logger
  3. Version: 4.1.0
  4. Summary: JSON Log Formatter for the Python Logging Package
  5. Author-email: Zakaria Zajac <zak@madzak.com>, Nicholas Hairs <info+python-json-logger@nicholashairs.com>
  6. Maintainer-email: Nicholas Hairs <info+python-json-logger@nicholashairs.com>
  7. License-Expression: BSD-2-Clause
  8. Project-URL: Homepage, https://nhairs.github.io/python-json-logger
  9. Project-URL: GitHub, https://github.com/nhairs/python-json-logger
  10. Classifier: Development Status :: 6 - Mature
  11. Classifier: Intended Audience :: Developers
  12. Classifier: Operating System :: OS Independent
  13. Classifier: Programming Language :: Python :: 3 :: Only
  14. Classifier: Programming Language :: Python :: 3.10
  15. Classifier: Programming Language :: Python :: 3.11
  16. Classifier: Programming Language :: Python :: 3.12
  17. Classifier: Programming Language :: Python :: 3.13
  18. Classifier: Programming Language :: Python :: 3.14
  19. Classifier: Topic :: System :: Logging
  20. Classifier: Typing :: Typed
  21. Requires-Python: >=3.10
  22. Description-Content-Type: text/markdown
  23. License-File: LICENSE
  24. Provides-Extra: dev
  25. Requires-Dist: orjson; implementation_name != "pypy" and extra == "dev"
  26. Requires-Dist: msgspec; implementation_name != "pypy" and extra == "dev"
  27. Requires-Dist: validate-pyproject[all]; extra == "dev"
  28. Requires-Dist: black; extra == "dev"
  29. Requires-Dist: pylint; extra == "dev"
  30. Requires-Dist: mypy; extra == "dev"
  31. Requires-Dist: pytest; extra == "dev"
  32. Requires-Dist: freezegun; extra == "dev"
  33. Requires-Dist: tzdata; extra == "dev"
  34. Requires-Dist: build; extra == "dev"
  35. Requires-Dist: mkdocs; extra == "dev"
  36. Requires-Dist: mkdocs-material>=8.5; extra == "dev"
  37. Requires-Dist: mkdocs-awesome-pages-plugin; extra == "dev"
  38. Requires-Dist: mdx_truly_sane_lists; extra == "dev"
  39. Requires-Dist: mkdocstrings[python]; extra == "dev"
  40. Requires-Dist: mkdocs-gen-files; extra == "dev"
  41. Requires-Dist: mkdocs-literate-nav; extra == "dev"
  42. Requires-Dist: mike; extra == "dev"
  43. Dynamic: license-file
  44. [![PyPi](https://img.shields.io/pypi/v/python-json-logger.svg)](https://pypi.python.org/pypi/python-json-logger/)
  45. [![PyPI - Status](https://img.shields.io/pypi/status/python-json-logger)](https://pypi.python.org/pypi/python-json-logger/)
  46. [![PyPI - Downloads](https://img.shields.io/pypi/dm/python-json-logger)](https://pypi.python.org/pypi/python-json-logger/)
  47. [![Python Versions](https://img.shields.io/pypi/pyversions/python-json-logger.svg)](https://github.com/nhairs/python-json-logger)
  48. [![License](https://img.shields.io/github/license/nhairs/python-json-logger.svg)](https://github.com/nhairs/python-json-logger)
  49. ![Build Status](https://github.com/nhairs/python-json-logger/actions/workflows/test-suite.yml/badge.svg)
  50. #
  51. # Python JSON Logger
  52. Python JSON Logger enables you produce JSON logs when using Python's `logging` package.
  53. JSON logs are machine readable allowing for much easier parsing and ingestion into log aggregation tools.
  54. ## Documentation
  55. - [Documentation](https://nhairs.github.io/python-json-logger/latest/)
  56. - [Quickstart Guide](https://nhairs.github.io/python-json-logger/latest/quickstart/)
  57. - [Change Log](https://nhairs.github.io/python-json-logger/latest/changelog/)
  58. - [Contributing](https://nhairs.github.io/python-json-logger/latest/contributing/)
  59. ## License
  60. This project is licensed under the BSD 2 Clause License - see [`LICENSE`](https://github.com/nhairs/python-json-logger/blob/main/LICENSE)
  61. ## Authors and Maintainers
  62. This project was originally authored by [Zakaria Zajac](https://github.com/madzak) and our wonderful [contributors](https://github.com/nhairs/python-json-logger/graphs/contributors)
  63. It is currently maintained by:
  64. - [Nicholas Hairs](https://github.com/nhairs) - [nicholashairs.com](https://www.nicholashairs.com)