drf-easyview


Namedrf-easyview JSON
Version 2.0.1 PyPI version JSON
download
home_pagehttps://github.com/bobburiH/drf_easyview
SummaryRapidly generate DRF API views for all models in your Django project. Simplifies development, but use with caution in production.
upload_time2023-05-22 07:31:47
maintainer
docs_urlNone
authorHaritha Bobburi
requires_python
license
keywords django drf package django-rest-framework authentication permissions rest api web development
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Once models are created, you can add the Django EasyView package to your Django project to automatically create an OpenAPI for all your models. With the reference provided by the package, you can start creating custom API views based on your business or personal requirements.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/bobburiH/drf_easyview",
    "name": "drf-easyview",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "django drf package django-rest-framework authentication permissions REST API web development",
    "author": "Haritha Bobburi",
    "author_email": "bobburih@gmail.com",
    "download_url": "",
    "platform": null,
    "description": "Once models are created, you can add the Django EasyView package to your Django project to automatically create an OpenAPI for all your models. With the reference provided by the package, you can start creating custom API views based on your business or personal requirements.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Rapidly generate DRF API views for all models in your Django project. Simplifies development, but use with caution in production.",
    "version": "2.0.1",
    "project_urls": {
        "Homepage": "https://github.com/bobburiH/drf_easyview"
    },
    "split_keywords": [
        "django",
        "drf",
        "package",
        "django-rest-framework",
        "authentication",
        "permissions",
        "rest",
        "api",
        "web",
        "development"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fa9f30f34ca00214f83f64dee5a7c15fd7c1a64913703157ced2bf93cfdd1f35",
                "md5": "6833881a62b16078581c17e5ce9396f4",
                "sha256": "193b4ab0f6fa70f9ded03a7b8765fc68cc74a1f7948d705409312f9b23ddfa22"
            },
            "downloads": -1,
            "filename": "drf_easyview-2.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6833881a62b16078581c17e5ce9396f4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4363,
            "upload_time": "2023-05-22T07:31:47",
            "upload_time_iso_8601": "2023-05-22T07:31:47.502604Z",
            "url": "https://files.pythonhosted.org/packages/fa/9f/30f34ca00214f83f64dee5a7c15fd7c1a64913703157ced2bf93cfdd1f35/drf_easyview-2.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-22 07:31:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bobburiH",
    "github_project": "drf_easyview",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "drf-easyview"
}
        
Elapsed time: 0.08257s