# webpy **Repository Path**: mirrors/webpy ## Basic Information - **Project Name**: webpy - **Description**: web.py是一个小巧灵活的Python框架,它简单而且功能强大 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 9 - **Forks**: 3 - **Created**: 2019-08-07 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```