https://github.com/webpy/webpy
web.py is a web framework for python that is as simple as it is powerful.
https://github.com/webpy/webpy
Last synced: 10 days ago
JSON representation
web.py is a web framework for python that is as simple as it is powerful.
- Host: GitHub
- URL: https://github.com/webpy/webpy
- Owner: webpy
- License: other
- Created: 2008-09-29T03:42:56.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2025-04-21T15:51:11.000Z (12 days ago)
- Last Synced: 2025-04-21T16:39:37.870Z (12 days ago)
- Language: Python
- Homepage: http://webpy.org
- Size: 1.73 MB
- Stars: 5,911
- Watchers: 333
- Forks: 1,311
- Open Issues: 53
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.txt
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-starred - webpy/webpy - web.py is a web framework for python that is as simple as it is powerful. (others)
- best-of-web-python - GitHub - 11% open · ⏱️ 30.04.2024): (Web Frameworks)
README
[](https://pypi.org/project/web.py)
[](https://devguide.python.org/versions)
[](https://github.com/webpy/webpy/actions/workflows/lint_python.yml)web.py is a Python web framework that is as simple as it is powerful.
Visit http://webpy.org for more information.
To install web.py, please run:
```
python3 -m pip install web.py
```