Metadata-Version: 2.3
Name: ccg_logging
Version: 1.0.1
Summary: A package containing logging utils.
Author-email: Rob Wade <rwade@claimsconsortiumgroup.co.uk>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Requires-Dist: loguru
Description-Content-Type: text/markdown

# ccg_logging 
A package containing logging utils.

### Installation
- Clone the package from the CCG Repos onto your local machine
- Install the package as an editable via pip (`pip install -e <path_to_package>`)

### Update
Once the package has been cloned initially, it can be updated by pulling any changes from Repos (because it's installed as an editable).