Metadata-Version: 2.1
Name: Nitrous
Version: 0.5.0
Summary: Nitrous gives TurboGears 1 a boost
Home-page: https://bitbucket.org/brightlinkinfrastructure/nitrous
Author: BrightLink
Author-email: drocco@thebrightlink.com
Maintainer: BrightLink
Maintainer-email: drocco@thebrightlink.com
License: MIT
Download-URL: https://bitbucket.org/brightlinkinfrastructure/nitrous/get/v0.5.0.tar.gz
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Framework :: TurboGears
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: future (>=0.17.1)
Requires-Dist: CherryPy (>=3.1.2)
Requires-Dist: ConfigObj (>=4.3.2)
Requires-Dist: FormEncode (>=1.2.1)
Requires-Dist: Genshi (>=0.4.4)
Requires-Dist: setuptools (>=0.6c11)
Requires-Dist: simplejson (>=3.17.0)
Requires-Dist: TGScheduler (>=1.6.2)
Provides-Extra: compat
Provides-Extra: develop
Requires-Dist: future (>=0.17.1) ; extra == 'develop'
Requires-Dist: CherryPy (>=3.1.2) ; extra == 'develop'
Requires-Dist: ConfigObj (>=4.3.2) ; extra == 'develop'
Requires-Dist: FormEncode (>=1.2.1) ; extra == 'develop'
Requires-Dist: Genshi (>=0.4.4) ; extra == 'develop'
Requires-Dist: setuptools (>=0.6c11) ; extra == 'develop'
Requires-Dist: simplejson (>=3.17.0) ; extra == 'develop'
Requires-Dist: TGScheduler (>=1.6.2) ; extra == 'develop'
Requires-Dist: SQLAlchemy (>=0.4.3) ; extra == 'develop'
Provides-Extra: future
Provides-Extra: sqlalchemy
Requires-Dist: SQLAlchemy (>=0.4.3) ; extra == 'sqlalchemy'
Provides-Extra: testtools
Provides-Extra: tgtesttools
Provides-Extra: toscawidgets


Project Nitrous
===============

Project Nitrous is a port of TurboGears 1 to Python 3 and a modern
development stack.

It is intended to ease support for legacy projects in a post-Python 2
world. If you're starting a new project, Nitrous isn't for you: check
out one of these excellent Python Web Frameworks: Pyramid, Django, or
Flask.

Nitrous is maintained by BrightLink.


