Metadata-Version: 2.1
Name: toppyt
Version: 0.7.3
Summary: A lightweight Task-Oriented Programming framework
Home-page: https://gitlab.com/baslijnse/toppyt
License: MIT
Author: Bas Lijnse
Author-email: bas@baslijnse.nl
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Dist: aiofiles (>=22.1.0,<23.0.0)
Description-Content-Type: text/markdown

Toppyt is a lightweight Task-Oriented Programming (TOP) framework for Python web applications. It let's you create ASGI web applications in a task-oriented style that can be served by any ASGI compatible web server.

Toppyt is based on the iTasks framework in the Clean programming language, but is intended to be simpler and smaller. 

