django-annoying


Namedjango-annoying JSON
Version 0.10.6 PyPI version JSON
download
home_pagehttps://github.com/skorokithakis/django-annoying
SummaryThis is a django application that tries to eliminate annoying things in the Django framework.
upload_time2019-12-12 00:27:38
maintainer
docs_urlNone
authorStavros Korokithakis
requires_python
licenseBSD
keywords django
VCS
bugtrack_url
requirements None flake8 isort
Travis-CI
coveralls test coverage No coveralls.
            
**Features:**

    - render_to decorator - Reduce typing in django views.
    - signals decorator - Allow using signals as decorators.
    - ajax_request decorator - Returns JsonResponse with dict as content.
    - autostrip decorator - Strip form text fields before validation.
    - get_object_or_None function - Similar to get_object_or_404, but returns None if the object is not found.
    - get_config function - Get settings from django.conf if exists, return a default value otherwise.
    - AutoOneToOne field - Creates related object on first call if it doesn't exist yet.
    - HttpResponseReload - Reload and stay on same page from where request was made.
    - StaticServer middleware - Instead of configuring urls.py, just add this middleware and it will serve you static files.
    - JSONField - A field that stores a Python object as JSON and retrieves it as a Python object.


**Installation instructions:**

     - Copy the "annoying" directory to your Django project or put it in your PYTHONPATH.
     - You can also run "python setup.py install", "easy_install django-annoying", or "pip install django-annoying".


**Download:**

    - git clone git://github.com/skorokithakis/django-annoying.git
    - hg clone http://bitbucket.org/Stavros/django-annoying/




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/skorokithakis/django-annoying",
    "name": "django-annoying",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "django",
    "author": "Stavros Korokithakis",
    "author_email": "stavros@korokithakis.net",
    "download_url": "https://files.pythonhosted.org/packages/c7/1a/253fb9c0779de1b6ae631c8c4f50aa8187518d5e87a7ca87a0ad1ccf3d9f/django-annoying-0.10.6.tar.gz",
    "platform": "",
    "description": "\n**Features:**\n\n    - render_to decorator - Reduce typing in django views.\n    - signals decorator - Allow using signals as decorators.\n    - ajax_request decorator - Returns JsonResponse with dict as content.\n    - autostrip decorator - Strip form text fields before validation.\n    - get_object_or_None function - Similar to get_object_or_404, but returns None if the object is not found.\n    - get_config function - Get settings from django.conf if exists, return a default value otherwise.\n    - AutoOneToOne field - Creates related object on first call if it doesn't exist yet.\n    - HttpResponseReload - Reload and stay on same page from where request was made.\n    - StaticServer middleware - Instead of configuring urls.py, just add this middleware and it will serve you static files.\n    - JSONField - A field that stores a Python object as JSON and retrieves it as a Python object.\n\n\n**Installation instructions:**\n\n     - Copy the \"annoying\" directory to your Django project or put it in your PYTHONPATH.\n     - You can also run \"python setup.py install\", \"easy_install django-annoying\", or \"pip install django-annoying\".\n\n\n**Download:**\n\n    - git clone git://github.com/skorokithakis/django-annoying.git\n    - hg clone http://bitbucket.org/Stavros/django-annoying/\n\n\n\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "This is a django application that tries to eliminate annoying things in the Django framework.",
    "version": "0.10.6",
    "split_keywords": [
        "django"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "22fa9692bf318668ccb783b1dc924caa",
                "sha256": "e230f28fec0559b4fdb621ff202068a78170ada2ac1ec7a73ba822cc1f737791"
            },
            "downloads": -1,
            "filename": "django_annoying-0.10.6-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "22fa9692bf318668ccb783b1dc924caa",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 9489,
            "upload_time": "2019-12-12T00:27:36",
            "upload_time_iso_8601": "2019-12-12T00:27:36.829096Z",
            "url": "https://files.pythonhosted.org/packages/38/56/a347666a12aca588f8a689a56edee0930c295662f166b3f4f1775c7c91c3/django_annoying-0.10.6-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "158dcedbd66b8c40abb3cfb00b86a700",
                "sha256": "083b5e26f140f86178fcb47931f69b7ff75181ccd1e318d9c218ae9babc1805e"
            },
            "downloads": -1,
            "filename": "django-annoying-0.10.6.tar.gz",
            "has_sig": false,
            "md5_digest": "158dcedbd66b8c40abb3cfb00b86a700",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9454,
            "upload_time": "2019-12-12T00:27:38",
            "upload_time_iso_8601": "2019-12-12T00:27:38.675481Z",
            "url": "https://files.pythonhosted.org/packages/c7/1a/253fb9c0779de1b6ae631c8c4f50aa8187518d5e87a7ca87a0ad1ccf3d9f/django-annoying-0.10.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2019-12-12 00:27:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "skorokithakis",
    "github_project": "django-annoying",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": null,
            "specs": []
        },
        {
            "name": "flake8",
            "specs": []
        },
        {
            "name": "isort",
            "specs": []
        }
    ],
    "lcname": "django-annoying"
}
        
Elapsed time: 0.02041s