Skip to main content

A simple WSGI Server, implemented in CPython 3.9.9 .

Project description

Hasta


Table of contents :

  1. General
  2. Functions
  3. Installation
  4. Compabillity
  5. Version
  6. Tasks
  7. Contributing
  8. License
  9. Troubleshooting

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

Hasta-0.0.0a2.post1-py3-none-any.whl (8.8 kB view details)

Uploaded Python 3

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

Hashes for Hasta-0.0.0a2.post1-py3-none-any.whl
Algorithm Hash digest
SHA256 74e739749ebccc18ce12b3f63f1e442dc0303b282463b9b9e56661ecbf89cf41
MD5 fb456dca76a4d7991a5f2bf4ad9983bb
BLAKE2b-256 3d1c5fbf3d3e5f668ccbfd0c95c943171cdad10f8175a546aeb7459080cf94ad

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page