Metadata-Version: 2.1
Name: django-sorting-bootstrap
Version: 2.7.0
Summary: Sorting templates API using sorting, Django templatetags and Bootstrap classes.
Home-page: https://github.com/staticdev/django-sorting-bootstrap
License: MIT
Author: Thiago D'Ávila
Author-email: staticdev-support@protonmail.com
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 7 - Inactive
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: django (>=2.0)
Project-URL: Changelog, https://github.com/staticdev/django-sorting-bootstrap/releases
Project-URL: Documentation, https://django-sorting-bootstrap.readthedocs.io
Project-URL: Repository, https://github.com/staticdev/django-sorting-bootstrap
Description-Content-Type: text/x-rst

Django Sorting Bootstrap
========================

|PyPI| |Python Version| |License|

|Read the Docs| |Tests|

|pre-commit| |Black|

.. |PyPI| image:: https://img.shields.io/pypi/v/django-sorting-bootstrap.svg
   :target: https://pypi.org/project/django-sorting-bootstrap/
   :alt: PyPI
.. |Python Version| image:: https://img.shields.io/pypi/pyversions/django-sorting-bootstrap
   :target: https://pypi.org/project/django-sorting-bootstrap
   :alt: Python Version
.. |License| image:: https://img.shields.io/pypi/l/django-sorting-bootstrap
   :target: https://opensource.org/licenses/MIT
   :alt: License
.. |Read the Docs| image:: https://img.shields.io/readthedocs/django-sorting-bootstrap/latest.svg?label=Read%20the%20Docs
   :target: https://django-sorting-bootstrap.readthedocs.io/
   :alt: Read the documentation at https://django-sorting-bootstrap.readthedocs.io/
.. |Tests| image:: https://github.com/staticdev/django-sorting-bootstrap/workflows/Tests/badge.svg
   :target: https://github.com/staticdev/django-sorting-bootstrap/actions?workflow=Tests
   :alt: Tests
.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
   :target: https://github.com/pre-commit/pre-commit
   :alt: pre-commit
.. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black
   :alt: Black


Features
--------

Django Sorting Bootstrap is a pluggable mini-API to easy add sorting for querysets, links and table headers in Django_ templates. There is also a new tag that creates headers for sorting tables using Bootstrap_'s layout.


Requirements
------------

* Python 3.7+
* Django 2.0+
* Bootstrap 3+


Installation
------------

You can install *Django Sorting Bootstrap* via pip_ from PyPI_:

.. code:: console

   $ pip install django-sorting-bootstrap


Documentation
-------------

Complete instructions on installation and usage are found in ``docs`` directory and online at
https://django-sorting-bootstrap.readthedocs.io.


Contributing
------------

Contributions are very welcome.
To learn more, see the `Contributor Guide`_.


License
-------

Distributed under the terms of the MIT_ license,
*Django Sorting Bootstrap* is free and open source software.


Credits
-------

This app is based on `Agiliq's django-sorting`_ 0.1. It has two improvements over it: the new tags and the Twitter Bootstrap compliance idea.


.. _issue here: https://github.com/staticdev/staticdev/issues
.. _Django: https://www.djangoproject.com/
.. _Bootstrap: http://getbootstrap.com/
.. _MIT: http://opensource.org/licenses/MIT
.. _PyPI: https://pypi.org/
.. _pip: https://pip.pypa.io/
.. _Agiliq's django-sorting: http://github.com/agiliq/django-sorting
.. github-only
.. _Contributor Guide: CONTRIBUTING.rst

