Metadata-Version: 2.1
Name: django-boogie
Version: 0.11.0
Summary: Django with swagger: better managers, APIs, configurations 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-Boogie is a framework formed by several loosely coupled modules that
        rethinks some of Django's practices. You can use any part of Boogie you want.
        
        Highlights:
        
        * Class-based settings.
        * Easy creation of rest APIs with a simple decorator.
        * A Flask inspired router that merges views and urls in a single module.
        * A Pandas inspired API for querysets + simple integration with Pandas.
        * A improved F object that allows more idiomatic query expressions.
        * And more!
        
        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. Boogie does not
        need to be added to your ``INSTALLED_APPS``. It requires Django 2.0+ and Python 3.6+.
        
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.6
Classifier: Programming Language :: Python :: 3.7
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: configurations
Provides-Extra: dev_stack
Provides-Extra: test
Provides-Extra: stack
Provides-Extra: rest
Provides-Extra: pandas
Provides-Extra: extra
