Metadata-Version: 2.0
Name: medularis-django-utils
Version: 0.1.2
Summary: Medularis's open source utilities for use in Django projects
Home-page: https://github.com/medularis/medularis-django-utils
Author: German Larrain
Author-email: glarrain@users.noreply.github.com
License: 3-clause BSD
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Framework :: Django
Requires-Dist: Django (>=1.6)

medularis-django-utils (Medularis' Django utilities)
====================================================

.. image:: https://secure.travis-ci.org/medularis/medularis-django-utils.png?branch=master
   :target: http://travis-ci.org/medularis/medularis-django-utils
.. image:: https://coveralls.io/repos/medularis/medularis-django-utils/badge.png?branch=master
   :target: https://coveralls.io/r/medularis/medularis-django-utils
.. image:: https://pypip.in/version/medularis-django-utils/badge.png
   :target: https://pypi.python.org/pypi/medularis-django-utils/
   :alt: Latest version

Medularis' open source utilities for use in Django projects.

This project is a fork of `lu-dj-utils <https://github.com/lookup/lu-dj-utils>`_.


License
-------

This software is licensed under the OSI-approved "BSD License". To avoid
confusion with the original BSD license from 1990, the FSF refers to it as
"Modified BSD License". Other names include "New BSD", "revised BSD", "BSD-3",
or "3-clause BSD".

See the included LICENSE.txt file.


Run tests
---------

At the project root directory run:

.. code-block:: console

    $ python setup.py test

To test the project in all the supported Python environments run:

.. code-block:: console

    $ tox


