Skip to main content

Yet another Python Web framework striving for convenience and productivity

Project description

weiyu

https://pypip.in/v/weiyu/badge.png https://pypip.in/d/weiyu/badge.png

weiyu is a Web development framework for Python. Highly modular and configurable, weiyu strives to empower developers with convenience and productivity.

NOTE weiyu is considered alpha quality, with its adoption basically non-existent besides the author’s several projects. Do not use in production for now!

Features

  • Configuration driven
    • YAML, JSON or Python pickles are supported

    • YAML is the default configuration format for readability

  • NoSQL storage
    • Riak

    • Redis

    • MongoDB (not actively tested)

  • Flexible URL routing
    • Route with either regexes or exact startswith matches

    • Concise URL routing definition syntax, with Vim syntax coloring! Check out examples/hello and vim-support/ for details.

    • Support for scoped reverse URL resolution (documentation needed)

  • Cache integration

  • Frontend technologies

The framework provides integration with the following packages:

  • Caches
    • python-memcached

    • redis

  • Database
    • pymongo

    • redis

    • riak

  • Server interfaces
    • WSGI

    • tornado

    • gevent-socketio

  • Session management
    • Beaker

    • redis

  • Templating engine
  • Miscellaneous
    • ultrajson

CPython 2.7 and PyPy are supported, with support for CPython 3.2 and above considered experimental. Any help is appreciated.

Licenses

  • GPLv3+

  • Public domain for examples/

The project contains code from other libraries; copyright notices are attached to the respective source files.

  • helpers/regex_helper.py: Taken from Django, BSD-licensed.

  • helpers/metaprogramming.py: Contains code from formencode, PSF-licensed. Also contains user-contributed code from StackOverflow which is licensed under cc-by-sa 3.0 according to StackOverflow policy.

Installation

weiyu is registered in PyPI, but for the moment directly installing from the official repository is recommended as the development is constantly in flux. Also you get the full set of examples this way.

To install from the official repo:

$ git clone https://github.com/xen0n/weiyu.git
$ cd weiyu/
(installing using distribute)
$ ./setup.py develop
(or manually setting up the link)
$ pwd > /path/to/your/site-packages/weiyu.pth

To install via pip:

$ pip install weiyu

Both will not install most of the dependencies. While the deps can be controlled individually using flags like weiyu[mako,riak,redis], requirements files have been provided to allow quick install of all possible dependencies.:

$ pip install -r requirements.txt

Known issues

  • gevent-socketio integration is not directly usable on PyPy. However, with the latest version of PyPy and some hacks, the performance can become really awesome!

  • The NoSQL DB mapper is somewhat lacking in capabilities, help appreciated.

Community

  • Mailing list
    • weiyu-cn at groups.google.com (Main language: Chinese)

Why the name?

The name comes from Lin Jiang Xian (trad: 臨江仙/simp: 临江仙) by Yan Jidao, a poet of the Song dynasty. The referenced sentence is 去年春恨卻來時,落花人獨立,微雨燕雙飛. Its pronunciation is like “WE-you”, if not using the correct vowel for “yu”.

Examples

Some examples are provided in the examples/ directory. Check them out to get a feeling of working with weiyu.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

weiyu-0.2.1.tar.gz (60.2 kB view details)

Uploaded Source

Built Distribution

weiyu-0.2.1-py2.py3-none-any.whl (112.3 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file weiyu-0.2.1.tar.gz.

File metadata

  • Download URL: weiyu-0.2.1.tar.gz
  • Upload date:
  • Size: 60.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for weiyu-0.2.1.tar.gz
Algorithm Hash digest
SHA256 a490454a344cd6f5250389984baaacb1da9f0e707f83c34525d0bd1fee0ddfed
MD5 d558ad5e0d5e9e4c727ba6079db71baa
BLAKE2b-256 8a1f265ae472685f507a3ac3b14f8556560683605476405a144f0e061b3a4e0e

See more details on using hashes here.

File details

Details for the file weiyu-0.2.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for weiyu-0.2.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 bf2ccdad873be11a705374f9065325c33ca3e2ec1afc3251d81952a075c34e2f
MD5 212114c327364d9a8b3f2aa034c2b8ad
BLAKE2b-256 14ff018825984fe251c682d308720d8953d7c1aff304d5a387a9875896b50522

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page