Metadata-Version: 2.4
Name: extrude
Version: 0.1.14
Summary: Tool to run a composite web application to easily interact with python functions
Project-URL: Homepage, https://github.com/i2mint/extrude
License: Apache-2.0
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: dill
Requires-Dist: dol
Requires-Dist: front
Requires-Dist: glom
Requires-Dist: http2py
Requires-Dist: i2
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).
