Metadata-Version: 2.1
Name: serverside
Version: 1.0.3
Summary: Python serverside toolkit
Home-page: https://github.com/asciialex/python-serverside
Author: asciialex
Author-email: alex@asciialex.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Python Serverside

A Python server-side toolkit for fast and secure server-side programming with python.
This package aims to help backend developers get a highly performant server up and
running without writing hardly any logic.

```bash
pip3 install serverside
```

Documentation can be found [here](https://asciialex.github.io/python-serverside/).


