Metadata-Version: 2.0
Name: cantal-tools
Version: 0.2.1
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 :: 3 - Alpha
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.org
:Status: alpha

Basic usage:

.. code-block:: python

   import cantal
   from cantal_tools.werkzeug import CantaledWSGIServer

   cantal.start()

   CantaledWSGIServer(
       port=8080,
       ).serve_forever()

