Metadata-Version: 2.1
Name: styrofoam
Version: 1.0.0a3
Summary: Smart and lightweight WSGI router for running multiple separate WSGI apps
Home-page: https://github.com/dullbananas/styrofoam
Author: Dull Bananas
Author-email: dull.bananas0@gmail.com
License: Unlicense
Keywords: wsgi router
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: Public Domain
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
Requires-Python: >=3
Description-Content-Type: text/markdown

# Styrofoam
![Travis CI Test Status](https://img.shields.io/travis/dullbananas/styrofoam/develop.svg?label=tests)
![PyPI Version](https://img.shields.io/pypi/v/styrofoam.svg)
![Commits Per Week](https://img.shields.io/github/commit-activity/w/dullbananas/styrofoam.svg)
![License](https://img.shields.io/github/license/dullbananas/styrofoam.svg)

Styrofoam is a WSGI routing middleware that is currently in alpha stage of development.



## Links
* [PyPI](https://pypi.org/project/styrofoam/)
* [Documentation](https://styrofoam.readthedocs.io/en/latest/)


