dsd-heroku


Namedsd-heroku JSON
Version 0.9.1 PyPI version JSON
download
home_pageNone
SummaryA plugin for django-simple-deploy, supporting deployments to Heroku.
upload_time2024-12-19 14:20:35
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords django deployment
VCS
bugtrack_url
requirements asgiref black build certifi charset-normalizer click colorama django docutils idna importlib-metadata iniconfig jaraco-classes jaraco-context jaraco-functools keyring more-itertools mypy-extensions nh3 packaging pathspec pkginfo platformdirs pluggy pygments pyproject-hooks pytest readme-renderer requests requests-toolbelt rfc3986 setuptools sqlparse toml tqdm twine urllib3 zipp
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # dsd-heroku

A plugin for deploying Django projects to Heroku, using django-simple-deploy.

For full documentation, see the documentation for [django-simple-deploy](https://django-simple-deploy.readthedocs.io/en/latest/).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dsd-heroku",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "django, deployment",
    "author": null,
    "author_email": "Eric Matthes <ehmatthes@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/d4/d7/1e07a77a11e4b68a39ea276ce9b4e8639bb059a757031f10096e2b68c069/dsd_heroku-0.9.1.tar.gz",
    "platform": null,
    "description": "# dsd-heroku\n\nA plugin for deploying Django projects to Heroku, using django-simple-deploy.\n\nFor full documentation, see the documentation for [django-simple-deploy](https://django-simple-deploy.readthedocs.io/en/latest/).\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A plugin for django-simple-deploy, supporting deployments to Heroku.",
    "version": "0.9.1",
    "project_urls": {
        "Changelog": "https://github.com/django-simple-deploy/dsd-heroku/blob/main/CHANGELOG.md",
        "Documentation": "https://github.com/django-simple-deploy/dsd-heroku",
        "GitHub": "https://github.com/django-simple-deploy/dsd-heroku"
    },
    "split_keywords": [
        "django",
        " deployment"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e1420e8fe4159b6b4ee0a2a61dfcc2e74966c8e3cb2c86eb6532351f12109942",
                "md5": "95e055d1cf6f8205b6cdc05d25b670f8",
                "sha256": "1509a1e276d453a1c4a88474621b15bb34e38fd944655ccaf45e9e2a7b28d521"
            },
            "downloads": -1,
            "filename": "dsd_heroku-0.9.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "95e055d1cf6f8205b6cdc05d25b670f8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 11732,
            "upload_time": "2024-12-19T14:20:33",
            "upload_time_iso_8601": "2024-12-19T14:20:33.006643Z",
            "url": "https://files.pythonhosted.org/packages/e1/42/0e8fe4159b6b4ee0a2a61dfcc2e74966c8e3cb2c86eb6532351f12109942/dsd_heroku-0.9.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d4d71e07a77a11e4b68a39ea276ce9b4e8639bb059a757031f10096e2b68c069",
                "md5": "ae7a46ff53f0c5f9ce8c5ffe9e6f16d7",
                "sha256": "e071c3acfa04bd40be8a5ff3c1e35a32a1caca9501150d7c07d7fe74244311ba"
            },
            "downloads": -1,
            "filename": "dsd_heroku-0.9.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ae7a46ff53f0c5f9ce8c5ffe9e6f16d7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 11227,
            "upload_time": "2024-12-19T14:20:35",
            "upload_time_iso_8601": "2024-12-19T14:20:35.152200Z",
            "url": "https://files.pythonhosted.org/packages/d4/d7/1e07a77a11e4b68a39ea276ce9b4e8639bb059a757031f10096e2b68c069/dsd_heroku-0.9.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-19 14:20:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "django-simple-deploy",
    "github_project": "dsd-heroku",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "asgiref",
            "specs": [
                [
                    "==",
                    "3.8.1"
                ]
            ]
        },
        {
            "name": "black",
            "specs": [
                [
                    "==",
                    "22.10.0"
                ]
            ]
        },
        {
            "name": "build",
            "specs": [
                [
                    "==",
                    "1.2.1"
                ]
            ]
        },
        {
            "name": "certifi",
            "specs": [
                [
                    "==",
                    "2024.8.30"
                ]
            ]
        },
        {
            "name": "charset-normalizer",
            "specs": [
                [
                    "==",
                    "2.0.12"
                ]
            ]
        },
        {
            "name": "click",
            "specs": [
                [
                    "==",
                    "8.1.7"
                ]
            ]
        },
        {
            "name": "colorama",
            "specs": [
                [
                    "==",
                    "0.4.6"
                ]
            ]
        },
        {
            "name": "django",
            "specs": [
                [
                    "==",
                    "5.0"
                ]
            ]
        },
        {
            "name": "docutils",
            "specs": [
                [
                    "==",
                    "0.21.2"
                ]
            ]
        },
        {
            "name": "idna",
            "specs": [
                [
                    "==",
                    "3.10"
                ]
            ]
        },
        {
            "name": "importlib-metadata",
            "specs": [
                [
                    "==",
                    "8.5.0"
                ]
            ]
        },
        {
            "name": "iniconfig",
            "specs": [
                [
                    "==",
                    "2.0.0"
                ]
            ]
        },
        {
            "name": "jaraco-classes",
            "specs": [
                [
                    "==",
                    "3.4.0"
                ]
            ]
        },
        {
            "name": "jaraco-context",
            "specs": [
                [
                    "==",
                    "6.0.1"
                ]
            ]
        },
        {
            "name": "jaraco-functools",
            "specs": [
                [
                    "==",
                    "4.1.0"
                ]
            ]
        },
        {
            "name": "keyring",
            "specs": [
                [
                    "==",
                    "25.5.0"
                ]
            ]
        },
        {
            "name": "more-itertools",
            "specs": [
                [
                    "==",
                    "10.5.0"
                ]
            ]
        },
        {
            "name": "mypy-extensions",
            "specs": [
                [
                    "==",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "nh3",
            "specs": [
                [
                    "==",
                    "0.2.18"
                ]
            ]
        },
        {
            "name": "packaging",
            "specs": [
                [
                    "==",
                    "24.1"
                ]
            ]
        },
        {
            "name": "pathspec",
            "specs": [
                [
                    "==",
                    "0.12.1"
                ]
            ]
        },
        {
            "name": "pkginfo",
            "specs": [
                [
                    "==",
                    "1.11.2"
                ]
            ]
        },
        {
            "name": "platformdirs",
            "specs": [
                [
                    "==",
                    "4.3.6"
                ]
            ]
        },
        {
            "name": "pluggy",
            "specs": [
                [
                    "==",
                    "1.5.0"
                ]
            ]
        },
        {
            "name": "pygments",
            "specs": [
                [
                    "==",
                    "2.18.0"
                ]
            ]
        },
        {
            "name": "pyproject-hooks",
            "specs": [
                [
                    "==",
                    "1.2.0"
                ]
            ]
        },
        {
            "name": "pytest",
            "specs": [
                [
                    "==",
                    "8.2.0"
                ]
            ]
        },
        {
            "name": "readme-renderer",
            "specs": [
                [
                    "==",
                    "44.0"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.26.0"
                ]
            ]
        },
        {
            "name": "requests-toolbelt",
            "specs": [
                [
                    "==",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "rfc3986",
            "specs": [
                [
                    "==",
                    "2.0.0"
                ]
            ]
        },
        {
            "name": "setuptools",
            "specs": [
                [
                    "==",
                    "69.5.1"
                ]
            ]
        },
        {
            "name": "sqlparse",
            "specs": [
                [
                    "==",
                    "0.5.1"
                ]
            ]
        },
        {
            "name": "toml",
            "specs": [
                [
                    "==",
                    "0.10.2"
                ]
            ]
        },
        {
            "name": "tqdm",
            "specs": [
                [
                    "==",
                    "4.66.6"
                ]
            ]
        },
        {
            "name": "twine",
            "specs": [
                [
                    "==",
                    "3.4.2"
                ]
            ]
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    "==",
                    "1.26.20"
                ]
            ]
        },
        {
            "name": "zipp",
            "specs": [
                [
                    "==",
                    "3.20.2"
                ]
            ]
        }
    ],
    "lcname": "dsd-heroku"
}
        
Elapsed time: 0.60553s