server-templates


Nameserver-templates JSON
Version 0.2.19 PyPI version JSON
download
home_pagehttps://github.com/centroid457/
Summarytemplates for servers
upload_time2024-04-26 08:59:33
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.19)

## 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/eb/50/076ee45b3baaedb2aca0898cbe4e95c6f24dacc7ddebfe36a30eb538b613/server_templates-0.2.19.tar.gz",
    "platform": null,
    "description": "# server_templates (v0.2.19)\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.19",
    "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": "db396c8560f3e362fba3198b088d325feabc362f88c8c11194945e17454e8d34",
                "md5": "6956d61ca897a175820445d6dade3e74",
                "sha256": "c7ba73e936df90e73ab2f53b5e21173a0841b4cfc7a9fac3ba023998751e7a81"
            },
            "downloads": -1,
            "filename": "server_templates-0.2.19-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6956d61ca897a175820445d6dade3e74",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 15104,
            "upload_time": "2024-04-26T08:59:31",
            "upload_time_iso_8601": "2024-04-26T08:59:31.394915Z",
            "url": "https://files.pythonhosted.org/packages/db/39/6c8560f3e362fba3198b088d325feabc362f88c8c11194945e17454e8d34/server_templates-0.2.19-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb50076ee45b3baaedb2aca0898cbe4e95c6f24dacc7ddebfe36a30eb538b613",
                "md5": "a4b6bcc71d8ce1c3805fe58d4c1a874a",
                "sha256": "a6fe3e8cadeecbdedf5c27ba87b44ca6696906a1718ba4b6ea4bffba702bdeb7"
            },
            "downloads": -1,
            "filename": "server_templates-0.2.19.tar.gz",
            "has_sig": false,
            "md5_digest": "a4b6bcc71d8ce1c3805fe58d4c1a874a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 14138,
            "upload_time": "2024-04-26T08:59:33",
            "upload_time_iso_8601": "2024-04-26T08:59:33.271484Z",
            "url": "https://files.pythonhosted.org/packages/eb/50/076ee45b3baaedb2aca0898cbe4e95c6f24dacc7ddebfe36a30eb538b613/server_templates-0.2.19.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-26 08:59:33",
    "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.27652s