awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesEnvironment Variable Interfaces

APIs and syntax for programmatically setting and manipulating environment variables as structured data.

Distinguishing note: Focuses on the interface for setting variables via tables and structured data, rather than simple string-based exports.

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

Awesome Environment Variable Interfaces GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • nushell/nushellAvatar de nushell

    nushell/nushell

    39,743Voir sur 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 assigning environment variables by directly modifying the environment table or loading multiple variables at once using a table of pairs.

    Rustnushellrustshell
    Voir sur GitHub↗39,743
  • theskumar/python-dotenvAvatar de theskumar

    theskumar/python-dotenv

    8,794Voir sur GitHub↗

    python-dotenv is a library and command line interface for managing environment variables in Python applications. It functions as a configuration parser and loader that reads key-value pairs from files and injects them into the system environment, enabling the decoupling of application configuration from source code. The project provides a command line interface for manipulating and editing environment variables within configuration files. It also includes a mechanism for recursive variable interpolation, allowing dynamic placeholders within configuration files to be resolved using existing en

    Provides a command line interface to manipulate and edit environment variables within configuration files.

    Python
    Voir sur GitHub↗8,794
  • dataarts/dat.guiAvatar de dataarts

    dataarts/dat.gui

    7,723Voir sur GitHub↗

    dat.gui is a JavaScript GUI controller library that provides a lightweight interface for manipulating variables in real-time through a visual control panel. It functions as a real-time variable debugger and graphical overlay for monitoring and adjusting object properties during application runtime. The library features a collapsible control panel that organizes complex sets of variable inputs into folders. It includes a state management system capable of exporting and importing the current configuration of active controllers as JSON objects. The tool supports object-property binding and dyna

    Provides a graphical interface to manipulate JavaScript variables and observe immediate effects.

    JavaScript
    Voir sur GitHub↗7,723
  1. Home
  2. Development Tools & Productivity
  3. Environment Variable Interfaces

Explorer les sous-tags

  • Configuration File EditorsCommand line tools specifically for editing key-value pairs in configuration files. **Distinct from Environment Variable Interfaces:** Focuses on editing files via CLI rather than providing a programmatic API for runtime variables.