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 hashes)

Uploaded Python 3

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