Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T07:07:13.000Z (10 months ago)
- Last Synced: 2024-04-27T23:33:55.959Z (9 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,065
- Watchers: 64
- Forks: 185
- Open Issues: 56
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: docs/security.rst
Awesome Lists containing this project
- awesome-python-resources - GitHub - 23% open · ⏱️ 12.08.2022): (管理面板)
- 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)
README
![Wooey!](wooey-banner.png)
[![Build Status](https://github.com/wooey/wooey/workflows/Build-and-Test/badge.svg)](https://github.com/wooey/wooey/actions?query=workflow%3ABuild-and-Test)
[![Deploy-To-Pypi](https://github.com/wooey/Wooey/workflows/Deploy-To-Pypi/badge.svg)](https://github.com/wooey/wooey/actions?query=workflow%3ADeploy-To-Pypi)
[![Deploy-To-Docker](https://github.com/wooey/Wooey/workflows/Deploy-To-Docker/badge.svg)](https://github.com/wooey/wooey/actions?query=workflow%3ADeploy-To-Docker)
[![codecov](https://codecov.io/gh/wooey/Wooey/branch/master/graph/badge.svg)](https://codecov.io/gh/wooey/Wooey)
[![Join the chat at https://gitter.im/wooey/Wooey](https://badges.gitter.im/Join%20Chat.svg)](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)!