/packet

Primary LanguageRustMIT LicenseMIT

Packet

Packet is an opinionated package manager and dependency management tool for python written in Rust.

Installation

Make sure you have cargo installed.

  1. Clone the repository:
git clone https://github.com/rumbleFTW/packet.git
  1. Navigate to directory:
cd packet
  1. Install the binary:
cargo install --path .

Usage: packet

Commands:

  • new: Create a new project
  • run: Run the current project
  • add: Install modules to the current project
  • init: Initialize a new project in the current directory
  • pull: Install all dependencies from Packet.toml
  • activate: Activate a project environment in the current shell session
  • help: Print help or the help of the given subcommand(s)

Options:

-h, --help: Print help -V, --version: Print version