A simple WSGI Server, implemented in CPython 3.9.9 .
Project description
Hasta
Table of contents :
General :
A simple WSGI Server, implemented in CPython 3.9.9 .
Functions :
This software can :
- Handles HTTP request, one at a time.
- Fullfills Python WSGI specification.
- Supports Python web framework.
Installation :
PIP :
pip install hasta
Compabillity :
- Supports Python 3.9.9 .
- Doesn't support PyPy .
Version :
- Current stable version : None.
- Current beta release : None.
- Current alpha release : None.
- Current pre-alpha release : v0.0.0 Pre - Alpha 2 ( SHORT NAME : v0.0.0-pa2 ) - [ BRANCH NAME : v0.0.0/pa2/r ] .
Tasks :
Read TASKS.md for more info.
Contributing :
Read CONTRIBUTING.md for more info.
License :
Licensed in MIT License. Read LICENSE.md for more info.
Troubleshooting :
Command Not Found
If the command throws a error :
zsh: command not found: pip # zsh
bash: command not found: pip # bash
'pip' is not recognized as an internal or external command,
operable program or batch file. # Windows
Then that means PIP is not installed. Download get-pip.py , and then navigate to the download directory and then type this command :
python3 get-pip.py # MacOS, Linux, and UNIX
py get-pip.py # Windows
Some system package manager provides PIP, for example :
Ubuntu :
sudo apt-get install python3-pip # Normal users.
apt-get install python3-pip # Root.
Arch Linux :
sudo pacman -S python-pip # Normal users.
pacman -S python-pip # Root.
For CentOS and RedHat, PIP is bundled with every single version of Python :
python3 -m ensurepip
For more problems, you can create an issue. Make sure you follow the tags rule ! Described in TAGS.md
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 Distributions
Built Distribution
File details
Details for the file Hasta-0.0.0a2.post1-py3-none-any.whl
.
File metadata
- Download URL: Hasta-0.0.0a2.post1-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74e739749ebccc18ce12b3f63f1e442dc0303b282463b9b9e56661ecbf89cf41 |
|
MD5 | fb456dca76a4d7991a5f2bf4ad9983bb |
|
BLAKE2b-256 | 3d1c5fbf3d3e5f668ccbfd0c95c943171cdad10f8175a546aeb7459080cf94ad |