vanillacorn


Namevanillacorn JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryA vanilla ASGI server: a basic implementation of the ASGI specification using pure Python and asyncio.
upload_time2025-07-24 21:44:00
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords asgi pure python server simple server vanilla
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Vanillacorn

A vanilla ASGI server: a basic implementation of the ASGI specification using pure Python and asyncio.
The system is meant to use zero external libraries and contain in a single file, because why not..? (trying to be cool)

# TODO:
- [ ] support websocket transport
- [ ] test cases
- [ ] tsl if possible to make it ground simple
- [ ] readme

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "vanillacorn",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "asgi, pure python, server, simple server, vanilla",
    "author": null,
    "author_email": "bRuttaZz <agrajpdas@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/29/be/9cbc0379106c7850dc2955bbe5aeb7fdbe94cb7b3071c9e3d5541159dec7/vanillacorn-0.0.1.tar.gz",
    "platform": null,
    "description": "# Vanillacorn\n\nA vanilla ASGI server: a basic implementation of the ASGI specification using pure Python and asyncio.\nThe system is meant to use zero external libraries and contain in a single file, because why not..? (trying to be cool)\n\n# TODO:\n- [ ] support websocket transport\n- [ ] test cases\n- [ ] tsl if possible to make it ground simple\n- [ ] readme\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A vanilla ASGI server: a basic implementation of the ASGI specification using pure Python and asyncio.",
    "version": "0.0.1",
    "project_urls": null,
    "split_keywords": [
        "asgi",
        " pure python",
        " server",
        " simple server",
        " vanilla"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "022cf42b475d0850e0bac427a720ec4c7e2e3b77aba0ed63cf47a452106f9294",
                "md5": "b20a3b333537b06ef8662f737771b9be",
                "sha256": "f91542f5f6845d61ee531b70bd60c6a81e881710b667cc29d1bbdb5fdbdfcf20"
            },
            "downloads": -1,
            "filename": "vanillacorn-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b20a3b333537b06ef8662f737771b9be",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 19336,
            "upload_time": "2025-07-24T21:43:58",
            "upload_time_iso_8601": "2025-07-24T21:43:58.812321Z",
            "url": "https://files.pythonhosted.org/packages/02/2c/f42b475d0850e0bac427a720ec4c7e2e3b77aba0ed63cf47a452106f9294/vanillacorn-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "29be9cbc0379106c7850dc2955bbe5aeb7fdbe94cb7b3071c9e3d5541159dec7",
                "md5": "01c7fdfa6f63e2b499b00db5aaa975ef",
                "sha256": "88241293447720c8a30a970267697eb1ff353f5afb42b33a6f7715a2b9115e84"
            },
            "downloads": -1,
            "filename": "vanillacorn-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "01c7fdfa6f63e2b499b00db5aaa975ef",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 19116,
            "upload_time": "2025-07-24T21:44:00",
            "upload_time_iso_8601": "2025-07-24T21:44:00.262882Z",
            "url": "https://files.pythonhosted.org/packages/29/be/9cbc0379106c7850dc2955bbe5aeb7fdbe94cb7b3071c9e3d5541159dec7/vanillacorn-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-24 21:44:00",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "vanillacorn"
}
        
Elapsed time: 1.59381s