Metadata-Version: 2.1
Name: luizalabs-django-toolkit
Version: 2.0.0
Summary: The LuizaLabs set of tools to develop projects using the Django framework
Home-page: https://github.com/luizalabs/django-toolkit
Author: Luizalabs
Author-email: pypi@luizalabs.com
License: UNKNOWN
Keywords: django tools logs middleware utils
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Requires-Dist: Django (>=1.8)
Provides-Extra: oauth2
Requires-Dist: django-oauth-toolkit (==1.0.0) ; extra == 'oauth2'

Django Toolkit
==============

.. image:: https://travis-ci.org/luizalabs/django-toolkit.svg?branch=master
    :target: https://travis-ci.org/luizalabs/django-toolkit

.. image:: https://codecov.io/gh/luizalabs/django-toolkit/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/luizalabs/django-toolkit

.. image:: https://readthedocs.org/projects/luizalabs-django-toolkit/badge/?version=stable
  :target: http://django-toolkit.readthedocs.io/en/stable/

.. image:: https://badge.fury.io/py/luizalabs-django-toolkit.svg
    :target: https://badge.fury.io/py/luizalabs-django-toolkit

Our set of tools to develop projects using the Django framework

Instalation
-----------

.. code-block:: bash

   pip install luizalabs-django-toolkit


More
----

* `Documentation <http://django-toolkit.readthedocs.io/en/stable/>`_


