Metadata-Version: 1.1
Name: vial-http
Version: 0.2.0
Summary: WSGI based HTTP nano-framework
Home-page: https://github.com/martastain/vial
Author: Martin Wacker
Author-email: martas@imm.cz
License: MIT
Description: Vial
        ====
        
        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 or the built-in wsgiref server.
         - There is no router, all requests are handled using one method. Use if statements.
         - Static files should be served by a reverse proxy server such as NGINX or Caddy.
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
