Metadata-Version: 2.1
Name: minos-microservice-common
Version: 0.0.1.5a0
Summary: Python Package with common Classes and Utilities used in Minos Microservices
Home-page: UNKNOWN
Author: Andrea Mucci
Author-email: andrea@clariteia.com
License: UNKNOWN
Description: Minos Microservice Common
        =========================
        
        [![codecov](https://codecov.io/gh/Clariteia/minos_microservice_common/branch/main/graph/badge.svg)](https://codecov.io/gh/Clariteia/minos_microservice_common)
        
        ![Tests](https://github.com/Clariteia/minos_microservice_common/actions/workflows/python-tests.yml/badge.svg)
        
        Python Package with common Classes and Utilities used in Minos Microservices
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with ![Cookiecutter](https://github.com/audreyr/cookiecutter)  and the ![Minos Package](https://github.com/Clariteia/minos-pypackage) project template.
        
        
        
        History
        =======
        
        0.0.1.1-alpha (2021-03-28)
        ------------------
        
        * First release on PyPI.
        
        
        0.0.1.2-alpha (2021-03-31)
        ------------------
        
        * Completed the Generic Config class Microservices.
        * README badges modification.
        
        
        0.0.1.3-alpha (2021-03-31)
        ------------------
        
        * Updated Markdown for README and HISTORY
        
        0.0.1.4-alpha (2021-04-04)
        ------------------
        
        * Completed the Config Class for YAML Support
        * Added a set of tests for the MinosConfig class
        * As well from the tests folder would be possible to get and example of
          the configuration file for microservices
        
        0.0.1.5-alpha (2021-04-04)
        ------------------
        
        * Added support for database configuration parameters ( events and commands)
        * Added set of tests for database config parameters
        
Keywords: minos_microservice_common
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Description-Content-Type: text/markdown
