wsblib


Namewsblib JSON
Version 1.2.0 PyPI version JSON
download
home_pagehttps://github.com/firlast/wsblib
SummaryBase library for other web servers.
upload_time2022-12-08 01:49:26
maintainer
docs_urlNone
authorJaedson Silva
requires_python
license
keywords www http server internet socket
VCS
bugtrack_url
requirements argeasy bupytest http-pyparser
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/firlast/wsblib",
    "name": "wsblib",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "www,http,server,internet,socket",
    "author": "Jaedson Silva",
    "author_email": "imunknowuser@protonmail.com",
    "download_url": "https://files.pythonhosted.org/packages/18/77/d7fe2c28b1e97d391ab7ee5b41e6090765381452842d9e80c7c0f5af83a4/wsblib-1.2.0.tar.gz",
    "platform": null,
    "description": "# WSBLib\n\n![BADGE](https://img.shields.io/static/v1?label=status&message=development&color=orange)\n![BADGE](https://img.shields.io/static/v1?label=license&message=BSD%203-Clause&color=blue)\n\nWeb 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.\n\nTo 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.\n\n## Installation\n\nYou can use the PIP package manager to install `WSBLib`...\n\n```\npip install wsblib\n```\n\nOr install manually, cloning the repository and running the command below:\n\n```\npython3 setup.py install\n```\n\n## Examples\n\nYou 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`.\n\n## License\n\n```text\nBSD 3-Clause\nCopyright (c) 2022, Jaedson Silva\nAll rights reserved.\n```\n\nThis project use the `BSD 3-Clause` license. Please [see LICENSE file](https://github.com/firlast/wsblib/blob/master/LICENSE) to **more information** about license.",
    "bugtrack_url": null,
    "license": "",
    "summary": "Base library for other web servers.",
    "version": "1.2.0",
    "split_keywords": [
        "www",
        "http",
        "server",
        "internet",
        "socket"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "d8233f9f1eef1a01d5af4ba1d652fa08",
                "sha256": "a57d7b0c203c509008cdff76859131c324781f8da79d9853ab1a6eaeee7bdf47"
            },
            "downloads": -1,
            "filename": "wsblib-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d8233f9f1eef1a01d5af4ba1d652fa08",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8728,
            "upload_time": "2022-12-08T01:49:26",
            "upload_time_iso_8601": "2022-12-08T01:49:26.080282Z",
            "url": "https://files.pythonhosted.org/packages/18/77/d7fe2c28b1e97d391ab7ee5b41e6090765381452842d9e80c7c0f5af83a4/wsblib-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-08 01:49:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "firlast",
    "github_project": "wsblib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "argeasy",
            "specs": [
                [
                    "==",
                    "3.0.0"
                ]
            ]
        },
        {
            "name": "bupytest",
            "specs": [
                [
                    "==",
                    "1.2.0"
                ]
            ]
        },
        {
            "name": "http-pyparser",
            "specs": [
                [
                    "==",
                    "0.5.1"
                ]
            ]
        }
    ],
    "lcname": "wsblib"
}
        
Elapsed time: 0.01543s