Lioncat2002 / Ferry

A Rustified package manager for python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 <project_name>
  • 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 <project_name>
  • Install packages from ferry.toml using ferry fetch
  • Run python program with ferry run
  • Python Docs generation ferry doc <name_of_file.py>

Road Map

0.0.3

  • Support for md in the doc strings
  • Convert doc to html
  • Linux support
  • Ability to generate Docs from the docstrings~

0.0.2

  • Ability to run the python program using ferry run
  • Better Cli

About

A Rustified package manager for python

License:MIT License


Languages

Language:Rust 87.9%Language:Python 10.2%Language:Makefile 1.9%