Metadata-Version: 2.1
Name: wsblib
Version: 1.1.0
Summary: Base library for other web servers.
Home-page: https://github.com/firlast/wsblib
Author: Jaedson Silva
Author-email: imunknowuser@protonmail.com
License: UNKNOWN
Project-URL: License, https://github.com/firlast/wsblib/blob/master/LICENSE
Description: # WSBLib
        
        ![BADGE](https://img.shields.io/static/v1?label=status&message=development&color=orange)
        ![BADGE](https://img.shields.io/static/v1?label=license&message=BSD%203-Clause&color=blue)
        
        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](https://github.com/jaedsonpys/http-pyparser) 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](https://github.com/firlast/wsblib/tree/master/examples) to get an idea of how this library works or get inspired to create your own project using `WSBLib`.
        
        ## License
        
        ```text
        BSD 3-Clause
        Copyright (c) 2022, Jaedson Silva
        All rights reserved.
        ```
        
        This project use the `BSD 3-Clause` license. Please [see LICENSE file](https://github.com/firlast/wsblib/blob/master/LICENSE) to **more information** about license.
Keywords: www,http,server,internet,socket
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Description-Content-Type: text/markdown
