Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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
```