.. ppmx documentation master file, created by sphinx-quickstart on Sat Jun 21 12:18:32 2025. This is the root document of the ppmx documentation. ppmx Documentation ================== Welcome to the ppmx documentation, your efficient tool for managing Python virtual environments and packages. Project Overview ---------------- ppmx is a command-line interface tool designed to simplify the management of Python projects. It enables easy creation of virtual environments, package installation, and environment maintenance. API Reference ------------- init module =========== .. automodule:: init :members: :undoc-members: :show-inheritance: run module ========== .. automodule:: run :members: :undoc-members: :show-inheritance: package module ============== .. automodule:: package :members: :undoc-members: :show-inheritance: main module =========== .. automodule:: main :members: :undoc-members: :show-inheritance: