Metadata-Version: 2.1
Name: drf-eagerloading
Version: 0.0.1
Summary: Python Boilerplate contains all the boilerplate you need to create a Python package.
Home-page: https://github.com/talpor/drf_eagerloading
Author: Pedro Piñango
Author-email: ppinango@talpor.com
License: MIT license
Keywords: drf_eagerloading
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7

================
DRF EagerLoading
================


.. image:: https://img.shields.io/pypi/v/drf_eagerloading.svg
        :target: https://pypi.python.org/pypi/drf_eagerloading

.. image:: https://img.shields.io/travis/talpor/drf_eagerloading.svg
        :target: https://travis-ci.org/talpor/drf_eagerloading

.. image:: https://readthedocs.org/projects/drf-eagerloading/badge/?version=latest
        :target: https://drf-eagerloading.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black


Calculate prefetch_related and select_related recursively based on the definition on the serializers.


* Free software: MIT license
* Documentation: https://drf-eagerloading.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.0.1 (2019-08-14)
------------------

* First release on PyPI.


