Metadata-Version: 2.1
Name: django-boogie
Version: 0.1.0
Summary: Django with swagger: better managers, queries and url mappers.
Home-page: https://github.com/fabiommendes/django-boogie/
Author: Fábio Macêdo Mendes
Author-email: fabiomacedomendes@gmail.com
License: BSD License (BSD)
Description: .. image:: https://travis-ci.org/fabiommendes/django-boogie.svg?branch=master
            :target: https://travis-ci.org/fabiommendes/django-boogie/
        
        .. image:: https://coveralls.io/repos/github/fabiommendes/django-boogie/badge.svg?branch=master
            :target: https://coveralls.io/github/fabiommendes/django-boogie?branch=master
        
        
        Django is nice and powerful, but sometimes it feels too serious. Django-boogie
        brings some cool ideas from other libraries and frameworks to Django in order to
        make development easier and more effective.
        
        Django-boogie provides:
        
        * A improved F object that allows for more idiomatic query expressions.
        * A new url mapper that do not rely on regular expressions.
        * A unified manager/queryset class that exposes itself as a table data
          structure with an API inspired in the PyData stack (numpy, pandas and friends).
        * A system of hooks that allows greater interoperability and extensibility
          between different apps.
        
        
        Installation instructions
        =========================
        
        Django Boogie can be installed using pip::
        
            $ python3 -m pip install django-boogie
        
        Or better yet, add it to your requirements.txt or setup.py. After installing
        with pip, you'll probably want to add ``'boogie'`` to your ``INSTALLED_APPS``.
        
Keywords: web,django
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: docs
Provides-Extra: rest
Provides-Extra: dev
Provides-Extra: configurations
