Metadata-Version: 1.2
Name: logmetrics-sdk
Version: 1.0.3
Summary: LogMetrics provides simplified configuration to log payload for python projects
Home-page: https://github.com/devxchangeio/logmetrics-python
Author: devxchange.io
Author-email: info@devxchange.io
License: Apache Software License 2.0
Description: =================
        logmetrics-sdk
        =================
        
        .. image:: https://img.shields.io/pypi/v/logmetrics_sdk.svg
                :target: https://pypi.python.org/pypi/logmetrics_sdk
        .. image:: https://img.shields.io/travis/devxchangeio/logmetrics-python.svg
                :target: https://travis-ci.org/devxchangeio/logmetrics-python
        .. image:: https://readthedocs.org/projects/logmetrics-python/badge/?version=latest
                :target: https://logmetrics.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        LogMetrics framework provides simplified configuration to log payload for python project.
        
        **Usage - Python Flask Projects**
        
        
        **Demo Project** -
        `logmetrics-python-demo <https://github.com/devxchange-blog/logmetrics-python-demo>`_
        
        **Release History**
        
        **1.0.3**
            * logging rest verb & payload to console.
            * feature to enable/disable payload logging
        
        **Contributing**
        
        1. Fork it!
        2. Create your feature branch: `git checkout -b my-new-feature`
        3. Commit your changes: `git commit -am 'Add some feature'`
        4. Push to the branch: `git push origin my-new-feature`
        5. Submit a pull request :D
        
        * Free software: Apache Software License 2.0
        * Documentation: `logmetrics-sdk <https://logmetrics-python.readthedocs.io>`_
        
        
        
        =======
        History
        =======
        
        0.0.1 (2019-11-07)
        ------------------
        
        * First release on PyPI.
        
Keywords: logmetrics-sdk
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
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: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
