Metadata-Version: 2.1
Name: django-ormcache
Version: 1.3.2
Summary: ORM cache for Django
Home-page: https://github.com/educreations/django-ormcache
Author: Corey Farwell
Author-email: coreyf@rwell.org
Maintainer: Educreations Engineering
Maintainer-email: engineering@educreations.com
License: MIT
Project-URL: Homepage, https://github.com/educreations/django-ormcache
Project-URL: Issues, https://github.com/educreations/django-ormcache/issues
Project-URL: Changelog, https://github.com/educreations/django-ormcache/blob/master/CHANGES.md
Keywords: cache django
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: Topic :: Software Development
Requires-Python: >=3.7, <4
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Django <5.0,>=2.0
Requires-Dist: six
Provides-Extra: test
Requires-Dist: tox ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-django ; extra == 'test'
Requires-Dist: flake8 ; extra == 'test'

# Django ORMCache

A cache manager mixin that provides some caching of objects for the ORM.


# Installation / Setup / Usage

TODO


# Testing

Run the tests with:

```
pip install -e .[tests]
tox
```

# License

Copyright © 2024, Educreations, Inc under the [MIT](LICENSE).
