Metadata-Version: 1.1
Name: cantal_tools
Version: 0.2.4
Summary: High level cantal tools
Home-page: https://github.com/popravich/cantal_tools
Author: Alexey Popravka
Author-email: alexey.popravka@horsedevel.com
License: MIT
Description: Cantal tools
        ============
        
        High level tools for `cantal`_ metrics collection system.
        
        Documentation: http://cantal-tools.readthedocs.io
        
        Package contains utils for collecting metrics for
        WSGI applications, Flask, Redis, Elasticsearch, SQLAlchemy and Django.
        See docs for more.
        
        Basic usage:
        
        .. code-block:: python
        
           import cantal
           from cantal_tools.werkzeug_serving import CantaledWSGIServer
        
           cantal.start()
        
           CantaledWSGIServer(
               port=8080,
               ).serve_forever()
        
        .. _cantal: http://cantal-py.readthedocs.io
Platform: POSIX
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
