Metadata-Version: 2.1
Name: reahl-web
Version: 7.0.2
Summary: The core Reahl web framework
Author-email: Iwan Vosloo <iwan@gmail.com>
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Environment :: Web Environment
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: COPYING
Requires-Dist: reahl-component<7.1,>=7.0
Requires-Dist: reahl-mailutil<7.1,>=7.0
Requires-Dist: ply<3.11.999,>=3.8
Requires-Dist: rjsmin<1.2.999,>=1.2.0
Requires-Dist: rcssmin<1.1.999,>=1.1.0
Requires-Dist: beautifulsoup4<4.12.999,>=4.6
Requires-Dist: WebOb<1.8.999,>=1.8
Requires-Dist: Babel<2.14.999,>=2.10
Requires-Dist: setuptools>=51.0.0
Requires-Dist: lxml<5.1.999,>=4.2
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: plotly<5.18.99999,>=5.1.0; extra == "test"
Requires-Dist: flaky>=3.7.0; extra == "test"
Requires-Dist: reahl-tofu; extra == "test"
Requires-Dist: reahl-stubble; extra == "test"
Requires-Dist: reahl-dev; extra == "test"
Requires-Dist: reahl-webdev; extra == "test"
Requires-Dist: reahl-browsertools; extra == "test"
Requires-Dist: reahl-postgresqlsupport; extra == "test"
Requires-Dist: reahl-sqlalchemysupport; extra == "test"
Requires-Dist: reahl-web-declarative; extra == "test"
Requires-Dist: reahl-domain; 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.

 This package contains the core of the Reahl framework. 

 With Reahl, programming is done purely in Python, using concepts familiar 
 from GUI programming---like reusable Widgets and Events. There's no need 
 for a programmer to know several different languages (HTML, JavaScript, 
 template languages, etc) or to keep up with the tricks of these trades.

 The abstractions presented by Reahl relieve the programmer from the burden 
 of dealing with the annoying problems of the web: security, accessibility, 
 progressive enhancement (or graceful degradation) and browser quirks.

 Install Reahl by installing with extras, eg: pip install "reahl[declarative,sqlite,dev,doc]"
 to install everything needed to run Reahl on sqlite, the dev tools and documentation.

 See http://www.reahl.org/docs/current/tutorial/gettingstarted-install.d.html for
 installation instructions.
