Metadata-Version: 2.1
Name: peepal
Version: 0.6.3
Summary: A minimalist python 3 web framework.
Home-page: UNKNOWN
Author: Zhibin Jin
Author-email: zbjin@yahoo.com
License: MIT
Platform: any
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
License-File: LICENSE

Peepal Web Framework
====================

Peepal is a minimalist python 3 web framework. 


Installation and Dependencies
-----------------------------

Install peepal with ``pip install peepal``. There are no dependencies other than the Python Standard Library.



