Metadata-Version: 2.1
Name: rnd-logger
Version: 1.2.1
Summary: Made Tech R&D Logger
Author: Made Tech R&D Engineering
Author-email: rnd-engineering@madetech.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: python-json-logger (>=2.0.7,<3.0.0)
Requires-Dist: sentry-sdk (>=1.32.0,<2.0.0)
Description-Content-Type: text/markdown

# Rnd Logger

A python logger implementation for the Made Tech R&D department

## Testing

- run `make test`

## Creating a release

- Commit your changes to main and then create a release on Github. 
- This will trigger a Github action that will increment the version with the tag you have chosen and publish that version to PyPi
- Please use semantic versioning and version relative to the change you have made
