awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasOpen-source alternativesSelf-hosted softwareBlogMapa del sitio
ProyectoAcerca deHow we rankPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Categorías

6 repositorios

Awesome GitHub RepositoriesPython Tooling

Utilities and management tools specifically designed for the Python programming language ecosystem.

Distinct from Python Tooling: Candidates are either too narrow (packages) or too specific (distribution packaging).

Explore 6 awesome GitHub repositories matching programming languages & runtimes · Python Tooling. Refine with filters or upvote what's useful.

Awesome Python Tooling GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • pypa/pipxAvatar de pypa

    pypa/pipx

    12,852Ver en GitHub↗

    pipx is a manager for installing and running Python command-line applications in isolated environments. It serves as a tool installer and virtual environment wrapper that automates the creation of dedicated environments for each application to prevent dependency conflicts. The system provides the ability to execute Python packages in either permanent installations or temporary transient environments. It maps executable entry points from these isolated environments into a shared global directory, allowing for direct command-line access while keeping underlying dependencies separated. The tool

    Exposes Python package entry points to the system path while maintaining strict dependency isolation.

    Python
    Ver en GitHub↗12,852
  • pypa/hatchAvatar de pypa

    pypa/hatch

    7,182Ver en GitHub↗

    Hatch is a unified tool for managing Python environments, building packages, scaffolding projects, and installing Python versions. It provides a single command-line interface for automating common development workflows, including running scripts, tests, and static analysis with automatic dependency resolution and configuration. The tool manages project settings, dependencies, and build instructions through a declarative TOML configuration file, ensuring reproducibility across environments. It creates and manages isolated virtual environments across all major shells, installs and manages multi

    Provides a unified tool for managing Python projects, including building, testing, and publishing packages.

    Pythonbuildclipackaging
    Ver en GitHub↗7,182
  • mahmoud/boltonsAvatar de mahmoud

    mahmoud/boltons

    6,897Ver en GitHub↗

    Boltons is a comprehensive utility toolkit and extension of the Python standard library. It provides a collection of reusable recipes and specialized data structures, system utilities, and helper libraries designed to support common programming tasks across various domains. The project is distinguished by a standard-library-only dependency model, ensuring maximum portability with zero external dependencies. It provides advanced implementations for data structures, such as immutable mappings and priority queues, alongside recursive data transformation tools for reshaping complex nested diction

    Acts as a comprehensive utility toolkit providing reusable recipes for common Python programming tasks.

    Python
    Ver en GitHub↗6,897
  • pyspur-dev/pyspurAvatar de PySpur-Dev

    PySpur-Dev/pyspur

    5,677Ver en GitHub↗

    Converts Python functions into reusable workflow nodes using a decorator with metadata.

    TypeScriptagentagentsai
    Ver en GitHub↗5,677
  • pythonprofilers/memory_profilerAvatar de pythonprofilers

    pythonprofilers/memory_profiler

    4,571Ver en GitHub↗

    This project is a diagnostic utility for monitoring and analyzing memory consumption in Python applications. It provides tools for tracking resource usage at the process level and performing detailed, line-by-line analysis to identify memory leaks and performance bottlenecks. The tool distinguishes itself through its ability to aggregate memory metrics across entire process trees, capturing the total resource impact of both parent and child processes. It supports time-series visualization of memory usage over the duration of a script, allowing for the identification of long-term consumption p

    Identifies memory leaks and resource-heavy operations during the execution of Python scripts.

    Python
    Ver en GitHub↗4,571
  • posit-dev/positronAvatar de posit-dev

    posit-dev/positron

    3,969Ver en GitHub↗

    Positron is a data science integrated development environment and AI-powered code editor designed for polyglot development, specifically supporting Python and R. It functions as a remote compute workspace that separates the user interface from the execution kernel via SSH or container integration. The environment features a deep integration of large language models that provide context-aware suggestions and automated data analysis by accessing real-time interpreter state, in-memory objects, and plot outputs. It distinguishes itself through a polyglot runtime bridge that enables cross-language

    Automatically installs a Python environment manager when no valid Python installation is found.

    TypeScript
    Ver en GitHub↗3,969
  1. Home
  2. Programming Languages & Runtimes
  3. Python Tooling