mirror of https://github.com/wooey/Wooey.git
30a6edeb91
* Add API Keys for remote use of Wooey * Fix migration * More cleanup * Add in auth middleware * Enable api keys in user settings for example docker * Add utils and middleware * Add tests and refactor methods * formatting * Add docs * Add missing test * Add changelog * fix typo * Add test to ensure we get the right logged in usergi |
||
---|---|---|
.github/workflows | ||
docker | ||
docs | ||
scripts | ||
tests | ||
wooey | ||
.bowerrc | ||
.coveragerc | ||
.dockerignore | ||
.gitignore | ||
.pre-commit-config.yaml | ||
.prettierignore | ||
.readthedocs.yaml | ||
CONTRIBUTORS.md | ||
LICENSE | ||
MANIFEST.in | ||
Makefile | ||
README.md | ||
setup.cfg | ||
setup.py | ||
wooey-banner.png |
README.md
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!