templates for servers
Project description
server_templates (v0.3.1)
DESCRIPTION_SHORT
templates for servers
DESCRIPTION_LONG
designed for keep all servers templates in one place
Features
- server:
- aiohttp (try not to use, as old)
- FastApi (preferred)
- client_requests item+stack
License
See the LICENSE file for license rights and limitations (MIT).
Release history
See the HISTORY.md file for release history.
Installation
pip install server-templates
Import
from server_templates import *
USAGE EXAMPLES
See tests and sourcecode for other examples.
1. example1.py
import server_templates
import pathlib
import time
server = server_templates.ServerAiohttpBase()
server.start()
server.wait()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
server_templates-0.3.1.tar.gz
(14.4 kB
view details)
Built Distribution
File details
Details for the file server_templates-0.3.1.tar.gz
.
File metadata
- Download URL: server_templates-0.3.1.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9a4288dd9b0f0d3437bfef8ff3c9e399ebc996de0ec05589ee6414bcd354a7f |
|
MD5 | 97e5e20d9989fcc974060884d9ac2970 |
|
BLAKE2b-256 | 01e8bb997d54ecf83d2ba531e092ba91be374ab51a99a503c91d0c0d4897d46c |
File details
Details for the file server_templates-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: server_templates-0.3.1-py3-none-any.whl
- Upload date:
- Size: 15.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5263660ffda84d777e1453e24d5f46d3d91da1c6244c884df64ad8d0cd967ae5 |
|
MD5 | 914b539a019d9a436278db3660b67c13 |
|
BLAKE2b-256 | a580722d976abe4987efd72913ce899ce79b119d5f3e152e517965430f15192a |