# webpy **Repository Path**: Laisan/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**: 0 - **Forks**: 3 - **Created**: 2019-09-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README web.py is a web framework for Python that is as simple as it is powerful. Visit http://webpy.org/ for more information. ![build status](https://secure.travis-ci.org/webpy/webpy.png?branch=master) [![Codecov Test Coverage](https://codecov.io/gh/webpy/webpy/branch/master/graphs/badge.svg?style=flat)](https://codecov.io/gh/webpy/webpy) If you want to run web.py on __Python 3__, please install the latest dev edition (See [releases available on PyPI](https://pypi.org/project/web.py/#history)): ``` python3 -m pip install web.py==0.40.dev1 ```