pyflow 0.1.3

A modern Python dependency manager
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Thanks for your interest in contributing to Pyflow. Bug reports, API improvements, 
performance improvements and new features are all welcome - as issues, or PRs.

Required tools to build and test:
- Rust
- Clippy
- Rustfmt

Before submitting a PR, please run `cargo fmt`, `cargo clippy`, and `cargo test`.

Recommended starting points:
- Open issues
- Dependency graphs that don't resolve correctly
- Adding and improving tests
- Bugs or nvonvenient behavior you've encountered
- Friction points in your workflow not already addressed
- `//todo` comments in code