Wooey/README.md

22 lines
1.6 KiB
Markdown
Raw Normal View History

![Wooey!](wooey-banner.png)
2015-05-02 14:28:26 +00:00
2020-04-12 15:31:16 +00:00
[![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)
2020-04-12 15:21:02 +00:00
[![codecov](https://codecov.io/gh/wooey/Wooey/branch/master/graph/badge.svg)](https://codecov.io/gh/wooey/Wooey)
2015-08-11 16:14:08 +00:00
[![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)
2015-06-05 12:52:16 +00:00
2015-09-17 13:53:54 +00:00
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.
2015-09-17 13:53:54 +00:00
Wooey was envisioned as a system to allow data analysts to be able to easily:
1. Autodocument workflows for data analysis
2015-05-02 18:56:32 +00:00
(simple model saving).
2015-09-17 13:53:54 +00:00
2. Enable fellow co-workers with no command line
2015-05-02 18:56:32 +00:00
experience to utilize python scripts.
3. Enable the easy wrapping of any program in simple
python instead of having to use language specific
2015-05-02 18:56:32 +00:00
to existing tools such as Galaxy.
2015-05-02 14:28:26 +00:00
2022-12-11 22:28:18 +00:00
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)!