django-ormcache


Namedjango-ormcache JSON
Version 1.3.2 PyPI version JSON
download
home_pagehttps://github.com/educreations/django-ormcache
SummaryORM cache for Django
upload_time2024-07-13 18:42:27
maintainerEducreations Engineering
docs_urlNone
authorCorey Farwell
requires_python<4,>=3.7
licenseMIT
keywords cache django
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            # 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).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/educreations/django-ormcache",
    "name": "django-ormcache",
    "maintainer": "Educreations Engineering",
    "docs_url": null,
    "requires_python": "<4,>=3.7",
    "maintainer_email": "engineering@educreations.com",
    "keywords": "cache django",
    "author": "Corey Farwell",
    "author_email": "coreyf@rwell.org",
    "download_url": "https://files.pythonhosted.org/packages/d7/f5/d563bdb6f9cf825dd185e85073e0afaf2c90af66d877d692daa9ac83f370/django_ormcache-1.3.2.tar.gz",
    "platform": null,
    "description": "# Django ORMCache\n\nA cache manager mixin that provides some caching of objects for the ORM.\n\n\n# Installation / Setup / Usage\n\nTODO\n\n\n# Testing\n\nRun the tests with:\n\n```\npip install -e .[tests]\ntox\n```\n\n# License\n\nCopyright \u00a9 2024, Educreations, Inc under the [MIT](LICENSE).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "ORM cache for Django",
    "version": "1.3.2",
    "project_urls": {
        "Changelog": "https://github.com/educreations/django-ormcache/blob/master/CHANGES.md",
        "Homepage": "https://github.com/educreations/django-ormcache",
        "Issues": "https://github.com/educreations/django-ormcache/issues"
    },
    "split_keywords": [
        "cache",
        "django"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c87f1761c5be70f58a1aa46cc89ba2faac3a75e3882cab31297b96e17f99036c",
                "md5": "3b77dc41dc2b7a1eb95955de47fca4cf",
                "sha256": "86db064648617352b995dd3f3f357a4b5ccb72c1bd8fe5c5e48c6d28eb615149"
            },
            "downloads": -1,
            "filename": "django_ormcache-1.3.2-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3b77dc41dc2b7a1eb95955de47fca4cf",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": "<4,>=3.7",
            "size": 7402,
            "upload_time": "2024-07-13T18:42:26",
            "upload_time_iso_8601": "2024-07-13T18:42:26.239430Z",
            "url": "https://files.pythonhosted.org/packages/c8/7f/1761c5be70f58a1aa46cc89ba2faac3a75e3882cab31297b96e17f99036c/django_ormcache-1.3.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d7f5d563bdb6f9cf825dd185e85073e0afaf2c90af66d877d692daa9ac83f370",
                "md5": "5936682d284a724b6111578e910e71cc",
                "sha256": "b7ab599fd873851fe9b379c2e33156f3be3382defd8faf39580e4ed6072b8a75"
            },
            "downloads": -1,
            "filename": "django_ormcache-1.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "5936682d284a724b6111578e910e71cc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.7",
            "size": 9101,
            "upload_time": "2024-07-13T18:42:27",
            "upload_time_iso_8601": "2024-07-13T18:42:27.416902Z",
            "url": "https://files.pythonhosted.org/packages/d7/f5/d563bdb6f9cf825dd185e85073e0afaf2c90af66d877d692daa9ac83f370/django_ormcache-1.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-13 18:42:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "educreations",
    "github_project": "django-ormcache",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "django-ormcache"
}
        
Elapsed time: 9.53847s