Metadata-Version: 2.4
Name: extrude
Version: 0.1.15
Summary: Tool to run a composite web application to easily interact with python functions
Project-URL: Homepage, https://github.com/i2mint/extrude
Author: Thor Whalen
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: dag,dispatch,python,streamlit,ui,webapp,webclient,webservice
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
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 :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: dill
Requires-Dist: dol
Requires-Dist: front
Requires-Dist: glom
Requires-Dist: http2py
Requires-Dist: i2
Requires-Dist: meshed
Requires-Dist: py2http
Requires-Dist: streamlitfront
Provides-Extra: dev
Requires-Dist: pytest-cov>=4.0; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Requires-Dist: ruff>=0.1.0; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx-rtd-theme>=1.0; extra == 'docs'
Requires-Dist: sphinx>=6.0; extra == 'docs'
Description-Content-Type: text/markdown


# extrude
Tool to run a composite web application to easily interact with python functions


To install:	```pip install extrude```

See [examples here](https://github.com/i2mint/extrude/tree/master/extrude/examples).
