server-templates


Nameserver-templates JSON
Version 0.3.3 PyPI version JSON
download
home_pagehttps://github.com/centroid457/
Summarytemplates for servers
upload_time2024-05-22 13:14:01
maintainerNone
docs_urlNone
authorAndrei Starichenko
requires_python>=3.6
licenseNone
keywords api api server http server requests aiohttp fastapi
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # server_templates (v0.3.3)

## DESCRIPTION_SHORT
templates for servers

## DESCRIPTION_LONG
designed for keep all servers templates in one place


## Features
1. [SERVERS]:  
	- [aiohttp] (try not to use, as old)  
	- [FastApi] (preferred)  
2. client_requests item+stack  


********************************************************************************
## License
See the [LICENSE](LICENSE) file for license rights and limitations (MIT).


## Release history
See the [HISTORY.md](HISTORY.md) file for release history.


## Installation
```commandline
pip install server-templates
```


## Import
```python
from server_templates import *
```


********************************************************************************
## USAGE EXAMPLES
See tests and sourcecode for other examples.

------------------------------
### 1. example1.py
```python
import server_templates
import pathlib
import time


server = server_templates.ServerAiohttpBase()
server.start()
server.wait()
```

********************************************************************************

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/centroid457/",
    "name": "server-templates",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "api, api server, http server, requests, aiohttp, FastApi",
    "author": "Andrei Starichenko",
    "author_email": "centroid@mail.ru",
    "download_url": "https://files.pythonhosted.org/packages/08/be/fa7a2b5f7c375b58724b233654f071147a0a5e39f671160eec90b08f258a/server_templates-0.3.3.tar.gz",
    "platform": null,
    "description": "# server_templates (v0.3.3)\r\n\r\n## DESCRIPTION_SHORT\r\ntemplates for servers\r\n\r\n## DESCRIPTION_LONG\r\ndesigned for keep all servers templates in one place\r\n\r\n\r\n## Features\r\n1. [SERVERS]:  \r\n\t- [aiohttp] (try not to use, as old)  \r\n\t- [FastApi] (preferred)  \r\n2. client_requests item+stack  \r\n\r\n\r\n********************************************************************************\r\n## License\r\nSee the [LICENSE](LICENSE) file for license rights and limitations (MIT).\r\n\r\n\r\n## Release history\r\nSee the [HISTORY.md](HISTORY.md) file for release history.\r\n\r\n\r\n## Installation\r\n```commandline\r\npip install server-templates\r\n```\r\n\r\n\r\n## Import\r\n```python\r\nfrom server_templates import *\r\n```\r\n\r\n\r\n********************************************************************************\r\n## USAGE EXAMPLES\r\nSee tests and sourcecode for other examples.\r\n\r\n------------------------------\r\n### 1. example1.py\r\n```python\r\nimport server_templates\r\nimport pathlib\r\nimport time\r\n\r\n\r\nserver = server_templates.ServerAiohttpBase()\r\nserver.start()\r\nserver.wait()\r\n```\r\n\r\n********************************************************************************\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "templates for servers",
    "version": "0.3.3",
    "project_urls": {
        "Homepage": "https://github.com/centroid457/",
        "Source": "https://github.com/centroid457/server_templates"
    },
    "split_keywords": [
        "api",
        " api server",
        " http server",
        " requests",
        " aiohttp",
        " fastapi"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "04e7fdb1c2a690bdd4875d2dc26348c6b18289e2ccba4ce975dfeafe098d7a77",
                "md5": "55c2fd142f0fb053c65a1136a4b2cc92",
                "sha256": "e119ba4660b17cf29395d46f36a41e573ed789c1b31c92a9d30ba30a718131ce"
            },
            "downloads": -1,
            "filename": "server_templates-0.3.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "55c2fd142f0fb053c65a1136a4b2cc92",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 16218,
            "upload_time": "2024-05-22T13:13:58",
            "upload_time_iso_8601": "2024-05-22T13:13:58.664522Z",
            "url": "https://files.pythonhosted.org/packages/04/e7/fdb1c2a690bdd4875d2dc26348c6b18289e2ccba4ce975dfeafe098d7a77/server_templates-0.3.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "08befa7a2b5f7c375b58724b233654f071147a0a5e39f671160eec90b08f258a",
                "md5": "c0d141da345ffa171d00e0137a099cec",
                "sha256": "39da6d1dcbed84bbfb65c4c3aee3eed7fc0346f1f1eef1502214349cd24814e8"
            },
            "downloads": -1,
            "filename": "server_templates-0.3.3.tar.gz",
            "has_sig": false,
            "md5_digest": "c0d141da345ffa171d00e0137a099cec",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 14795,
            "upload_time": "2024-05-22T13:14:01",
            "upload_time_iso_8601": "2024-05-22T13:14:01.030446Z",
            "url": "https://files.pythonhosted.org/packages/08/be/fa7a2b5f7c375b58724b233654f071147a0a5e39f671160eec90b08f258a/server_templates-0.3.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-22 13:14:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "centroid457",
    "github_project": "server_templates",
    "github_not_found": true,
    "lcname": "server-templates"
}
        
Elapsed time: 0.44539s