Skip to content

jatin711-debug/python-package-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Package Manager

A CLI tool to manage Python packages and save them in a requirements.json file. This tool supports installing, deleting, updating, and listing Python packages. Additionally, it can install multiple packages from a given requirements.json file.

Features

  • Install a Python package and save its name and version in requirements.json
  • Delete a Python package and remove its entry from requirements.json
  • Update a Python package to a specified version and update requirements.json
  • List all installed packages from requirements.json
  • Install all packages listed in a requirements.json file

Installation

To use this tool, you need to have Rust and Cargo installed on your system. If you don't have them installed, you can follow the instructions here.

Clone the repository and build the project:

git clone <repository-url>
cd python_package_manager
cargo build --release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages