django-scaffold-tools


Namedjango-scaffold-tools JSON
Version 0.0.64 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_time2024-10-09 01:36:18
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 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": 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/70/e0/e31a2232a10be6123810b144dc7f00a6a01615f28997cb0cbd29e6f53477/django-scaffold-tools-0.0.64.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.64",
    "project_urls": {
        "Homepage": "https://github.com/easecloud/django-scaffold-tools"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e8547e1b3411cc89092fa171327e57d000fb0f65e8e88515c0f5286f2a4d3d28",
                "md5": "964185216fac2d4c448ec2e50e6e0d09",
                "sha256": "7e1f4cf973fa01dfc899dab27f9632d41f3f5553f20ed06f1549b1421906d956"
            },
            "downloads": -1,
            "filename": "django_scaffold_tools-0.0.64-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "964185216fac2d4c448ec2e50e6e0d09",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 51768,
            "upload_time": "2024-10-09T01:36:15",
            "upload_time_iso_8601": "2024-10-09T01:36:15.907013Z",
            "url": "https://files.pythonhosted.org/packages/e8/54/7e1b3411cc89092fa171327e57d000fb0f65e8e88515c0f5286f2a4d3d28/django_scaffold_tools-0.0.64-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70e0e31a2232a10be6123810b144dc7f00a6a01615f28997cb0cbd29e6f53477",
                "md5": "98eea770ff0f3c9130298e22d12bd24a",
                "sha256": "87a860f37503b724f8480abed70144714c5805b920bf050a627fd8f8adb7f810"
            },
            "downloads": -1,
            "filename": "django-scaffold-tools-0.0.64.tar.gz",
            "has_sig": false,
            "md5_digest": "98eea770ff0f3c9130298e22d12bd24a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 40169,
            "upload_time": "2024-10-09T01:36:18",
            "upload_time_iso_8601": "2024-10-09T01:36:18.315065Z",
            "url": "https://files.pythonhosted.org/packages/70/e0/e31a2232a10be6123810b144dc7f00a6a01615f28997cb0cbd29e6f53477/django-scaffold-tools-0.0.64.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-09 01:36:18",
    "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": [
                [
                    ">=",
                    "3"
                ],
                [
                    "<",
                    "4"
                ]
            ]
        },
        {
            "name": "django-cors-headers",
            "specs": []
        },
        {
            "name": "django-cron",
            "specs": []
        },
        {
            "name": "django-filter",
            "specs": []
        },
        {
            "name": "django-fullclean",
            "specs": []
        },
        {
            "name": "django-uuslug",
            "specs": []
        },
        {
            "name": "djangorestframework",
            "specs": [
                [
                    ">=",
                    "3"
                ],
                [
                    "<",
                    "4"
                ]
            ]
        },
        {
            "name": "djangorestframework-queryfields",
            "specs": []
        },
        {
            "name": "djangorestframework-yaml",
            "specs": []
        },
        {
            "name": "mysqlclient",
            "specs": []
        },
        {
            "name": "pillow",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        }
    ],
    "lcname": "django-scaffold-tools"
}
        
Elapsed time: 0.74466s