Packet is an opinionated package manager and dependency management tool for python written in Rust.
Make sure you have cargo installed.
- Clone the repository:
git clone https://github.com/rumbleFTW/packet.git
- Navigate to directory:
cd packet
- Install the binary:
cargo install --path .
new
: Create a new projectrun
: Run the current projectadd
: Install modules to the current projectinit
: Initialize a new project in the current directorypull
: Install all dependencies from Packet.tomlactivate
: Activate a project environment in the current shell sessionhelp
: Print help or the help of the given subcommand(s)
-h, --help
: Print help
-V, --version
: Print version