django-awl


Namedjango-awl JSON
Version 1.8.2 PyPI version JSON
download
home_pagehttps://github.com/cltrudeau/django-awl
SummaryCollection of Django utilities
upload_time2023-11-21 14:17:25
maintainer
docs_urlNone
authorChristopher Trudeau
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            django-awl
**********

Yet another catch-all of tools for django.  Includes utilities for admin,
context processors, CSS colours, view and model mixins, template tags and
unit testing.


Installation
============

.. code-block:: bash

    $ pip install django-awl

    INSTALLED_APPS = [
        ...
        "awl",
    ]

Supports
========

django-awl has been tested with:

* Django 3.2 using Python 3.8, 3.9, 3.10
* Django 4.0 using Python 3.8, 3.9, 3.10
* Django 4.1 using Python 3.8, 3.9, 3.10, 3.11, 3.12
* Django 4.2 using Python 3.8, 3.9, 3.10, 3.11, 3.12
* Django 5.0 using Python 3.10, 3.11, 3.12


Docs & Source
=============

Docs: http://django-awl.readthedocs.io/en/latest/

Source: https://github.com/cltrudeau/django-awl

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cltrudeau/django-awl",
    "name": "django-awl",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Christopher Trudeau",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/83/c7/550dcbe43e153aa9a4b4003825bc0c1bd418c462a6098d7a8686ef49140c/django-awl-1.8.2.tar.gz",
    "platform": null,
    "description": "django-awl\n**********\n\nYet another catch-all of tools for django.  Includes utilities for admin,\ncontext processors, CSS colours, view and model mixins, template tags and\nunit testing.\n\n\nInstallation\n============\n\n.. code-block:: bash\n\n    $ pip install django-awl\n\n    INSTALLED_APPS = [\n        ...\n        \"awl\",\n    ]\n\nSupports\n========\n\ndjango-awl has been tested with:\n\n* Django 3.2 using Python 3.8, 3.9, 3.10\n* Django 4.0 using Python 3.8, 3.9, 3.10\n* Django 4.1 using Python 3.8, 3.9, 3.10, 3.11, 3.12\n* Django 4.2 using Python 3.8, 3.9, 3.10, 3.11, 3.12\n* Django 5.0 using Python 3.10, 3.11, 3.12\n\n\nDocs & Source\n=============\n\nDocs: http://django-awl.readthedocs.io/en/latest/\n\nSource: https://github.com/cltrudeau/django-awl\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Collection of Django utilities",
    "version": "1.8.2",
    "project_urls": {
        "Homepage": "https://github.com/cltrudeau/django-awl"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9c8e72361c638bff69b5b18b87ef86c8cd66e4569c0a244b4b012889352cf113",
                "md5": "55cc7d89c4f3c1bf35d11ec47f3478aa",
                "sha256": "e73f0d63d3b677f8141eb078f14d827e88f714827d5d8d60b05b4d7e28bec35a"
            },
            "downloads": -1,
            "filename": "django_awl-1.8.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "55cc7d89c4f3c1bf35d11ec47f3478aa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 33895,
            "upload_time": "2023-11-21T14:17:23",
            "upload_time_iso_8601": "2023-11-21T14:17:23.862435Z",
            "url": "https://files.pythonhosted.org/packages/9c/8e/72361c638bff69b5b18b87ef86c8cd66e4569c0a244b4b012889352cf113/django_awl-1.8.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83c7550dcbe43e153aa9a4b4003825bc0c1bd418c462a6098d7a8686ef49140c",
                "md5": "cefa0827bff8c246d0ba0ff69714cd4b",
                "sha256": "abe9c5e0e77d5a852476a908682d22417405de2ffb83fd6d41e7a19a9be32f74"
            },
            "downloads": -1,
            "filename": "django-awl-1.8.2.tar.gz",
            "has_sig": false,
            "md5_digest": "cefa0827bff8c246d0ba0ff69714cd4b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 38185,
            "upload_time": "2023-11-21T14:17:25",
            "upload_time_iso_8601": "2023-11-21T14:17:25.894523Z",
            "url": "https://files.pythonhosted.org/packages/83/c7/550dcbe43e153aa9a4b4003825bc0c1bd418c462a6098d7a8686ef49140c/django-awl-1.8.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-21 14:17:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cltrudeau",
    "github_project": "django-awl",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "django-awl"
}
        
Elapsed time: 0.14621s