Metadata-Version: 2.2
Name: central_error_codes
Version: 0.12.0
Summary: A Python package to manage error codes for multiple microservices
Home-page: https://github.com/yourusername/central-error-codes
Author: Your Name
Author-email: your.email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: summary

# Central Error Codes

A Python package to manage error codes for multiple microservices. This package allows you to load and manage error codes for different categories from JSON files.

## Installation

To install the package:

```bash
pip install central-error-codes
