awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Environment Configuration Tools · Awesome GitHub Repositories

3 repos

Awesome GitHub RepositoriesEnvironment Configuration Tools

Utilities for automating and standardizing development environment setups and infrastructure configurations.

Distinguishing note: Focuses on declarative setup rather than general infrastructure management.

Explore 3 awesome GitHub repositories matching development tools & productivity · Environment Configuration Tools. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Environment Configuration Tools

Awesome Environment Configuration Tools GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • virattt/ai-hedge-fund

    virattt/ai-hedge-fund

    45,809View on GitHub↗

    This project is an algorithmic trading platform designed to automate financial market analysis and the execution of investment strategies. It provides an end-to-end environment for processing real-time market data through automated decision models, allowing for the triggering of financial transactions based on predefined quantitative signals and risk parameters without manual intervention. The platform distinguishes itself through a modular pipeline architecture that decouples data ingestion, signal generation, and trade execution, facilitating the iterative refinement of investment models. I

    Standardizes development setups and deployment pipelines across different machines using automated configuration scripts.

    Python
    45,809View on GitHub↗
  • psf/black

    psf/black

    41,395View on GitHub↗

    This project is an uncompromising, deterministic code formatter for Python. It functions by parsing source code into an abstract syntax tree and regenerating it according to a rigid, opinionated set of style rules. By automating the formatting process, it eliminates manual style debates and configuration overhead, ensuring that code remains consistent across entire projects regardless of the original input. The tool distinguishes itself through its focus on speed and seamless integration into development workflows. It utilizes content-based file caching and parallel processing to maintain hig

    Manages tool behavior by setting environment variables to control cache locations and parallel processing capacity.

    Pythonautopep8codecodeformatter
    41,395View on GitHub↗
  • nushell/nushell

    nushell/nushell

    38,461View on GitHub↗

    Nushell is a cross-platform shell and programming language designed to treat all input and output as structured data rather than raw text streams. By enforcing data types and command signatures, it provides a consistent environment for building robust, pipeline-oriented workflows. The shell allows users to chain commands that pass structured objects between stages, enabling complex data processing and automation tasks that remain predictable across different operating systems. What distinguishes the project is its focus on interactive data exploration and modular extensibility. Users can quer

    Nushell supports updating environment variables or the current working directory within a custom command by using specific flags to persist changes to the caller.

    Rustnushellrustshell
    38,461View on GitHub↗