Skip to main content

templates for servers

Project description

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 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


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.2.19.tar.gz (14.1 kB view hashes)

Uploaded Source

Built Distribution

server_templates-0.2.19-py3-none-any.whl (15.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page