A Rustified package manager for python
- Make sure you got Rust installed since I am not yet providing a built version :p
- Compile the project with
cargo build
- Create a new project with
ferry new <project_name>
- Add your dependencies along with their versions under the
[dependencies]
heading inferry.toml
- Install all the dependencies with
ferry fetch
- Clap Based CLI
- Create new python project with
ferry new <project_name>
- Install packages from
ferry.toml
usingferry fetch
- Run python program with
ferry run
- Python Docs generation
ferry doc <name_of_file.py>
- Support for md in the doc strings
- Convert doc to html
- Linux support
- Ability to generate Docs from the docstrings~
- Ability to run the python program using
ferry run
- Better Cli