PasteDeploy


NamePasteDeploy JSON
Version 3.1.0 PyPI version JSON
download
home_pagehttps://docs.pylonsproject.org/projects/pastedeploy/en/latest/
SummaryLoad, configure, and compose WSGI applications and servers
upload_time2023-11-21 04:54:33
maintainerMichael Merickel
docs_urlNone
authorIan Bicking
requires_python>=3.7
licenseMIT
keywords web wsgi application server
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            This tool provides code to load WSGI applications and servers from
URIs. These URIs can refer to Python eggs for INI-style configuration
files.  `Paste Script <https://github.com/cdent/pastescript>`_ provides
commands to serve applications based on this configuration file.

The latest version is available on `GitHub
<https://github.com/Pylons/pastedeploy/>`_ (or download a wheel or tarball from
`PyPI <https://pypi.org/project/PasteDeploy/#files>`_).

For the latest changes see the `news file
<https://docs.pylonsproject.org/projects/pastedeploy/en/latest/news.html>`_.

            

Raw data

            {
    "_id": null,
    "home_page": "https://docs.pylonsproject.org/projects/pastedeploy/en/latest/",
    "name": "PasteDeploy",
    "maintainer": "Michael Merickel",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "pylons-discuss@googlegroups.com",
    "keywords": "web,wsgi,application,server",
    "author": "Ian Bicking",
    "author_email": "pylons-discuss@googlegroups.com",
    "download_url": "https://files.pythonhosted.org/packages/e3/97/0c4a613ec96a54d21daa7e089178263915554320402e89b4e319436a63cb/PasteDeploy-3.1.0.tar.gz",
    "platform": null,
    "description": "This tool provides code to load WSGI applications and servers from\nURIs. These URIs can refer to Python eggs for INI-style configuration\nfiles.  `Paste Script <https://github.com/cdent/pastescript>`_ provides\ncommands to serve applications based on this configuration file.\n\nThe latest version is available on `GitHub\n<https://github.com/Pylons/pastedeploy/>`_ (or download a wheel or tarball from\n`PyPI <https://pypi.org/project/PasteDeploy/#files>`_).\n\nFor the latest changes see the `news file\n<https://docs.pylonsproject.org/projects/pastedeploy/en/latest/news.html>`_.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Load, configure, and compose WSGI applications and servers",
    "version": "3.1.0",
    "project_urls": {
        "Changelog": "https://docs.pylonsproject.org/projects/pastedeploy/en/latest/news.html",
        "Documentation": "https://docs.pylonsproject.org/projects/pastedeploy/en/latest/",
        "Homepage": "https://docs.pylonsproject.org/projects/pastedeploy/en/latest/",
        "Issue Tracker": "https://github.com/Pylons/pastedeploy/issues"
    },
    "split_keywords": [
        "web",
        "wsgi",
        "application",
        "server"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8530cdddd9a88969683a59222a6d61cd6dce923977f2e9f9ffba38e1324149cd",
                "md5": "e499a8d754e7df2cd9ba03100a50553b",
                "sha256": "76388ad53a661448d436df28c798063108f70e994ddc749540d733cdbd1b38cf"
            },
            "downloads": -1,
            "filename": "PasteDeploy-3.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e499a8d754e7df2cd9ba03100a50553b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 16943,
            "upload_time": "2023-11-21T04:54:28",
            "upload_time_iso_8601": "2023-11-21T04:54:28.226254Z",
            "url": "https://files.pythonhosted.org/packages/85/30/cdddd9a88969683a59222a6d61cd6dce923977f2e9f9ffba38e1324149cd/PasteDeploy-3.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e3970c4a613ec96a54d21daa7e089178263915554320402e89b4e319436a63cb",
                "md5": "9eab40afbb5e3d5ee17a23785543c8cd",
                "sha256": "9ddbaf152f8095438a9fe81f82c78a6714b92ae8e066bed418b6a7ff6a095a95"
            },
            "downloads": -1,
            "filename": "PasteDeploy-3.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9eab40afbb5e3d5ee17a23785543c8cd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 37841,
            "upload_time": "2023-11-21T04:54:33",
            "upload_time_iso_8601": "2023-11-21T04:54:33.203638Z",
            "url": "https://files.pythonhosted.org/packages/e3/97/0c4a613ec96a54d21daa7e089178263915554320402e89b4e319436a63cb/PasteDeploy-3.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-21 04:54:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Pylons",
    "github_project": "pastedeploy",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "pastedeploy"
}
        
Elapsed time: 0.16110s