Metadata-Version: 2.4
Name: django-ormcache
Version: 1.4
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: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Requires-Python: >=3.8, <3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Django<6.0,>=4.2
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"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 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).
