Metadata-Version: 2.0
Name: pyramid-switchboard
Version: 0.5
Summary: A package which wraps the switchboard feature flipper for Pyramid application development
Home-page: https://github.com/switchboardpy/pyramid_switchboard
Author: Kyle Adams
Author-email: kadams54@gmail.com
License: Apache License
Keywords: wsgi pylons pyramid featureflipper
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: License :: OSI Approved :: Apache Software License
Requires-Dist: pyramid
Requires-Dist: pyramid-mako
Requires-Dist: switchboard (>=1.3.3)

switchboard_pyramid is a wrapper around `Switchboard <https://pypi.python.org/pypi/switchboard>`_, turning it into a
pyramid add-on and making it super easy to use with your pyramid apps.
Switchboard is a feature flipper, allowing you to control what features
or blocks of code are active for any given request.


