django-reusable


Namedjango-reusable JSON
Version 11.7 PyPI version JSON
download
home_pagehttps://github.com/navedr/django-reusable
SummaryAgnostic and easy to use reusable library for django
upload_time2024-04-25 02:20:54
maintainerNone
docs_urlNone
authorNaved Rangwala
requires_pythonNone
licenseBSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
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/3a/48/2c243eaa3316fb3dbf693c37325ea7437b3dee75a2f21d1654e9de10caf8/django-reusable-11.7.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": "11.7",
    "project_urls": {
        "Homepage": "https://github.com/navedr/django-reusable"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e0a33457d89a475064d9da0e48e13d35eebb8f7d8a42da286de8bbf882ec5b8",
                "md5": "834374914383779c7f5374baa674728a",
                "sha256": "c975eb1c7cd83b5258801403696df39a61a7463365fdda390311df602e701ecd"
            },
            "downloads": -1,
            "filename": "django_reusable-11.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "834374914383779c7f5374baa674728a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 75878,
            "upload_time": "2024-04-25T02:20:51",
            "upload_time_iso_8601": "2024-04-25T02:20:51.885341Z",
            "url": "https://files.pythonhosted.org/packages/6e/0a/33457d89a475064d9da0e48e13d35eebb8f7d8a42da286de8bbf882ec5b8/django_reusable-11.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3a482c243eaa3316fb3dbf693c37325ea7437b3dee75a2f21d1654e9de10caf8",
                "md5": "e75b6a104ad2a1c892159cce5ba02099",
                "sha256": "349746551ebdbbdf2e1c272e16a41758f78495bf09bd43a918ec8f0a24ec9beb"
            },
            "downloads": -1,
            "filename": "django-reusable-11.7.tar.gz",
            "has_sig": false,
            "md5_digest": "e75b6a104ad2a1c892159cce5ba02099",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 53163,
            "upload_time": "2024-04-25T02:20:54",
            "upload_time_iso_8601": "2024-04-25T02:20:54.082950Z",
            "url": "https://files.pythonhosted.org/packages/3a/48/2c243eaa3316fb3dbf693c37325ea7437b3dee75a2f21d1654e9de10caf8/django-reusable-11.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-25 02:20:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "navedr",
    "github_project": "django-reusable",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "django-reusable"
}
        
Elapsed time: 0.26994s