Metadata-Version: 2.1
Name: reahl-webdev
Version: 7.0.2
Summary: Web-specific development tools for Reahl.
Author-email: Iwan Vosloo <iwan@reahl.org>, Craig Sparks <craig@reahl.org>
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: reahl-web <7.1,>=7.0
Requires-Dist: reahl-dev <7.1,>=7.0
Requires-Dist: reahl-component <7.1,>=7.0
Requires-Dist: reahl-tofu <7.1,>=7.0
Requires-Dist: selenium <4.17.9999,>=2.42
Requires-Dist: watchdog <3.0.999,>=0.8.3
Requires-Dist: WebOb <1.8.999,>=1.8
Requires-Dist: setuptools >=51.0.0
Requires-Dist: prompt-toolkit <3.0.999,>=2.0.10
Requires-Dist: cached-property <1.5.999,>=1.5 ; python_version < "3.8"
Requires-Dist: importlib-resources ; python_version < "3.9"
Provides-Extra: test
Requires-Dist: pytest >=3.0 ; extra == 'test'
Requires-Dist: reahl-tofu ; extra == 'test'
Requires-Dist: reahl-stubble ; extra == 'test'
Requires-Dist: reahl-doc ; extra == 'test'
Requires-Dist: reahl-postgresqlsupport ; extra == 'test'

 Reahl is a web application framework that allows a Python programmer to work in 
 terms of useful abstractions - using a single programming language.

 Reahl development tools for testing and working with web based programs.
