aio-standalone


Nameaio-standalone JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/kblin/aio-standalone/
SummaryStandalone application server framework using asyncio
upload_time2022-12-13 11:08:31
maintainer
docs_urlNone
authorKai Blin
requires_python
licenseApache Software License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # aio-standalone

Standalone application server framework using asyncio.

## Installation

Grab it off pypi:

```
pip install aio-standalone
```

Or grab it off github:

```
git clone https://github.com/kblin/aio-standalone.git
cd aio-standalone
pip install .
```

## License
All code is available under the Apache License version 2, see the
[`LICENSE`](LICENSE) file for details.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kblin/aio-standalone/",
    "name": "aio-standalone",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Kai Blin",
    "author_email": "kblin@biosustain.dtu.dk",
    "download_url": "https://files.pythonhosted.org/packages/e3/9a/0f114abecaad83de3ef660487842b51409e0bf5becc6efd885e40f5d516d/aio-standalone-0.2.0.tar.gz",
    "platform": null,
    "description": "# aio-standalone\n\nStandalone application server framework using asyncio.\n\n## Installation\n\nGrab it off pypi:\n\n```\npip install aio-standalone\n```\n\nOr grab it off github:\n\n```\ngit clone https://github.com/kblin/aio-standalone.git\ncd aio-standalone\npip install .\n```\n\n## License\nAll code is available under the Apache License version 2, see the\n[`LICENSE`](LICENSE) file for details.\n",
    "bugtrack_url": null,
    "license": "Apache Software License",
    "summary": "Standalone application server framework using asyncio",
    "version": "0.2.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "464ea2783c1ab0ed4c09c64c6690e16f",
                "sha256": "dd7960f5d688da6b9ae6c41d855415f2e2322d80d1ba30bf92bafac83a4790d9"
            },
            "downloads": -1,
            "filename": "aio_standalone-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "464ea2783c1ab0ed4c09c64c6690e16f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 8048,
            "upload_time": "2022-12-13T11:08:29",
            "upload_time_iso_8601": "2022-12-13T11:08:29.560678Z",
            "url": "https://files.pythonhosted.org/packages/7d/75/54f1d935840b8336f3015240e55d9ba1078995bf022b8325a178cfae676c/aio_standalone-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "7057ac4fd4e0bcd27a47a55945d8c2be",
                "sha256": "4ea5cf1a8b010b3c7d868cb4f75674b31c350e3b6a2fd08c5a052bb87cbd248e"
            },
            "downloads": -1,
            "filename": "aio-standalone-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7057ac4fd4e0bcd27a47a55945d8c2be",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7556,
            "upload_time": "2022-12-13T11:08:31",
            "upload_time_iso_8601": "2022-12-13T11:08:31.061560Z",
            "url": "https://files.pythonhosted.org/packages/e3/9a/0f114abecaad83de3ef660487842b51409e0bf5becc6efd885e40f5d516d/aio-standalone-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-13 11:08:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "kblin",
    "github_project": "aio-standalone",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "aio-standalone"
}
        
Elapsed time: 0.02031s