aboutsummaryrefslogtreecommitdiff
path: root/.venv/lib/python3.12/site-packages/python_json_logger-3.3.0.dist-info
diff options
context:
space:
mode:
authorS. Solomon Darnell2025-03-28 21:52:21 -0500
committerS. Solomon Darnell2025-03-28 21:52:21 -0500
commit4a52a71956a8d46fcb7294ac71734504bb09bcc2 (patch)
treeee3dc5af3b6313e921cd920906356f5d4febc4ed /.venv/lib/python3.12/site-packages/python_json_logger-3.3.0.dist-info
parentcc961e04ba734dd72309fb548a2f97d67d578813 (diff)
downloadgn-ai-master.tar.gz
two version of R2R are hereHEADmaster
Diffstat (limited to '.venv/lib/python3.12/site-packages/python_json_logger-3.3.0.dist-info')
-rw-r--r--.venv/lib/python3.12/site-packages/python_json_logger-3.3.0.dist-info/INSTALLER1
-rw-r--r--.venv/lib/python3.12/site-packages/python_json_logger-3.3.0.dist-info/LICENSE9
-rw-r--r--.venv/lib/python3.12/site-packages/python_json_logger-3.3.0.dist-info/METADATA80
-rw-r--r--.venv/lib/python3.12/site-packages/python_json_logger-3.3.0.dist-info/NOTICE5
-rw-r--r--.venv/lib/python3.12/site-packages/python_json_logger-3.3.0.dist-info/RECORD26
-rw-r--r--.venv/lib/python3.12/site-packages/python_json_logger-3.3.0.dist-info/WHEEL5
-rw-r--r--.venv/lib/python3.12/site-packages/python_json_logger-3.3.0.dist-info/top_level.txt1
7 files changed, 127 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/python_json_logger-3.3.0.dist-info/INSTALLER b/.venv/lib/python3.12/site-packages/python_json_logger-3.3.0.dist-info/INSTALLER
new file mode 100644
index 00000000..a1b589e3
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/python_json_logger-3.3.0.dist-info/INSTALLER
@@ -0,0 +1 @@
+pip
diff --git a/.venv/lib/python3.12/site-packages/python_json_logger-3.3.0.dist-info/LICENSE b/.venv/lib/python3.12/site-packages/python_json_logger-3.3.0.dist-info/LICENSE
new file mode 100644
index 00000000..90eaf67e
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/python_json_logger-3.3.0.dist-info/LICENSE
@@ -0,0 +1,9 @@
+Copyright (c) 2011, Zakaria Zajac and the python-json-logger Contributors
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/.venv/lib/python3.12/site-packages/python_json_logger-3.3.0.dist-info/METADATA b/.venv/lib/python3.12/site-packages/python_json_logger-3.3.0.dist-info/METADATA
new file mode 100644
index 00000000..3f8fbd88
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/python_json_logger-3.3.0.dist-info/METADATA
@@ -0,0 +1,80 @@
+Metadata-Version: 2.2
+Name: python-json-logger
+Version: 3.3.0
+Summary: JSON Log Formatter for the Python Logging Package
+Author-email: Zakaria Zajac <zak@madzak.com>, Nicholas Hairs <info+python-json-logger@nicholashairs.com>
+Maintainer-email: Nicholas Hairs <info+python-json-logger@nicholashairs.com>
+License: BSD-2-Clause License
+Project-URL: Homepage, https://nhairs.github.io/python-json-logger
+Project-URL: GitHub, https://github.com/nhairs/python-json-logger
+Classifier: Development Status :: 6 - Mature
+Classifier: Intended Audience :: Developers
+Classifier: License :: OSI Approved :: BSD License
+Classifier: Operating System :: OS Independent
+Classifier: Programming Language :: Python :: 3 :: Only
+Classifier: Programming Language :: Python :: 3.8
+Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
+Classifier: Programming Language :: Python :: 3.12
+Classifier: Programming Language :: Python :: 3.13
+Classifier: Topic :: System :: Logging
+Classifier: Typing :: Typed
+Requires-Python: >=3.8
+Description-Content-Type: text/markdown
+License-File: LICENSE
+License-File: NOTICE
+Requires-Dist: typing_extensions; python_version < "3.10"
+Provides-Extra: dev
+Requires-Dist: orjson; implementation_name != "pypy" and extra == "dev"
+Requires-Dist: msgspec; implementation_name != "pypy" and extra == "dev"
+Requires-Dist: validate-pyproject[all]; extra == "dev"
+Requires-Dist: black; extra == "dev"
+Requires-Dist: pylint; extra == "dev"
+Requires-Dist: mypy; extra == "dev"
+Requires-Dist: pytest; extra == "dev"
+Requires-Dist: freezegun; extra == "dev"
+Requires-Dist: backports.zoneinfo; python_version < "3.9" and extra == "dev"
+Requires-Dist: tzdata; extra == "dev"
+Requires-Dist: build; extra == "dev"
+Requires-Dist: mkdocs; extra == "dev"
+Requires-Dist: mkdocs-material>=8.5; extra == "dev"
+Requires-Dist: mkdocs-awesome-pages-plugin; extra == "dev"
+Requires-Dist: mdx_truly_sane_lists; extra == "dev"
+Requires-Dist: mkdocstrings[python]; extra == "dev"
+Requires-Dist: mkdocs-gen-files; extra == "dev"
+Requires-Dist: mkdocs-literate-nav; extra == "dev"
+Requires-Dist: mike; extra == "dev"
+
+[![PyPi](https://img.shields.io/pypi/v/python-json-logger.svg)](https://pypi.python.org/pypi/python-json-logger/)
+[![PyPI - Status](https://img.shields.io/pypi/status/python-json-logger)](https://pypi.python.org/pypi/python-json-logger/)
+[![PyPI - Downloads](https://img.shields.io/pypi/dm/python-json-logger)](https://pypi.python.org/pypi/python-json-logger/)
+[![Python Versions](https://img.shields.io/pypi/pyversions/python-json-logger.svg)](https://github.com/nhairs/python-json-logger)
+[![License](https://img.shields.io/github/license/nhairs/python-json-logger.svg)](https://github.com/nhairs/python-json-logger)
+![Build Status](https://github.com/nhairs/python-json-logger/actions/workflows/test-suite.yml/badge.svg)
+#
+# Python JSON Logger
+
+Python JSON Logger enables you produce JSON logs when using Python's `logging` package.
+
+JSON logs are machine readable allowing for much easier parsing and ingestion into log aggregation tools.
+
+
+## Documentation
+
+- [Documentation](https://nhairs.github.io/python-json-logger/latest/)
+- [Quickstart Guide](https://nhairs.github.io/python-json-logger/latest/quickstart/)
+- [Change Log](https://nhairs.github.io/python-json-logger/latest/changelog/)
+- [Contributing](https://nhairs.github.io/python-json-logger/latest/contributing/)
+
+## License
+
+This project is licensed under the BSD 2 Clause License - see [`LICENSE`](https://github.com/nhairs/python-json-logger/blob/main/LICENSE)
+
+## Authors and Maintainers
+
+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)
+
+It is currently maintained by:
+
+- [Nicholas Hairs](https://github.com/nhairs) - [nicholashairs.com](https://www.nicholashairs.com)
diff --git a/.venv/lib/python3.12/site-packages/python_json_logger-3.3.0.dist-info/NOTICE b/.venv/lib/python3.12/site-packages/python_json_logger-3.3.0.dist-info/NOTICE
new file mode 100644
index 00000000..cfa67dd0
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/python_json_logger-3.3.0.dist-info/NOTICE
@@ -0,0 +1,5 @@
+This software includes the following licenced software:
+ - mkdocstrings-python
+ Copyright (c) 2021, Timothée Mazzucotelli
+ Licenced under ISC Licence
+ Source: https://github.com/mkdocstrings/python
diff --git a/.venv/lib/python3.12/site-packages/python_json_logger-3.3.0.dist-info/RECORD b/.venv/lib/python3.12/site-packages/python_json_logger-3.3.0.dist-info/RECORD
new file mode 100644
index 00000000..58df682e
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/python_json_logger-3.3.0.dist-info/RECORD
@@ -0,0 +1,26 @@
+python_json_logger-3.3.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
+python_json_logger-3.3.0.dist-info/LICENSE,sha256=GOqVF546Xg4k62zhbED7--IxM8JQKTOi91-KPhoFW1Q,1329
+python_json_logger-3.3.0.dist-info/METADATA,sha256=XfdvZal_i2ckXHh-fNw0pcFtVbF2dqvtZjwOkFc_m20,3969
+python_json_logger-3.3.0.dist-info/NOTICE,sha256=uRQnFcGZCwuIBR2AIHVvhKi9w1KkiI_vAyralfxCsk4,209
+python_json_logger-3.3.0.dist-info/RECORD,,
+python_json_logger-3.3.0.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
+python_json_logger-3.3.0.dist-info/top_level.txt,sha256=9G-OsTkbwPgM8t-bXKPmWDBRZv9cbzLIiEDE5EnGk2I,17
+pythonjsonlogger/__init__.py,sha256=2QcveuId10CyXff_BtJ_6kXIarHT5oq66XHHMFiaE8s,419
+pythonjsonlogger/__pycache__/__init__.cpython-312.pyc,,
+pythonjsonlogger/__pycache__/core.cpython-312.pyc,,
+pythonjsonlogger/__pycache__/defaults.cpython-312.pyc,,
+pythonjsonlogger/__pycache__/exception.cpython-312.pyc,,
+pythonjsonlogger/__pycache__/json.cpython-312.pyc,,
+pythonjsonlogger/__pycache__/jsonlogger.cpython-312.pyc,,
+pythonjsonlogger/__pycache__/msgspec.cpython-312.pyc,,
+pythonjsonlogger/__pycache__/orjson.cpython-312.pyc,,
+pythonjsonlogger/__pycache__/utils.cpython-312.pyc,,
+pythonjsonlogger/core.py,sha256=pnKRSExv0WHbyNoSXE-JrzhHN3Bp1gctK_oGQSDY__s,14589
+pythonjsonlogger/defaults.py,sha256=-XgxIj8ioq7CsnBBMsQhTRpU-lKbLrpQLJTCaT3iH38,6577
+pythonjsonlogger/exception.py,sha256=r3DXDk7TThscnMVNPpVRaRSFHTnY-ygea6nn-FgjwsI,804
+pythonjsonlogger/json.py,sha256=TsKD_1-TDjaeMUg6la_aVzIWd7GBxgAntY6zWzVe7lU,4165
+pythonjsonlogger/jsonlogger.py,sha256=sfltkYGwRhRvqcpT-kxlPfcMuOc4ngEa4W4NVTiBpMI,417
+pythonjsonlogger/msgspec.py,sha256=M5kiIX4RLr1PwvWKx21N8sgk05LCFymBAWM4cRR3VNA,2161
+pythonjsonlogger/orjson.py,sha256=HVhIHo7CrTwj9pZuZzUmj1qsW0coNdVmDKSDycDs-pM,2357
+pythonjsonlogger/py.typed,sha256=4RLptUHQuSqzK6CDbigff8uvWQjwPPQMxikWPkV4OtA,80
+pythonjsonlogger/utils.py,sha256=qr04nb61TkVw7cJTXAtLBfyH_NBvyYUlR_mehH76-RM,1126
diff --git a/.venv/lib/python3.12/site-packages/python_json_logger-3.3.0.dist-info/WHEEL b/.venv/lib/python3.12/site-packages/python_json_logger-3.3.0.dist-info/WHEEL
new file mode 100644
index 00000000..ec2f44ec
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/python_json_logger-3.3.0.dist-info/WHEEL
@@ -0,0 +1,5 @@
+Wheel-Version: 1.0
+Generator: setuptools (75.8.2)
+Root-Is-Purelib: true
+Tag: py3-none-any
+
diff --git a/.venv/lib/python3.12/site-packages/python_json_logger-3.3.0.dist-info/top_level.txt b/.venv/lib/python3.12/site-packages/python_json_logger-3.3.0.dist-info/top_level.txt
new file mode 100644
index 00000000..2f881809
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/python_json_logger-3.3.0.dist-info/top_level.txt
@@ -0,0 +1 @@
+pythonjsonlogger