A Django app that creates automatic web UIs for Python scripts.
Go to file
Chris Mitchell 25c6bb6d2a
Run formatters (#370)
* Apply code formatter changes
2023-05-20 09:43:59 -04:00
.github/workflows Run formatters (#370) 2023-05-20 09:43:59 -04:00
docker Run formatters (#370) 2023-05-20 09:43:59 -04:00
docs Run formatters (#370) 2023-05-20 09:43:59 -04:00
scripts Run formatters (#370) 2023-05-20 09:43:59 -04:00
tests Run formatters (#370) 2023-05-20 09:43:59 -04:00
wooey Run formatters (#370) 2023-05-20 09:43:59 -04:00
.bowerrc Initial commit. 2015-03-08 21:06:56 +01:00
.coveragerc addition of coveragerc file 2015-06-24 14:56:50 -04:00
.dockerignore Fix configuration of wooey and celery to properly inherit from new docker config 2018-04-08 15:25:27 -04:00
.gitignore Run formatters (#370) 2023-05-20 09:43:59 -04:00
.pre-commit-config.yaml Add precommit (#369) 2023-05-20 09:43:37 -04:00
.prettierignore Add precommit (#369) 2023-05-20 09:43:37 -04:00
.readthedocs.yaml Run formatters (#370) 2023-05-20 09:43:59 -04:00
CONTRIBUTORS.md Run formatters (#370) 2023-05-20 09:43:59 -04:00
LICENSE Update LICENSE 2016-03-21 07:12:26 -04:00
MANIFEST.in Add compiled .mo files and use ugettext_lazy 2015-09-08 17:26:33 +02:00
Makefile Convert ScriptParameter choices field to text from charfield (#351) 2022-07-15 11:58:20 -04:00
README.md Run formatters (#370) 2023-05-20 09:43:59 -04:00
setup.cfg Run formatters (#370) 2023-05-20 09:43:59 -04:00
setup.py Run formatters (#370) 2023-05-20 09:43:59 -04:00
tox.ini Add django22 and 3.0 support (#284) 2020-04-12 13:56:31 -04:00
wooey-banner.png Transparent banner 2015-08-15 14:03:52 +02:00

README.md

Wooey!

Build Status Deploy-To-Pypi Deploy-To-Docker codecov Join the chat at https://gitter.im/wooey/Wooey

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 or give Wooey a test drive at our demo-server!