django-lazycrud


Namedjango-lazycrud JSON
Version 1.8.1 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-11-11 17:24:03
maintainerNone
docs_urlNone
authorAugusto Destrero
requires_pythonNone
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": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "django, crud",
    "author": "Augusto Destrero",
    "author_email": "a.destrero@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/46/b2/b1ba1ee3363c76c8f1dad3ace7d5916a6bab22e59e47d31894862efbd2eb/django_lazycrud-1.8.1.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.1",
    "project_urls": {
        "Homepage": "https://github.com/baxeico/django-lazycrud"
    },
    "split_keywords": [
        "django",
        " crud"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b8897debef539db6886b5ba3e3a0852873909a885b7afbc9eaad44afcf653af0",
                "md5": "fb547d05ceb8ebe8c4ff558de4f08024",
                "sha256": "45d51271839841764e5a994ace83a939575b012682902c2563564503a502b202"
            },
            "downloads": -1,
            "filename": "django_lazycrud-1.8.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fb547d05ceb8ebe8c4ff558de4f08024",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 302538,
            "upload_time": "2024-11-11T17:24:02",
            "upload_time_iso_8601": "2024-11-11T17:24:02.244451Z",
            "url": "https://files.pythonhosted.org/packages/b8/89/7debef539db6886b5ba3e3a0852873909a885b7afbc9eaad44afcf653af0/django_lazycrud-1.8.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "46b2b1ba1ee3363c76c8f1dad3ace7d5916a6bab22e59e47d31894862efbd2eb",
                "md5": "479d0251085f132c59b93352189640f4",
                "sha256": "56939b0f73dd921aebf3191b3e2cdce345bceae51f514706d0a6dddbbba2bffc"
            },
            "downloads": -1,
            "filename": "django_lazycrud-1.8.1.tar.gz",
            "has_sig": false,
            "md5_digest": "479d0251085f132c59b93352189640f4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 289175,
            "upload_time": "2024-11-11T17:24:03",
            "upload_time_iso_8601": "2024-11-11T17:24:03.970644Z",
            "url": "https://files.pythonhosted.org/packages/46/b2/b1ba1ee3363c76c8f1dad3ace7d5916a6bab22e59e47d31894862efbd2eb/django_lazycrud-1.8.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-11 17:24:03",
    "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.35147s