Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lioncat2002/ferry

A Rustified package manager for python
https://github.com/lioncat2002/ferry

package-manager pip python-3 rust rust-lang

Last synced: 18 days ago
JSON representation

A Rustified package manager for python

Awesome Lists containing this project

README

        

# Ferry
A Rustified package manager for python

# How to Use?
- 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 `
- Add your dependencies along with their versions under the `[dependencies]` heading in `ferry.toml`
- Install all the dependencies with `ferry fetch`

# Features
- Clap Based CLI
- Create new python project with `ferry new `
- Install packages from `ferry.toml` using `ferry fetch`
- Run python program with `ferry run`
- Python Docs generation `ferry doc `

# Road Map

### 0.0.3
- [x] Support for md in the doc strings
- [x] Convert doc to html
- [x] Linux support
- [x] Ability to generate Docs from the docstrings~

### 0.0.2
- [x] Ability to run the python program using `ferry run`
- [x] Better Cli