Metadata-Version: 2.0
Name: pypiuma
Version: 0.0.1
Summary: Piuma Python library with Django support
Home-page: UNKNOWN
Author: Lotrèk
Author-email: dimmitutto@lotrek.it
License: MIT
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3

pypiuma

-------
Install
-------

.. code-block::

   pip install pypiuma # TODO

-----
Usage
-----


---------
Run tests
---------

.. code-block::

   $ pip install -r requirements-dev.txt
   $ ./runtests.py --with-coverage


