Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 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 (about 16 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T12:34:33.000Z (6 months ago)
- Last Synced: 2024-05-23T02:31:03.519Z (6 months ago)
- Language: Python
- Homepage: http://webpy.org
- Size: 1.69 MB
- Stars: 5,868
- Watchers: 334
- Forks: 1,309
- Open Issues: 49
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.txt
- License: LICENSE.txt
Awesome Lists containing this project
- best-of-web-python - GitHub - 11% open · ⏱️ 30.04.2024): (Web Frameworks)
- awesome-starred - webpy/webpy - web.py is a web framework for python that is as simple as it is powerful. (others)
README
[![pypi](https://img.shields.io/pypi/v/web.py)](https://pypi.org/project/web.py)
[![python versions](https://img.shields.io/pypi/pyversions/web.py)](https://devguide.python.org/versions)
[![build status](https://github.com/webpy/webpy/actions/workflows/lint_python.yml/badge.svg)](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
```