django-zakka


Namedjango-zakka JSON
Version 0.7.1 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2025-07-18 08:22:27
maintainerNone
docs_urlNone
authorPaul Traylor
requires_python>=3.9
licenseMIT License
keywords django
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # django-zakka - Assorted Django helpers

**django-zakka** is a collection of assorted mini apps and helpers to be reused in various Django projects

# Django Apps

## zakka.contrib.celery

Small celery view and custom command to help with viewing and running arbitrary tasks

## zakka.contrib.utils

Small app to collect assorted, useful [template tags and filters].

# Other Tools

## zakka.http

Wraps [requests] library with some tools to make it easier to assign a User-Agent to all requests.

## zakka.mixins.command

Helpers for writing [django-admin commands].

## zakka.permissions

Useful permissions Mixins

## zakka.test:TestCase

TestCase base class to make it easier to load other test data

[django-admin commands]: https://docs.djangoproject.com/en/3.2/howto/custom-management-commands
[requests]: https://github.com/psf/requests
[template tags and filters]: https://docs.djangoproject.com/en/3.2/howto/custom-template-tags/

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "django-zakka",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "django",
    "author": "Paul Traylor",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/45/c4/18973db113537c893bb24f62ac97f1c44714a132fc34aaf35b4866fb2225/django_zakka-0.7.1.tar.gz",
    "platform": null,
    "description": "# django-zakka - Assorted Django helpers\n\n**django-zakka** is a collection of assorted mini apps and helpers to be reused in various Django projects\n\n# Django Apps\n\n## zakka.contrib.celery\n\nSmall celery view and custom command to help with viewing and running arbitrary tasks\n\n## zakka.contrib.utils\n\nSmall app to collect assorted, useful [template tags and filters].\n\n# Other Tools\n\n## zakka.http\n\nWraps [requests] library with some tools to make it easier to assign a User-Agent to all requests.\n\n## zakka.mixins.command\n\nHelpers for writing [django-admin commands].\n\n## zakka.permissions\n\nUseful permissions Mixins\n\n## zakka.test:TestCase\n\nTestCase base class to make it easier to load other test data\n\n[django-admin commands]: https://docs.djangoproject.com/en/3.2/howto/custom-management-commands\n[requests]: https://github.com/psf/requests\n[template tags and filters]: https://docs.djangoproject.com/en/3.2/howto/custom-template-tags/\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": null,
    "version": "0.7.1",
    "project_urls": {
        "Issues": "http://github.com/kfdm/django-zakka/issues",
        "Source Code": "http://github.com/kfdm/django-zakka"
    },
    "split_keywords": [
        "django"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "31a61a3c831a710d07cedeaf77b4b98105446ee8f0fe2b8bab81e8fc46feda3b",
                "md5": "a2cfcc0757ef1607105df7a8026c5298",
                "sha256": "d3f6d35f3b29d79adbe6f4f0e9c94b19eb7745c432f42a4116ad3fbf23c12278"
            },
            "downloads": -1,
            "filename": "django_zakka-0.7.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a2cfcc0757ef1607105df7a8026c5298",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.9",
            "size": 9827,
            "upload_time": "2025-07-18T08:22:26",
            "upload_time_iso_8601": "2025-07-18T08:22:26.072220Z",
            "url": "https://files.pythonhosted.org/packages/31/a6/1a3c831a710d07cedeaf77b4b98105446ee8f0fe2b8bab81e8fc46feda3b/django_zakka-0.7.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "45c418973db113537c893bb24f62ac97f1c44714a132fc34aaf35b4866fb2225",
                "md5": "6a7d2c57a9ab7aaf1ca881068faca952",
                "sha256": "62acb25c34f388ec984a30633e411f9cccd698060d83d016010e69e5649f3f86"
            },
            "downloads": -1,
            "filename": "django_zakka-0.7.1.tar.gz",
            "has_sig": false,
            "md5_digest": "6a7d2c57a9ab7aaf1ca881068faca952",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 7510,
            "upload_time": "2025-07-18T08:22:27",
            "upload_time_iso_8601": "2025-07-18T08:22:27.255330Z",
            "url": "https://files.pythonhosted.org/packages/45/c4/18973db113537c893bb24f62ac97f1c44714a132fc34aaf35b4866fb2225/django_zakka-0.7.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-18 08:22:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kfdm",
    "github_project": "django-zakka",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "django-zakka"
}
        
Elapsed time: 2.26113s