shuttleasgi


Nameshuttleasgi JSON
Version 3.0.1 PyPI version JSON
download
home_pageNone
SummaryBlackSheep, but with ShuttleAI's customizations.
upload_time2024-04-04 23:17:14
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords blacksheep web framework asyncio shuttleai shuttleasgi
VCS
bugtrack_url
requirements annotated-types asgiref attrs blinker certifi cffi charset-normalizer click coverage cryptography Cython essentials essentials-openapi Flask gevent greenlet guardpost h11 h2 hpack httptools hypercorn hyperframe idna iniconfig itsdangerous Jinja2 MarkupSafe mccabe packaging pluggy priority py pycparser pydantic pydantic_core PyJWT pyparsing pytest pytest-asyncio pytest-cov python-dateutil PyYAML regex requests rodi setuptools six toml tomli typing_extensions urllib3 uvicorn wcwidth websockets Werkzeug wsproto zope.event zope.interface orjson
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Build](https://github.com/Neoteroi/BlackSheep/workflows/Main/badge.svg)](https://github.com/Neoteroi/BlackSheep/actions)
[![pypi](https://img.shields.io/pypi/v/BlackSheep-Shuttle.svg?color=blue)](https://pypi.org/project/BlackSheep-Shuttle/)
[![versions](https://img.shields.io/pypi/pyversions/blacksheep-shuttle.svg)](https://github.com/herumes/blacksheep-shuttle)
[![codecov](https://codecov.io/gh/Neoteroi/BlackSheep/branch/master/graph/badge.svg?token=Nzi29L0Eg1)](https://codecov.io/gh/Neoteroi/BlackSheep)
[![license](https://img.shields.io/github/license/Neoteroi/blacksheep.svg)](https://github.com/Neoteroi/blacksheep/blob/main/LICENSE) [![Join the chat at https://gitter.im/Neoteroi/BlackSheep](https://badges.gitter.im/Neoteroi/BlackSheep.svg)](https://gitter.im/Neoteroi/BlackSheep?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![documentation](https://img.shields.io/badge/📖-docs-purple)](https://www.neoteroi.dev/blacksheep/)

# BlackSheep-Shuttle
BlackSheep-Shuttle is a fork of [BlackSheep](https://github.com/Neoteroi/BlackSheep) with numerous fixes, improvements, and new features.

Credits to [RobertoPrevato](https://github.com/robertoprevato) for creating the original masterpiece.

```ShellSession
pip install -U blacksheep-shuttle
```

## Building
Helpful commands for building and testing the project yourself.
*Using mingw32k-make for Windows*
### Make
```ShellSession
mingw32-make compile
```
### Build
```ShellSession
mingw32-make build
```
### Prepare for publishing
```ShellSession
mingw32-make prepforbuild
```
### Create dist
```ShellSession
python -m build
```
### Clean (Optional)
```ShellSession
mingw32-make clean
```
### Uploading to PyPi
```ShellSession
twine upload -r pypi dist/*
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "shuttleasgi",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "blacksheep, web framework, asyncio, shuttleai, shuttleasgi",
    "author": null,
    "author_email": "shuttleai <noreply@shuttleai.app>, Roberto Prevato <roberto.prevato@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/6d/9e/657b99d86a81d85c4d3613216a03ecb7b77a9082d253cd7ac64b94483199/shuttleasgi-3.0.1.tar.gz",
    "platform": null,
    "description": "[![Build](https://github.com/Neoteroi/BlackSheep/workflows/Main/badge.svg)](https://github.com/Neoteroi/BlackSheep/actions)\r\n[![pypi](https://img.shields.io/pypi/v/BlackSheep-Shuttle.svg?color=blue)](https://pypi.org/project/BlackSheep-Shuttle/)\r\n[![versions](https://img.shields.io/pypi/pyversions/blacksheep-shuttle.svg)](https://github.com/herumes/blacksheep-shuttle)\r\n[![codecov](https://codecov.io/gh/Neoteroi/BlackSheep/branch/master/graph/badge.svg?token=Nzi29L0Eg1)](https://codecov.io/gh/Neoteroi/BlackSheep)\r\n[![license](https://img.shields.io/github/license/Neoteroi/blacksheep.svg)](https://github.com/Neoteroi/blacksheep/blob/main/LICENSE) [![Join the chat at https://gitter.im/Neoteroi/BlackSheep](https://badges.gitter.im/Neoteroi/BlackSheep.svg)](https://gitter.im/Neoteroi/BlackSheep?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![documentation](https://img.shields.io/badge/\ud83d\udcd6-docs-purple)](https://www.neoteroi.dev/blacksheep/)\r\n\r\n# BlackSheep-Shuttle\r\nBlackSheep-Shuttle is a fork of [BlackSheep](https://github.com/Neoteroi/BlackSheep) with numerous fixes, improvements, and new features.\r\n\r\nCredits to [RobertoPrevato](https://github.com/robertoprevato) for creating the original masterpiece.\r\n\r\n```ShellSession\r\npip install -U blacksheep-shuttle\r\n```\r\n\r\n## Building\r\nHelpful commands for building and testing the project yourself.\r\n*Using mingw32k-make for Windows*\r\n### Make\r\n```ShellSession\r\nmingw32-make compile\r\n```\r\n### Build\r\n```ShellSession\r\nmingw32-make build\r\n```\r\n### Prepare for publishing\r\n```ShellSession\r\nmingw32-make prepforbuild\r\n```\r\n### Create dist\r\n```ShellSession\r\npython -m build\r\n```\r\n### Clean (Optional)\r\n```ShellSession\r\nmingw32-make clean\r\n```\r\n### Uploading to PyPi\r\n```ShellSession\r\ntwine upload -r pypi dist/*\r\n```\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "BlackSheep, but with ShuttleAI's customizations.",
    "version": "3.0.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/ShuttleAI/ShuttleASGI/issues",
        "Homepage": "https://github.com/ShuttleAI/ShuttleASGI"
    },
    "split_keywords": [
        "blacksheep",
        " web framework",
        " asyncio",
        " shuttleai",
        " shuttleasgi"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "98b78be4e0016e18b1a1a8ed5002a5924111e5b28a8870020a6275ee40f09eec",
                "md5": "bdbddbe7197d5547fd922680bda56561",
                "sha256": "4e02c77820e0a533c86abea629261484538ef4a13f8c0ae6178fe41fbce548d1"
            },
            "downloads": -1,
            "filename": "shuttleasgi-3.0.1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "bdbddbe7197d5547fd922680bda56561",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1699881,
            "upload_time": "2024-04-04T23:17:08",
            "upload_time_iso_8601": "2024-04-04T23:17:08.508809Z",
            "url": "https://files.pythonhosted.org/packages/98/b7/8be4e0016e18b1a1a8ed5002a5924111e5b28a8870020a6275ee40f09eec/shuttleasgi-3.0.1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6d9e657b99d86a81d85c4d3613216a03ecb7b77a9082d253cd7ac64b94483199",
                "md5": "b6941929a50203f632dfae496cde2c90",
                "sha256": "d355b3cd06fcdb7f86683e5c3336a1dd698183723582c89bc691a44056e029f8"
            },
            "downloads": -1,
            "filename": "shuttleasgi-3.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b6941929a50203f632dfae496cde2c90",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 1179766,
            "upload_time": "2024-04-04T23:17:14",
            "upload_time_iso_8601": "2024-04-04T23:17:14.060695Z",
            "url": "https://files.pythonhosted.org/packages/6d/9e/657b99d86a81d85c4d3613216a03ecb7b77a9082d253cd7ac64b94483199/shuttleasgi-3.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-04 23:17:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ShuttleAI",
    "github_project": "ShuttleASGI",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "annotated-types",
            "specs": [
                [
                    "==",
                    "0.6.0"
                ]
            ]
        },
        {
            "name": "asgiref",
            "specs": [
                [
                    "==",
                    "3.7.2"
                ]
            ]
        },
        {
            "name": "attrs",
            "specs": [
                [
                    "==",
                    "23.1.0"
                ]
            ]
        },
        {
            "name": "blinker",
            "specs": [
                [
                    "==",
                    "1.6.3"
                ]
            ]
        },
        {
            "name": "certifi",
            "specs": [
                [
                    "==",
                    "2023.7.22"
                ]
            ]
        },
        {
            "name": "cffi",
            "specs": [
                [
                    "==",
                    "1.16.0"
                ]
            ]
        },
        {
            "name": "charset-normalizer",
            "specs": [
                [
                    "==",
                    "3.3.1"
                ]
            ]
        },
        {
            "name": "click",
            "specs": [
                [
                    "==",
                    "8.1.7"
                ]
            ]
        },
        {
            "name": "coverage",
            "specs": [
                [
                    "==",
                    "7.3.2"
                ]
            ]
        },
        {
            "name": "cryptography",
            "specs": [
                [
                    "==",
                    "41.0.6"
                ]
            ]
        },
        {
            "name": "Cython",
            "specs": [
                [
                    "==",
                    "3.0.4"
                ]
            ]
        },
        {
            "name": "essentials",
            "specs": [
                [
                    "==",
                    "1.1.5"
                ]
            ]
        },
        {
            "name": "essentials-openapi",
            "specs": [
                [
                    "==",
                    "1.0.8"
                ]
            ]
        },
        {
            "name": "Flask",
            "specs": [
                [
                    "==",
                    "3.0.0"
                ]
            ]
        },
        {
            "name": "gevent",
            "specs": [
                [
                    "==",
                    "23.9.1"
                ]
            ]
        },
        {
            "name": "greenlet",
            "specs": [
                [
                    "==",
                    "3.0.0"
                ]
            ]
        },
        {
            "name": "guardpost",
            "specs": [
                [
                    "==",
                    "1.0.2"
                ]
            ]
        },
        {
            "name": "h11",
            "specs": [
                [
                    "==",
                    "0.14.0"
                ]
            ]
        },
        {
            "name": "h2",
            "specs": [
                [
                    "==",
                    "4.1.0"
                ]
            ]
        },
        {
            "name": "hpack",
            "specs": [
                [
                    "==",
                    "4.0.0"
                ]
            ]
        },
        {
            "name": "httptools",
            "specs": [
                [
                    "==",
                    "0.6.1"
                ]
            ]
        },
        {
            "name": "hypercorn",
            "specs": [
                [
                    "==",
                    "0.14.4"
                ]
            ]
        },
        {
            "name": "hyperframe",
            "specs": [
                [
                    "==",
                    "6.0.1"
                ]
            ]
        },
        {
            "name": "idna",
            "specs": [
                [
                    "==",
                    "3.4"
                ]
            ]
        },
        {
            "name": "iniconfig",
            "specs": [
                [
                    "==",
                    "2.0.0"
                ]
            ]
        },
        {
            "name": "itsdangerous",
            "specs": [
                [
                    "==",
                    "2.1.2"
                ]
            ]
        },
        {
            "name": "Jinja2",
            "specs": [
                [
                    "==",
                    "3.1.3"
                ]
            ]
        },
        {
            "name": "MarkupSafe",
            "specs": [
                [
                    "==",
                    "2.1.3"
                ]
            ]
        },
        {
            "name": "mccabe",
            "specs": [
                [
                    "==",
                    "0.7.0"
                ]
            ]
        },
        {
            "name": "packaging",
            "specs": [
                [
                    "==",
                    "23.2"
                ]
            ]
        },
        {
            "name": "pluggy",
            "specs": [
                [
                    "==",
                    "1.3.0"
                ]
            ]
        },
        {
            "name": "priority",
            "specs": [
                [
                    "==",
                    "2.0.0"
                ]
            ]
        },
        {
            "name": "py",
            "specs": [
                [
                    "==",
                    "1.11.0"
                ]
            ]
        },
        {
            "name": "pycparser",
            "specs": [
                [
                    "==",
                    "2.21"
                ]
            ]
        },
        {
            "name": "pydantic",
            "specs": [
                [
                    "==",
                    "2.4.2"
                ]
            ]
        },
        {
            "name": "pydantic_core",
            "specs": [
                [
                    "==",
                    "2.10.1"
                ]
            ]
        },
        {
            "name": "PyJWT",
            "specs": [
                [
                    "==",
                    "2.8.0"
                ]
            ]
        },
        {
            "name": "pyparsing",
            "specs": [
                [
                    "==",
                    "3.1.1"
                ]
            ]
        },
        {
            "name": "pytest",
            "specs": [
                [
                    "==",
                    "7.4.2"
                ]
            ]
        },
        {
            "name": "pytest-asyncio",
            "specs": [
                [
                    "==",
                    "0.21.1"
                ]
            ]
        },
        {
            "name": "pytest-cov",
            "specs": [
                [
                    "==",
                    "4.1.0"
                ]
            ]
        },
        {
            "name": "python-dateutil",
            "specs": [
                [
                    "==",
                    "2.8.2"
                ]
            ]
        },
        {
            "name": "PyYAML",
            "specs": [
                [
                    "==",
                    "6.0.1"
                ]
            ]
        },
        {
            "name": "regex",
            "specs": [
                [
                    "==",
                    "2023.10.3"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.31.0"
                ]
            ]
        },
        {
            "name": "rodi",
            "specs": [
                [
                    "==",
                    "2.0.3"
                ]
            ]
        },
        {
            "name": "setuptools",
            "specs": [
                [
                    "==",
                    "68.2.2"
                ]
            ]
        },
        {
            "name": "six",
            "specs": [
                [
                    "==",
                    "1.16.0"
                ]
            ]
        },
        {
            "name": "toml",
            "specs": [
                [
                    "==",
                    "0.10.2"
                ]
            ]
        },
        {
            "name": "tomli",
            "specs": [
                [
                    "==",
                    "2.0.1"
                ]
            ]
        },
        {
            "name": "typing_extensions",
            "specs": [
                [
                    "==",
                    "4.8.0"
                ]
            ]
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    "==",
                    "2.0.7"
                ]
            ]
        },
        {
            "name": "uvicorn",
            "specs": [
                [
                    "==",
                    "0.23.2"
                ]
            ]
        },
        {
            "name": "wcwidth",
            "specs": [
                [
                    "==",
                    "0.2.8"
                ]
            ]
        },
        {
            "name": "websockets",
            "specs": [
                [
                    "==",
                    "12.0"
                ]
            ]
        },
        {
            "name": "Werkzeug",
            "specs": [
                [
                    "==",
                    "3.0.1"
                ]
            ]
        },
        {
            "name": "wsproto",
            "specs": [
                [
                    "==",
                    "1.2.0"
                ]
            ]
        },
        {
            "name": "zope.event",
            "specs": [
                [
                    "==",
                    "5.0"
                ]
            ]
        },
        {
            "name": "zope.interface",
            "specs": [
                [
                    "==",
                    "6.1"
                ]
            ]
        },
        {
            "name": "orjson",
            "specs": [
                [
                    "==",
                    "3.10.0"
                ]
            ]
        }
    ],
    "lcname": "shuttleasgi"
}
        
Elapsed time: 0.23463s