server-templates


Nameserver-templates JSON
Version 0.2.20 PyPI version JSON
download
home_pagehttps://github.com/centroid457/
Summarytemplates for servers
upload_time2024-05-14 13:13:23
maintainerNone
docs_urlNone
authorAndrei Starichenko
requires_python>=3.6
licenseNone
keywords api api server http server aiohttp fastapi
VCS
bugtrack_url
requirements pytest requirements-checker object-info logger-aux PyQt5 PyYAML aiohttp requests
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # server_templates (v0.2.20)

## DESCRIPTION_SHORT
templates for servers

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


## Features
1. server:  
	- 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, aiohttp, FastApi",
    "author": "Andrei Starichenko",
    "author_email": "centroid@mail.ru",
    "download_url": "https://files.pythonhosted.org/packages/15/f6/eac49cfd41ed861acd19d929beaa2bc042979cb32337440746371f908c7b/server_templates-0.2.20.tar.gz",
    "platform": null,
    "description": "# server_templates (v0.2.20)\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. server:  \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.2.20",
    "project_urls": {
        "Homepage": "https://github.com/centroid457/",
        "Source": "https://github.com/centroid457/server_templates"
    },
    "split_keywords": [
        "api",
        " api server",
        " http server",
        " aiohttp",
        " fastapi"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c9b402fe77afbeca8a5876345607b252dca3ba2f4710fd06a7aacc429e2fcf0",
                "md5": "55f61dd5d441971a60157784f2d64d4e",
                "sha256": "9d02c437f5b085272a13119809395b092e2ded7b752d3d772a7df60285d10c81"
            },
            "downloads": -1,
            "filename": "server_templates-0.2.20-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "55f61dd5d441971a60157784f2d64d4e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 15274,
            "upload_time": "2024-05-14T13:13:22",
            "upload_time_iso_8601": "2024-05-14T13:13:22.029666Z",
            "url": "https://files.pythonhosted.org/packages/5c/9b/402fe77afbeca8a5876345607b252dca3ba2f4710fd06a7aacc429e2fcf0/server_templates-0.2.20-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "15f6eac49cfd41ed861acd19d929beaa2bc042979cb32337440746371f908c7b",
                "md5": "3d38b150955fc91b6c7eb9506f403d8c",
                "sha256": "1e36c3fa0a28c409a80821fbbf7fc38f7d51ce117e70e1b2ed930e00eb2ca3c1"
            },
            "downloads": -1,
            "filename": "server_templates-0.2.20.tar.gz",
            "has_sig": false,
            "md5_digest": "3d38b150955fc91b6c7eb9506f403d8c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 14302,
            "upload_time": "2024-05-14T13:13:23",
            "upload_time_iso_8601": "2024-05-14T13:13:23.785797Z",
            "url": "https://files.pythonhosted.org/packages/15/f6/eac49cfd41ed861acd19d929beaa2bc042979cb32337440746371f908c7b/server_templates-0.2.20.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-14 13:13:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "centroid457",
    "github_project": "server_templates",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "pytest",
            "specs": []
        },
        {
            "name": "requirements-checker",
            "specs": []
        },
        {
            "name": "object-info",
            "specs": []
        },
        {
            "name": "logger-aux",
            "specs": []
        },
        {
            "name": "PyQt5",
            "specs": []
        },
        {
            "name": "PyYAML",
            "specs": []
        },
        {
            "name": "aiohttp",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        }
    ],
    "lcname": "server-templates"
}
        
Elapsed time: 0.25892s