flo
flo copied to clipboard
enable rapid iteration and development of complex data pipelines
Hello, this is an auto-generated Pull Request. ([Feedback?](mailto:[email protected]?subject=pypip.in%20Badge%20Bot%20Feedback%3A%20flo)) Some time ago, [pypip.in](https://web.archive.org/web/20150318013508/https://pypip.in/) shut down. This broke the badges for a bunch of repositories, including `flo`. Thankfully, an equivalent service is...
This is my attempt to give `flo` support for `py3k`. I've largely used `six` to replace a few calls, and rewritten some arguments to be more pythonic. In tests, the...
This is already noticably slow with the simple image-colors example. It takes a very long time to get started.
from the design specification, the command line interface should have something like ``` bash workflow data/per_file --filename-root=a_specific_filename ``` to limit the `data/per_file` task to only depending on the file `data/first/a_specific_filename.dat`...
Adding pseudotasks (#26) is a really nice feature for grouping tasks. One thing that @gabegaster and I realized during our code review is that it also adds a significant amount...
- [ ] properly interpret `flo archive --restore` when no archive file is specified. - [ ] handle autocomplete with `flo.yaml` - [ ] handle autocomplete with `flo archive -c...
- [ ] orient the DAG from top to bottom - [ ] display the dependency of the link with arrows - [ ] display information about the duration of...
this will be first stab at addressing non-filesystem protocols
@laurieskelly suggested this during the demo today, but in some cases it can be nice to modify files (or, as @frrmack mentioned, database tables) after they are created. It would...