Metadata-Version: 2.1
Name: djem
Version: 0.8.0
Summary: A collection of useful stuff for Django projects
Home-page: https://github.com/oogles/djem
Author: Alex Church
Author-email: alex@church.id.au
License: BSD
Project-URL: Documentation, https://djem.readthedocs.io/en/latest/
Project-URL: Bug Tracker, https://github.com/oogles/djem/issues
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.0
Classifier: Framework :: Django :: 4.1
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
License-File: LICENSE

Djem
====

|build| |coverage| |docs| |pypi| |license|
|pyversions| |djversions|

A collection of useful stuff for Django projects.


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

* Django 3.2+
* `pytz <http://pytz.sourceforge.net/>`_ is required to make use of ``TimeZoneField``


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

Install the latest stable version from PyPI:

.. code-block:: bash

    pip install djem


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

Full documentation can be found at: https://djem.readthedocs.io.


.. |build| image:: https://github.com/oogles/djem/actions/workflows/test.yml/badge.svg
    :alt: Build status
    :target: https://github.com/oogles/djem/actions/

.. |coverage| image:: https://coveralls.io/repos/github/oogles/djem/badge.svg?branch=main
    :alt: Test suite coverage
    :target: https://coveralls.io/github/oogles/djem?branch=main

.. |docs| image:: https://readthedocs.org/projects/djem/badge/?version=latest
    :alt: Latest documentation build
    :target: http://djem.readthedocs.io/en/latest/?badge=latest

.. |pypi| image:: https://img.shields.io/pypi/v/djem.svg
    :alt: Latest release version
    :target: https://pypi.org/project/djem/

.. |license| image:: https://img.shields.io/pypi/l/djem.svg
    :alt: License

.. |pyversions| image:: https://img.shields.io/pypi/pyversions/djem.svg
    :alt: Supported Python versions

.. |djversions| image:: https://img.shields.io/pypi/djversions/djem.svg
    :alt: Supported Django versions
