Base library for other web servers.
Project description
WSBLib
Web Server Base Library (WSBLib), a library that serves as a basis for creating other web server frameworks in Python. The goal is to be simple, fast and secure.
To create server frameworks, you need to use this library and the HTTPPyParser library to get data from the request, as it is your framework that will manage the entire request cycle, the WSBLib
library just makes it easier for you.
Installation
You can use the PIP package manager to install WSBLib
...
pip install wsblib
Or install manually, cloning the repository and running the command below:
python3 setup.py install
Examples
You can see WSBLib Usage Examples to get an idea of how this library works or get inspired to create your own project using WSBLib
.
License
BSD 3-Clause
Copyright (c) 2022, Jaedson Silva
All rights reserved.
This project use the BSD 3-Clause
license. Please see LICENSE file to more information about license.
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
File details
Details for the file wsblib-1.2.0.tar.gz
.
File metadata
- Download URL: wsblib-1.2.0.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a57d7b0c203c509008cdff76859131c324781f8da79d9853ab1a6eaeee7bdf47 |
|
MD5 | d8233f9f1eef1a01d5af4ba1d652fa08 |
|
BLAKE2b-256 | 1877d7fe2c28b1e97d391ab7ee5b41e6090765381452842d9e80c7c0f5af83a4 |