Zeta-Sharp Icon Projects

PyProma

License: GNU LESSER GENERAL PUBLIC LICENSE Version 2.1

Version: 0.2.6

Status: Open

  • Python
See repository

Python Project Management Simplified

PyProma is a Python project manager designed to improve cross-project workflow.

IDEs are powerful, but they are not optimized for managing multiple projects at once.

PyProma does not replace your IDE — it acts as a customized assistant that fills the gaps between projects.

Main Points

  • Does not replace your IDE

  • Fills the blanks between projects

  • Brings multiple tools into one window

Not an IDE

PyProma was not created to compete with IDEs.

It exists to support Python development alongside your IDE.

While IDEs focus on writing and debugging code,

PyProma focuses on project-level management and tool consolidation.

All in One Window

PyProma provides two views: Project View and Dir View.

In Project View, you can see all your projects in one place.

With plugins, you can solve cross-project tasks and start projects directly from the GUI.

In Dir View, you can inspect project details.

With plugins, you can execute CLI tools such as Poetry, git, or Flake8 through the GUI, with seamless connection to VSCode.

Customization

Customization is the core of PyProma.

It is not meant to be a finished product — it is meant to grow with you.

To add new functionality, simply create a *_plugin.py file and place it in the plugins directory.

For more information, see the Extensibility section in CONTRIBUTING.md.

Write plugins. Add features.

Make PyProma truly yours.

Philosophy

PyProma is not a universal solution.

It is a personal command center.

Instead of adapting to tools,

let tools adapt to your workflow.

Related Articles