A Python Package Advanced Manager
Go to file
2024-04-13 23:43:49 +08:00
.github/workflows 修改actions 2024-03-30 21:12:56 +08:00
pmpt 优化性能及添加数据库ORM 2024-04-13 23:43:49 +08:00
requirements 添加UI 2024-04-08 21:59:15 +08:00
.gitignore 修复初始化 2024-04-03 03:08:06 +08:00
Makefile 添加UI 2024-04-08 21:59:15 +08:00
MANIFEST.in 添加UI 2024-04-08 21:59:15 +08:00
readme.en.md 添加UI 2024-04-08 21:59:15 +08:00
readme.md 添加UI 2024-04-08 21:59:15 +08:00
setup.py 添加UI 2024-04-08 21:59:15 +08:00

PMPT (Python Package Advanced Manager)

Code style: black PMPT is an advanced tool for managing Python packages, designed to simplify the process of installation, updating, and uninstallation of packages. It provides a simple and user-friendly command-line interface, making Python package management more convenient.

Features

  • Local Index: PMPT uses a local index to speed up package querying and installation, improving management efficiency.

  • Sleek Interface: PMPT offers an intuitive and sleek command-line interface, allowing users to easily perform package management operations.

Installation

You can install PMPT using the following command:

pip install pmpt

Usage

Installing Packages

Install Python packages using PMPT:

pmpt install <package_name>

Updating Index

Update the local index:

pmpt update

Removing Packages

Uninstall a specified Python package from the system:

pmpt remove <package_name>

Listing Installed Packages

List all Python packages currently installed on the system:

pmpt list

Adding a Source

Add a download source:

pmpt source add <url>

Contribution

Contributions are welcome! If you find a bug or have any suggestions for improvement, please submit an issue or directly propose a pull request.

PMPT follows the MIT License. For details, please refer to the LICENSE file.