https://github.com/wooey/Wooey
A Django app that creates automatic web UIs for Python scripts.
https://github.com/wooey/Wooey
data-science django python python-scripts web wooey workflows
Last synced: about 1 month ago
JSON representation
A Django app that creates automatic web UIs for Python scripts.
- Host: GitHub
- URL: https://github.com/wooey/Wooey
- Owner: wooey
- License: bsd-3-clause
- Created: 2015-03-01T16:47:05.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T07:07:13.000Z (about 1 year ago)
- Last Synced: 2024-10-29T15:26:38.677Z (6 months ago)
- Topics: data-science, django, python, python-scripts, web, wooey, workflows
- Language: Python
- Homepage: http://wooey.readthedocs.org
- Size: 3.01 MB
- Stars: 2,129
- Watchers: 65
- Forks: 184
- Open Issues: 56
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: docs/security.rst
Awesome Lists containing this project
- awesome-rainmana - wooey/Wooey - A Django app that creates automatic web UIs for Python scripts. (Python)
- awesome-python - Wooey - 3-Clause](https://api.github.com/licenses/bsd-3-clause)- A Django app that creates automatic web UIs for Python scripts. (Awesome Python / Admin Panels)
- best-of-web-python - GitHub - 25% open · ⏱️ 14.12.2023): (Web UI)
- awesome-python-resources - GitHub - 23% open · ⏱️ 12.08.2022): (管理面板)
README

[](https://github.com/wooey/wooey/actions?query=workflow%3ABuild-and-Test)
[](https://github.com/wooey/wooey/actions?query=workflow%3ADeploy-To-Pypi)
[](https://github.com/wooey/wooey/actions?query=workflow%3ADeploy-To-Docker)
[](https://codecov.io/gh/wooey/Wooey)
[](https://gitter.im/wooey/Wooey?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)Wooey is a simple web interface to run command line Python scripts. Think of it as an easy way to get your scripts up on the web for routine data analysis, file processing, or anything else.
Wooey was envisioned as a system to allow data analysts to be able to easily:
1. Autodocument workflows for data analysis
(simple model saving).
2. Enable fellow co-workers with no command line
experience to utilize python scripts.
3. Enable the easy wrapping of any program in simple
python instead of having to use language specific
to existing tools such as Galaxy.For installation and other instructions, check out our [documentation](http://wooey.readthedocs.org) or give Wooey a test drive at our [demo-server](https://wooey.fly.dev)!