django-zakka


Namedjango-zakka JSON
Version 0.6.0 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-08-08 07:22:13
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/10/72/3de6c0b572a893d67fa2cc6846be5de239b1a603c569e374d6bbd754c66b/django_zakka-0.6.0.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.6.0",
    "project_urls": {
        "Issues": "http://github.com/kfdm/django-zakka/issues",
        "Source Code": "http://github.com/kfdm/django-zakka"
    },
    "split_keywords": [
        "django"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "90eb7dc1db75fed3facd784dba18728c63695d3383cb95ede0d04baf04d90947",
                "md5": "c84dde972c52f6db12fcd2a37688b67b",
                "sha256": "b54f35f4908264d41f920964e182d3a455ad296e9f5471567315451a031ceca3"
            },
            "downloads": -1,
            "filename": "django_zakka-0.6.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c84dde972c52f6db12fcd2a37688b67b",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.9",
            "size": 8327,
            "upload_time": "2024-08-08T07:22:11",
            "upload_time_iso_8601": "2024-08-08T07:22:11.936674Z",
            "url": "https://files.pythonhosted.org/packages/90/eb/7dc1db75fed3facd784dba18728c63695d3383cb95ede0d04baf04d90947/django_zakka-0.6.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "10723de6c0b572a893d67fa2cc6846be5de239b1a603c569e374d6bbd754c66b",
                "md5": "431b4f722e7f2d7c041b42683471e22d",
                "sha256": "5e3ebbb5b8a217e223ec08dc9fb3aca2d11ae886328c2038ba86ee0dcc92b3c7"
            },
            "downloads": -1,
            "filename": "django_zakka-0.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "431b4f722e7f2d7c041b42683471e22d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 6291,
            "upload_time": "2024-08-08T07:22:13",
            "upload_time_iso_8601": "2024-08-08T07:22:13.695698Z",
            "url": "https://files.pythonhosted.org/packages/10/72/3de6c0b572a893d67fa2cc6846be5de239b1a603c569e374d6bbd754c66b/django_zakka-0.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-08 07:22:13",
    "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: 0.44689s