A Django app that creates automatic web UIs for Python scripts.
Go to file
Joseph Min dc457291cf
Merge pull request #395 from wooey/script-url-parameters
Parse URL query parameters to prepopulate subparser and script parameters
2023-12-14 10:17:45 -05:00
.github/workflows Venv docs (#394) 2023-12-05 09:28:48 -05:00
docker Add support for virtual environments (#392) 2023-11-30 18:50:31 -05:00
docs add docs about how to use url parameters 2023-12-13 11:44:34 -05: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 select subparser from url query parameters 2023-12-09 11:49:08 -05: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 Add dev guide and enforce code quality in github actions (#371) 2023-05-20 10:35:03 -04:00
.pre-commit-config.yaml Exclude setup.cfg from whitespace hook 2023-06-03 08:57:59 -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 Use bump2version 2023-09-19 16:24:38 -04:00
README.md Run formatters (#370) 2023-05-20 09:43:59 -04:00
setup.cfg Bump version: 0.13.2rc3 → 0.13.3 2023-11-21 08:37:53 -05:00
setup.py Add support for virtual environments (#392) 2023-11-30 18:50:31 -05: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!