web.py: makes web apps
Project description
web.py is a web framework for Python that is as simple as it is powerful.
Visit http://webpy.org/ for more information.
The latest stable release 0.62
only supports Python >= 3.5.
To install it, please run:
# For Python 3
python3 -m pip install web.py==0.62
If you are still using Python 2.7, then please use web.py version 0.51 which is intended to be our last release that supports Python 2.
# For Python 2.7
python2 -m pip install web.py==0.51
You can also download it from GitHub Releases page, then install it manually:
unzip webpy-0.62.zip
cd webpy-0.62/
python3 setup.py install
Note: 0.5x
(e.g. 0.50, 0.51) are our last releases which support Python 2.
Note: 0.6x
(e.g. 0.60, 0.61, 0.62) are our last releases which support Python 3.5.
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 web.py-0.62.tar.gz
.
File metadata
- Download URL: web.py-0.62.tar.gz
- Upload date:
- Size: 623.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ce684caa240654cae5950da8b4b7bc178812031e08f990518d072bd44ab525e |
|
MD5 | cd2c0296ceffa1acb96ae5315214eb42 |
|
BLAKE2b-256 | cd6e338a060bb5b52ee8229bdada422eaa5f71b13f8d33467f37f870ed2cae4b |