django-scaffold-tools


Namedjango-scaffold-tools JSON
Version 0.0.67 PyPI version JSON
download
home_pagehttps://github.com/easecloud/django-scaffold-tools
SummaryA reusable django-app set for a DRF django project, starting support from django 3.0.
upload_time2025-02-10 08:58:45
maintainerNone
docs_urlNone
authorAlfred Huang
requires_pythonNone
licenseApache License Version 2.0
keywords
VCS
bugtrack_url
requirements django django-cors-headers django-cron django-filter django-fullclean django-uuslug djangorestframework djangorestframework-queryfields djangorestframework-yaml pillow requests
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =====================
django-scaffold-tools
=====================

A reusable django-app set for a DRF django project, starting support from django 3.0.

If you want to build a Django-Rest-Framework project about your business requirements,
this project helps you do all kinds of redundant work which may be similar between
different projects.

It supports the following features:

* base_config: Deal with project/user level user-config terms.
* base_settings: Common setting wrapped up as a model with default settings you need

Quick start
-----------

```
pip install django-scaffold-tools
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/easecloud/django-scaffold-tools",
    "name": "django-scaffold-tools",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Alfred Huang",
    "author_email": "57082212@qq.com",
    "download_url": "https://files.pythonhosted.org/packages/57/de/4de5f960f35f8fbfae99ea2996a22aac74aa61102c801f3f96c89e572c65/django_scaffold_tools-0.0.67.tar.gz",
    "platform": null,
    "description": "=====================\ndjango-scaffold-tools\n=====================\n\nA reusable django-app set for a DRF django project, starting support from django 3.0.\n\nIf you want to build a Django-Rest-Framework project about your business requirements,\nthis project helps you do all kinds of redundant work which may be similar between\ndifferent projects.\n\nIt supports the following features:\n\n* base_config: Deal with project/user level user-config terms.\n* base_settings: Common setting wrapped up as a model with default settings you need\n\nQuick start\n-----------\n\n```\npip install django-scaffold-tools\n```\n\n",
    "bugtrack_url": null,
    "license": "Apache License Version 2.0",
    "summary": "A reusable django-app set for a DRF django project, starting support from django 3.0.",
    "version": "0.0.67",
    "project_urls": {
        "Homepage": "https://github.com/easecloud/django-scaffold-tools"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f931a964ba4eb27489f0d1d30ed9418c5b2572538fdb485a5d646eb90a586e05",
                "md5": "3bb8e1117132d336b4736eb8e9d6eeba",
                "sha256": "43c92781b4467ced426590f8389f5138d1f760c603d7c637a7ae79a36a70578d"
            },
            "downloads": -1,
            "filename": "django_scaffold_tools-0.0.67-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3bb8e1117132d336b4736eb8e9d6eeba",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 50919,
            "upload_time": "2025-02-10T08:58:43",
            "upload_time_iso_8601": "2025-02-10T08:58:43.697829Z",
            "url": "https://files.pythonhosted.org/packages/f9/31/a964ba4eb27489f0d1d30ed9418c5b2572538fdb485a5d646eb90a586e05/django_scaffold_tools-0.0.67-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "57de4de5f960f35f8fbfae99ea2996a22aac74aa61102c801f3f96c89e572c65",
                "md5": "e3c3dff2e049b7261bcc08444b084172",
                "sha256": "b9d937864ac1e2a0d074c531560bda150875139f3e803fed3a35797681ddc380"
            },
            "downloads": -1,
            "filename": "django_scaffold_tools-0.0.67.tar.gz",
            "has_sig": false,
            "md5_digest": "e3c3dff2e049b7261bcc08444b084172",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 39163,
            "upload_time": "2025-02-10T08:58:45",
            "upload_time_iso_8601": "2025-02-10T08:58:45.064850Z",
            "url": "https://files.pythonhosted.org/packages/57/de/4de5f960f35f8fbfae99ea2996a22aac74aa61102c801f3f96c89e572c65/django_scaffold_tools-0.0.67.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-10 08:58:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "easecloud",
    "github_project": "django-scaffold-tools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "django",
            "specs": [
                [
                    "<",
                    "4"
                ],
                [
                    ">=",
                    "3"
                ]
            ]
        },
        {
            "name": "django-cors-headers",
            "specs": []
        },
        {
            "name": "django-cron",
            "specs": []
        },
        {
            "name": "django-filter",
            "specs": []
        },
        {
            "name": "django-fullclean",
            "specs": []
        },
        {
            "name": "django-uuslug",
            "specs": []
        },
        {
            "name": "djangorestframework",
            "specs": [
                [
                    "<",
                    "4"
                ],
                [
                    ">=",
                    "3"
                ]
            ]
        },
        {
            "name": "djangorestframework-queryfields",
            "specs": []
        },
        {
            "name": "djangorestframework-yaml",
            "specs": []
        },
        {
            "name": "pillow",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        }
    ],
    "lcname": "django-scaffold-tools"
}
        
Elapsed time: 0.44152s