django-lazycrud


Namedjango-lazycrud JSON
Version 1.8.0 PyPI version JSON
download
home_pagehttps://github.com/baxeico/django-lazycrud
SummaryA little Django app to reduce boilerplate code at a minimum when you write class based views in a typical CRUD scenario.
upload_time2024-02-05 10:42:10
maintainer
docs_urlNone
authorAugusto Destrero
requires_python
licenseMIT
keywords django crud
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/baxeico/django-lazycrud",
    "name": "django-lazycrud",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "django,crud",
    "author": "Augusto Destrero",
    "author_email": "a.destrero@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/22/f0/56581c30de1d598bbe8406378dd9d74371b9fd07bbd9a7345670f2a38930/django-lazycrud-1.8.0.tar.gz",
    "platform": null,
    "description": "",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A little Django app to reduce boilerplate code at a minimum when you write class based views in a typical CRUD scenario.",
    "version": "1.8.0",
    "project_urls": {
        "Homepage": "https://github.com/baxeico/django-lazycrud"
    },
    "split_keywords": [
        "django",
        "crud"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd3fcce080b32b7784e0196c7f4e0e27faca1dddae6b4fb4dbea18b0545e4222",
                "md5": "45b2109ab3495985074317cb55067815",
                "sha256": "c93b9447a039fc450b6a299ec695328992ae7f68617e85de8f5a0bcb5bed0623"
            },
            "downloads": -1,
            "filename": "django_lazycrud-1.8.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "45b2109ab3495985074317cb55067815",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 302542,
            "upload_time": "2024-02-05T10:42:08",
            "upload_time_iso_8601": "2024-02-05T10:42:08.431469Z",
            "url": "https://files.pythonhosted.org/packages/dd/3f/cce080b32b7784e0196c7f4e0e27faca1dddae6b4fb4dbea18b0545e4222/django_lazycrud-1.8.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "22f056581c30de1d598bbe8406378dd9d74371b9fd07bbd9a7345670f2a38930",
                "md5": "35203d7da95a2300a0f98d91e5a71a9f",
                "sha256": "8c7574e5cac1457ccf55372f206f96f0220278c717285b95f6fbd93da494883c"
            },
            "downloads": -1,
            "filename": "django-lazycrud-1.8.0.tar.gz",
            "has_sig": false,
            "md5_digest": "35203d7da95a2300a0f98d91e5a71a9f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 289169,
            "upload_time": "2024-02-05T10:42:10",
            "upload_time_iso_8601": "2024-02-05T10:42:10.414077Z",
            "url": "https://files.pythonhosted.org/packages/22/f0/56581c30de1d598bbe8406378dd9d74371b9fd07bbd9a7345670f2a38930/django-lazycrud-1.8.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-05 10:42:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "baxeico",
    "github_project": "django-lazycrud",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "circle": true,
    "lcname": "django-lazycrud"
}
        
Elapsed time: 0.17332s