A Django app that creates automatic web UIs for Python scripts.
Go to file
Chris Mitchell 30a6edeb91
Add API Keys for remote use of Wooey (#383)
* 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
2023-06-12 12:59:19 -04:00
.github/workflows Add django 4.2 to build (#378) 2023-06-02 16:24:30 -04:00
docker Add API Keys for remote use of Wooey (#383) 2023-06-12 12:59:19 -04:00
docs Add API Keys for remote use of Wooey (#383) 2023-06-12 12:59:19 -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 Add API Keys for remote use of Wooey (#383) 2023-06-12 12:59:19 -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 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 Add django 4.2 to build (#378) 2023-06-02 16:24:30 -04:00
README.md Run formatters (#370) 2023-05-20 09:43:59 -04:00
setup.cfg Bump version: 0.13.2 → 0.13.2rc1 2023-06-03 08:58:06 -04:00
setup.py Bump version: 0.13.2 → 0.13.2rc1 2023-06-03 08:58:06 -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!