Metadata-Version: 2.1
Name: litefs
Version: 0.3.0
Summary: Build a web server framework using Python.
Home-page: https://github.com/leafcoder/litefs
Author: Leafcoder
Author-email: leafcoder@gmail.com
License: MIT
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: argh (==0.26.2)
Requires-Dist: greenlet (==0.4.13)
Requires-Dist: Mako (==1.0.6)
Requires-Dist: MarkupSafe (==1.1.1)
Requires-Dist: pathtools (==0.1.2)
Requires-Dist: PyYAML (==5.4)
Requires-Dist: watchdog (==0.8.3)

\
Build a web server framework using Python. Litefs was developed to imple\
ment a server framework that can quickly, securely, and flexibly build Web \
projects. Litefs is a high-performance HTTP server. Litefs has the characte\
ristics of high stability, rich functions, and low system consumption.

Author: leafcoder
Email: leafcoder@gmail.com

Copyright (c) 2020, Leafcoder.
License: MIT (see LICENSE for details)


