Metadata-Version: 2.0
Name: cantal-tools
Version: 0.2.2
Summary: High level cantal tools
Home-page: https://github.com/popravich/cantal_tools
Author: Alexey Popravka
Author-email: alexey.popravka@horsedevel.com
License: MIT
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
Requires-Dist: cantal

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

