Basic generic web server application developed for HTTP protocol studies under networking purposes
Project description
generic-web-server
Generic Web Server.
Getting Started
Dependencies
You need Python 3.7 or later to use generic-web-server. You can find it at python.org. You also need setuptools, wheel and twine packages, which is available from PyPI. If you have pip, just run:
pip install setuptools
pip install wheel
pip install twine
Installation
Clone this repo to your local machine using:
git clone https://github.com/matheusphalves/generic-web-server
How to run
Basically, you need to import the Server class and execute the method run.
from Server import Server
server_instance = Server()
server_instance.run()
Features
- File structure for PyPI packages
- Setup with package informations
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 generic-web-server-1.0.1.tar.gz.
File metadata
- Download URL: generic-web-server-1.0.1.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.0.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3dda70347e518d14acdd98b226c90f3c4ddabc1bd4d7134858474f73ce4076f
|
|
| MD5 |
5f635d44b1e445362255f5122db66b45
|
|
| BLAKE2b-256 |
b5fb2bae2f7a4151a96ce3bd740175c8379aa73289261367d5728694cde5f16a
|