Metadata-Version: 2.0
Name: weiyu
Version: 0.2.1
Summary: Yet another Python Web framework striving for convenience and productivity
Home-page: https://github.com/xen0n/weiyu/
Author: Wang Xuerui
Author-email: idontknw.wang+pypi@gmail.com
License: GPLv3+
Download-URL: https://github.com/xen0n/weiyu/
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: decorator (>=3.4.0)
Requires-Dist: ply (>=3.4)
Requires-Dist: PyYAML (>=3.10)
Requires-Dist: six (>=1.3.0)
Provides-Extra: mako
Requires-Dist: Mako (>=0.7.1); extra == 'mako'
Provides-Extra: cherrypy
Requires-Dist: cherrypy (>=3.2); extra == 'cherrypy'
Provides-Extra: tornado
Requires-Dist: tornado (>=2.4); extra == 'tornado'
Provides-Extra: mongodb
Requires-Dist: pymongo (>=2.2.1); extra == 'mongodb'
Provides-Extra: scss
Requires-Dist: pyScss (>=1.1.5); extra == 'scss'
Provides-Extra: beaker
Requires-Dist: Beaker (>=1.6.3); extra == 'beaker'
Provides-Extra: socketio
Requires-Dist: gevent-socketio (>=0.3.5-rc2); extra == 'socketio'
Provides-Extra: ujson
Requires-Dist: ujson (>=1.19); extra == 'ujson'
Provides-Extra: redis
Requires-Dist: redis (>=2.7.0); extra == 'redis'
Provides-Extra: celery
Requires-Dist: celery (>3.0); extra == 'celery'
Provides-Extra: yaml
Provides-Extra: hiredis
Requires-Dist: hiredis (>=0.1.1); extra == 'hiredis'
Provides-Extra: ghwebhook
Requires-Dist: ipaddr (>=2.1.10); extra == 'ghwebhook'
Provides-Extra: riak
Requires-Dist: riak (>=2.0.0); extra == 'riak'
Provides-Extra: memcached
Requires-Dist: python-memcached (>=1.48); extra == 'memcached'

UNKNOWN


