Metadata-Version: 2.1
Name: dogfood-logger
Version: 0.1.6
Summary: 
Author: Your Name
Author-email: you@example.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: anyio (==3.6.2)
Requires-Dist: asgiref (==3.6.0)
Requires-Dist: certifi (==2023.5.7)
Requires-Dist: charset-normalizer (==3.1.0)
Requires-Dist: click (==8.1.3)
Requires-Dist: deprecated (==1.2.13)
Requires-Dist: fastapi (==0.95.1)
Requires-Dist: googleapis-common-protos (==1.56.2)
Requires-Dist: grpcio (==1.54.0)
Requires-Dist: h11 (==0.14.0)
Requires-Dist: idna (==3.4)
Requires-Dist: importlib-metadata (==6.0.1)
Requires-Dist: opentelemetry-api (==1.17.0)
Requires-Dist: opentelemetry-exporter-jaeger (==1.17.0)
Requires-Dist: opentelemetry-exporter-jaeger-proto-grpc (==1.17.0)
Requires-Dist: opentelemetry-exporter-jaeger-thrift (==1.17.0)
Requires-Dist: opentelemetry-instrumentation (==0.38b0)
Requires-Dist: opentelemetry-instrumentation-asgi (==0.38b0)
Requires-Dist: opentelemetry-instrumentation-fastapi (==0.38b0)
Requires-Dist: opentelemetry-instrumentation-logging (==0.38b0)
Requires-Dist: opentelemetry-sdk (==1.17.0)
Requires-Dist: opentelemetry-semantic-conventions (==0.38b0)
Requires-Dist: opentelemetry-util-http (==0.38b0)
Requires-Dist: pip-tools (>=6.13.0,<7.0.0)
Requires-Dist: protobuf (==3.20.3)
Requires-Dist: pydantic (==1.10.7)
Requires-Dist: python-dotenv (==1.0.0)
Requires-Dist: python-logging-loki (==0.3.1)
Requires-Dist: requests (==2.30.0)
Requires-Dist: rfc3339 (==6.2)
Requires-Dist: setuptools (==67.7.2)
Requires-Dist: six (==1.16.0)
Requires-Dist: sniffio (==1.3.0)
Requires-Dist: starlette (==0.26.1)
Requires-Dist: thrift (==0.16.0)
Requires-Dist: twine (>=4.0.2,<5.0.0)
Requires-Dist: typing-extensions (==4.5.0)
Requires-Dist: urllib3 (==2.0.2)
Requires-Dist: uvicorn (==0.22.0)
Requires-Dist: wrapt (==1.15.0)
Requires-Dist: zipp (==3.15.0)
Description-Content-Type: text/markdown

python-package-example

This is a minimal python package, for use alongside the lesson: https://github.com/BillMills/pythonPackageLesson

Contributing:

Please do! Guidelines:

 - This lesson is for beginners. Yes there are plenty of super fancy things we don't cover here; someday, we'll make a different, super fancy lesson to teach those things.
 - Max 100 lines per PR please.
 - Open an issue or empty PR first to talk about controversial changes.

