django-reusable


Namedjango-reusable JSON
Version 12.5 PyPI version JSON
download
home_pagehttps://github.com/navedr/django-reusable
SummaryAgnostic and easy to use reusable library for django
upload_time2024-09-29 17:50:10
maintainerNone
docs_urlNone
authorNaved Rangwala
requires_pythonNone
licenseBSD
keywords
VCS
bugtrack_url
requirements Django twine setuptools wheel django-tables2 django-crispy-forms django-formtools urllib3
Travis-CI
coveralls test coverage No coveralls.
            ## django-reusable
`django-reusable` is a collection of common functionality needed in most Django projects.

### Pre-requisites
* Django >= 2.2
* django-tables2 >= 1.21.2
* django-crispy-forms >= 1.7.2
* pypugjs >= 5.6.0

### Installation
Install this package using pip

`pip install django-reusable`

Add the *django_reusable* to `INSTALLED_APPS`

```
INSTALLED_APPS += ("django_reusable", )
```




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/navedr/django-reusable",
    "name": "django-reusable",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Naved Rangwala",
    "author_email": "naved@ecarone.com",
    "download_url": "https://files.pythonhosted.org/packages/35/cb/a11ba48dc3e74869e6da90b8f0c9c890eff361d079a996c2dbcb69e5bae8/django-reusable-12.5.tar.gz",
    "platform": null,
    "description": "## django-reusable\n`django-reusable` is a collection of common functionality needed in most Django projects.\n\n### Pre-requisites\n* Django >= 2.2\n* django-tables2 >= 1.21.2\n* django-crispy-forms >= 1.7.2\n* pypugjs >= 5.6.0\n\n### Installation\nInstall this package using pip\n\n`pip install django-reusable`\n\nAdd the *django_reusable* to `INSTALLED_APPS`\n\n```\nINSTALLED_APPS += (\"django_reusable\", )\n```\n\n\n\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Agnostic and easy to use reusable library for django",
    "version": "12.5",
    "project_urls": {
        "Homepage": "https://github.com/navedr/django-reusable"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "df0f2d65bc161e069f47d7f6daf68dfc5016f65a94497fccf9e66f618b94082a",
                "md5": "ee564e28f475e1585a87d6baf3b6277e",
                "sha256": "862205801b097e9fd443e64d05dd8c4d1c0f91f6ea429ca8162cc83408c19fef"
            },
            "downloads": -1,
            "filename": "django_reusable-12.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ee564e28f475e1585a87d6baf3b6277e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 76240,
            "upload_time": "2024-09-29T17:50:09",
            "upload_time_iso_8601": "2024-09-29T17:50:09.059344Z",
            "url": "https://files.pythonhosted.org/packages/df/0f/2d65bc161e069f47d7f6daf68dfc5016f65a94497fccf9e66f618b94082a/django_reusable-12.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "35cba11ba48dc3e74869e6da90b8f0c9c890eff361d079a996c2dbcb69e5bae8",
                "md5": "3170a203bc87c5ac542cc73166095528",
                "sha256": "5f5f66ae3915637b36729f8e2ed6de8eb45b44853fadc1a7a331f8d814c585e4"
            },
            "downloads": -1,
            "filename": "django-reusable-12.5.tar.gz",
            "has_sig": false,
            "md5_digest": "3170a203bc87c5ac542cc73166095528",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 53493,
            "upload_time": "2024-09-29T17:50:10",
            "upload_time_iso_8601": "2024-09-29T17:50:10.424244Z",
            "url": "https://files.pythonhosted.org/packages/35/cb/a11ba48dc3e74869e6da90b8f0c9c890eff361d079a996c2dbcb69e5bae8/django-reusable-12.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-29 17:50:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "navedr",
    "github_project": "django-reusable",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "Django",
            "specs": [
                [
                    "==",
                    "2.0.5"
                ]
            ]
        },
        {
            "name": "twine",
            "specs": [
                [
                    "==",
                    "4.0.0"
                ]
            ]
        },
        {
            "name": "setuptools",
            "specs": [
                [
                    "==",
                    "62.1.0"
                ]
            ]
        },
        {
            "name": "wheel",
            "specs": [
                [
                    "==",
                    "0.37.1"
                ]
            ]
        },
        {
            "name": "django-tables2",
            "specs": [
                [
                    "==",
                    "1.21.2"
                ]
            ]
        },
        {
            "name": "django-crispy-forms",
            "specs": [
                [
                    "==",
                    "1.7.2"
                ]
            ]
        },
        {
            "name": "django-formtools",
            "specs": [
                [
                    "==",
                    "2.1"
                ]
            ]
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    "==",
                    "1.26.16"
                ]
            ]
        }
    ],
    "lcname": "django-reusable"
}
        
Elapsed time: 0.41857s