django-scaffold-tools


Namedjango-scaffold-tools JSON
Version 0.0.63 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_time2023-06-19 02:49:01
maintainer
docs_urlNone
authorAlfred Huang
requires_python
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 mysqlclient 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": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Alfred Huang",
    "author_email": "57082212@qq.com",
    "download_url": "https://files.pythonhosted.org/packages/21/1e/840fc1c0d766b9dd924d72c68c28f6d73a73591f2f3ff9b91b3abdb1fa7c/django-scaffold-tools-0.0.63.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.63",
    "project_urls": {
        "Homepage": "https://github.com/easecloud/django-scaffold-tools"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a4e01d3dc906192265795365e2641f2e08a3030331adea517ee629d1d890cd8",
                "md5": "dd06a1cefa308418a315aa083aa0564c",
                "sha256": "bdf7c0350e780346640cf10f62660cac8f5e3c21d206d9d807f0346db1c18bd9"
            },
            "downloads": -1,
            "filename": "django_scaffold_tools-0.0.63-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dd06a1cefa308418a315aa083aa0564c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 50928,
            "upload_time": "2023-06-19T02:48:59",
            "upload_time_iso_8601": "2023-06-19T02:48:59.601378Z",
            "url": "https://files.pythonhosted.org/packages/7a/4e/01d3dc906192265795365e2641f2e08a3030331adea517ee629d1d890cd8/django_scaffold_tools-0.0.63-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "211e840fc1c0d766b9dd924d72c68c28f6d73a73591f2f3ff9b91b3abdb1fa7c",
                "md5": "feed0ff654a2a6107d7c0fd6b1b9cd00",
                "sha256": "7e31c4ad4a997b137f8e1a15956b32b10518cd6640b0f3749a195fd34499eb72"
            },
            "downloads": -1,
            "filename": "django-scaffold-tools-0.0.63.tar.gz",
            "has_sig": false,
            "md5_digest": "feed0ff654a2a6107d7c0fd6b1b9cd00",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 39001,
            "upload_time": "2023-06-19T02:49:01",
            "upload_time_iso_8601": "2023-06-19T02:49:01.332030Z",
            "url": "https://files.pythonhosted.org/packages/21/1e/840fc1c0d766b9dd924d72c68c28f6d73a73591f2f3ff9b91b3abdb1fa7c/django-scaffold-tools-0.0.63.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-19 02:49:01",
    "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": "mysqlclient",
            "specs": []
        },
        {
            "name": "pillow",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        }
    ],
    "lcname": "django-scaffold-tools"
}
        
Elapsed time: 0.11130s