Skip to main content

Automatic, AST-based dependency inference from Python imports. Stop writing dependencies twice.

Project description

pypm

pypm – Python Package Manager

PyPI version Python versions License CI Code style: ruff

pypm is a zero-config CLI tool that automatically infers dependencies from your Python source code.

Stop writing dependencies twice. Let your imports define your project.

pypm parses your project using Python’s AST, detects imports, resolves them to their correct PyPI package names (e.g., PILPillow, cv2opencv-python), and generates a modern pyproject.toml for you.

🚀 Installation

Install from PyPI:

pip install pypm-cli

After installation, you can run:

pypm --help

⚡ Quick Start

1️⃣ Infer Dependencies

Scan the current directory and generate/update pyproject.toml:

pypm infer

2️⃣ Infer + Install Dependencies

Infer and install packages automatically:

pypm install

Note: If uv is available, it will be used for faster installs. Otherwise, it falls back to pip.

✨ Features

  • Blazing Fast: Scans 1000+ files in under 1 second using aggressive parallelism and local caching.
  • Offline-First Mapping: Uses a bundled database of popular packages to resolve dependencies instantly without network.
  • Smart Inference: Recursively scans your project for .py files and extracts all imports.
  • Automatic Resolution: Maps module names to actual PyPI packages (e.g., PILPillow).
  • Standard Library Detection: Automatically ignores Python built-in and stdlib modules.
  • Modern Standards: Generates PEP 621–compliant pyproject.toml.

📌 Example Workflow

# Inside your Python project
pypm infer

# Review generated pyproject.toml
cat pyproject.toml

# Install dependencies
pypm install

🧠 Why pypm?

Manually maintaining dependencies leads to:

  • Duplicate effort
  • Forgotten imports
  • Mismatched environments
  • Dirty requirements.txt files

pypm makes your imports the single source of truth.

📚 Documentation

See full documentation in: docs/

🔧 Development Setup

If you want to contribute or run locally:

git clone https://github.com/Suriyakumardurai/pypm.git
cd pypm
pip install -e .

📦 Project

Available on PyPI: https://pypi.org/project/pypm-cli/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pypm_cli-0.0.4.tar.gz (5.7 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pypm_cli-0.0.4-py3-none-any.whl (22.4 kB view details)

Uploaded Python 3

File details

Details for the file pypm_cli-0.0.4.tar.gz.

File metadata

  • Download URL: pypm_cli-0.0.4.tar.gz
  • Upload date:
  • Size: 5.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.0

File hashes

Hashes for pypm_cli-0.0.4.tar.gz
Algorithm Hash digest
SHA256 9b6bbb8d47f2c01eba38542d1034e6cfe18be32065b246eec26eeed147fb8e59
MD5 621eb9784b20c7022597e43f78bcdd51
BLAKE2b-256 b9d31f311de8e38192257248d7d23f4250cfe949ff017a66c45e0599c8a0ab7b

See more details on using hashes here.

File details

Details for the file pypm_cli-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: pypm_cli-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 22.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.0

File hashes

Hashes for pypm_cli-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 8031fbe0782c2cbc7ff27da618777a23526abd6e7de5f9e89acb17173e156ee4
MD5 d6a18a088bcec5b3453a6256bbd0c578
BLAKE2b-256 6207b03c5197a6d5ca961e2783bc6863445baf3bda9bbddd683388b411336e6e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page