Metadata-Version: 2.1
Name: vial-http
Version: 0.3.4
Summary: WSGI based HTTP nano-framework
Home-page: https://github.com/martastain/vial
Author: Martin Wacker
Author-email: martas@imm.cz
License: MIT
Keywords: http server minimal wsgi api
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server
Description-Content-Type: text/markdown
License-File: LICENSE

Vial
====

There are bzillion http frameworks for Python. This is yet another one.

Vial is a web nano-framework. Smaller than flask or bottle,
just one class with a few convenience methods.

 - Vial is WSGI compliant, you may use Gunicorn, cheroot or the built-in wsgiref server.
 - Can serve static files (poorly) and possibly redirect 404s to index to handle SPAs correctly
 - Router is funny

Usage
-----

Vial is under active development, functionality may change. See `demo.py`.


