awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to hbnetwork/python-decouple

Open-source alternatives to Python Decouple

30 open-source projects similar to hbnetwork/python-decouple, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Python Decouple alternative.

  • agilira/argusagilira 的头像

    agilira/argus

    170在 GitHub 上查看↗

    High-performance configuration management framework for Go applications with zero-allocation performance, universal format support (JSON, YAML, TOML, HCL, INI, Properties), and an ultra-fast CLI powered by Orpheus.

    Goagilira-orpheuscliconfiguration-management
    在 GitHub 上查看↗170
  • alecthomas/kongalecthomas 的头像

    alecthomas/kong

    2,976在 GitHub 上查看↗

    Kong is a declarative command line interface framework and parser for Go. It maps flags and positional arguments directly into typed Go structures using struct tags, allowing developers to define terminal interfaces through data models rather than manual parsing logic. The project functions as a configuration mapper that populates Go structures from a combination of command-line arguments, environment variables, and JSON files. It distinguishes itself by providing a dependency injection container to pass external services into command handlers and a plugin architecture for dynamic command reg

    Gocommand-linecommandsflags
    在 GitHub 上查看↗2,976
  • alpha018/nestjs-unleash-clientAlpha018 的头像

    Alpha018/nestjs-unleash-client

    34在 GitHub 上查看↗

    A Client library to use the Unleash platform in your NestJS Apps to manage the feature flags.

    TypeScript
    在 GitHub 上查看↗34
  • andreiavrammsd/configandreiavrammsd 的头像

    andreiavrammsd/config

    0在 GitHub 上查看↗

    Parse configuration values into given struct from environment, files, json, bytes, or other input convertible to bytes

    Goconfigurationenvironmentgolang
    在 GitHub 上查看↗0

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • angristan/nginx-autoinstallangristan 的头像

    angristan/nginx-autoinstall

    650在 GitHub 上查看↗

    Compile and install NGINX from source with optional features, modules and patches.

    Shell
    在 GitHub 上查看↗650
  • ansible/ansibleansible 的头像

    ansible/ansible

    68,968在 GitHub 上查看↗

    Ansible is an agentless infrastructure automation engine designed to manage remote servers and network devices. It functions as a cross-platform orchestration tool that coordinates system updates, software installations, and service configurations from a centralized management workstation. By utilizing a declarative approach, it allows users to define desired system states through human-readable configuration files, ensuring consistency across distributed environments. The platform operates by establishing secure shell connections to target nodes, eliminating the need for persistent agent sof

    Pythonansiblepython
    在 GitHub 上查看↗68,968
  • antham/envhantham 的头像

    antham/envh

    100在 GitHub 上查看↗

    Go helpers to manage environment variables

    Goconfiguration-managementenvironmentgolang
    在 GitHub 上查看↗100
  • astral-sh/ruffastral-sh 的头像

    astral-sh/ruff

    48,177在 GitHub 上查看↗

    Ruff is a high-performance static analysis and code formatting tool designed for Python. Built in Rust, it functions as a comprehensive engine that scans source code to detect programming errors, security vulnerabilities, and deviations from established coding standards. By parsing source code into a structured tree representation, it provides both automated linting and style enforcement across entire projects. The tool distinguishes itself through its speed and deep integration into the development lifecycle. It utilizes parallelized file processing to maximize throughput on large codebases

    Rustlinterpep8python
    在 GitHub 上查看↗48,177
  • atelpis/enflagatelpis 的头像

    atelpis/enflag

    38在 GitHub 上查看↗

    Container-focused Golang config: unify Env & Flag parsing in one call with minimal code and zero dependencies.

    Goclicommand-lineconfig
    在 GitHub 上查看↗38
  • azure/appconfiguration-goproviderAzure 的头像

    Azure/AppConfiguration-GoProvider

    5在 GitHub 上查看↗

    The configuration provider for consuming data in Azure App Configuration from Go applications.

    Go
    在 GitHub 上查看↗5
  • beatlabs/harvesterbeatlabs 的头像

    beatlabs/harvester

    134在 GitHub 上查看↗

    Harvest configuration, watch and notify subscriber

    Goconfiguration-managementgogolang
    在 GitHub 上查看↗134
  • borudar/configurationBoRuDar 的头像

    BoRuDar/configuration

    108在 GitHub 上查看↗

    Library for setting values to structs' fields from env, flags, files or default tag

    Go12-factorconfigconfiguration
    在 GitHub 上查看↗108
  • bytedance/sonicbytedance 的头像

    bytedance/sonic

    9,492在 GitHub 上查看↗

    Sonic is a high-performance Go JSON serialization library that provides tools for encoding and decoding native data structures. It functions as a JIT-accelerated encoder, a JSON AST parser, a stream processor, and a lazy decoder. The project utilizes just-in-time machine code generation to optimize the encoding of large data schemas and employs a JIT assembler to maximize serialization and deserialization speeds. It features a precompiled schema warmup process to prevent latency spikes during initial execution and leverages SIMD hardware instructions for accelerated parsing. The library cove

    Gohigh-performancejitjson
    在 GitHub 上查看↗9,492
  • caarlos0/envcaarlos0 的头像

    caarlos0/env

    6,004在 GitHub 上查看↗

    env is a Go library that reads environment variables and populates the fields of a Go struct according to tag directives. It uses reflection to iterate over struct types and tags at runtime, mapping environment variable names to struct fields and applying parsing behavior defined in struct tags. The library supports required field validation, returning errors when marked fields are missing or empty after parsing. It also provides default value fallback from struct tags when environment variables are not set, environment variable expansion that recursively substitutes references within values,

    Goconfigconfigurationenvironment
    在 GitHub 上查看↗6,004
  • canonical/cloud-initcanonical 的头像

    canonical/cloud-init

    3,729在 GitHub 上查看↗

    Cloud-init is an automated server provisioning and instance initialization tool designed to configure virtual machines during the early boot process. It functions as a metadata provisioner that retrieves instance configuration data from cloud providers to set up network, storage, and user settings. The project provides a cross-distribution boot configuration layer that applies consistent system settings across different Linux distributions. It utilizes a modular provider abstraction to handle API differences between various cloud platforms and employs a staged boot execution model to ensure i

    Pythoncloud-inithacktoberfestpython
    在 GitHub 上查看↗3,729
  • cfengine/corecfengine 的头像

    cfengine/core

    525在 GitHub 上查看↗

    CFEngine Community

    C
    在 GitHub 上查看↗525
  • chaindead/zerocfgchaindead 的头像

    chaindead/zerocfg

    200在 GitHub 上查看↗

    Zero-effort, concise configuration management that avoids boilerplate and repetitive actions.

    Goconfigconfigurationenvironment
    在 GitHub 上查看↗200
  • coleifer/hueycoleifer 的头像

    coleifer/huey

    5,933在 GitHub 上查看↗

    .. image:: https://media.charlesleifer.com/blog/photos/huey3-logo.png

    Pythondankpythonqueue
    在 GitHub 上查看↗5,933
  • coveragepy/coveragepycoveragepy 的头像

    coveragepy/coveragepy

    3,386在 GitHub 上查看↗

    The code coverage tool for Python

    Python
    在 GitHub 上查看↗3,386
  • cristalhq/aconfigcristalhq 的头像

    cristalhq/aconfig

    634在 GitHub 上查看↗

    Simple, useful and opinionated config loader.

    Gocommand-lineconfigconfiguration
    在 GitHub 上查看↗634
  • cubicdaiya/nginx-buildcubicdaiya 的头像

    cubicdaiya/nginx-build

    427在 GitHub 上查看↗

    nginx-build - provides a command to build nginx seamlessly.

    Go
    在 GitHub 上查看↗427
  • deatil/go-arraydeatil 的头像

    deatil/go-array

    22在 GitHub 上查看↗

    A Go package that read or set data from map, slice or json

    Goarraygogo-array
    在 GitHub 上查看↗22
  • diegomarangoni/typenvdiegomarangoni 的头像

    diegomarangoni/typenv

    12在 GitHub 上查看↗

    Go minimalist typed environment variables library

    Gogogolanglibrary
    在 GitHub 上查看↗12
  • dsbasko/go-cfgdsbasko 的头像

    dsbasko/go-cfg

    49在 GitHub 上查看↗

    The library provides a unified way to read configuration data from different sources, such as environment variables, command line flags, and configuration files.

    Go
    在 GitHub 上查看↗49
  • dynaconf/dynaconfdynaconf 的头像

    dynaconf/dynaconf

    4,308在 GitHub 上查看↗

    Dynaconf is a configuration management library for Python applications that provides a unified system for loading, validating, and managing settings. It aggregates configuration data from multiple files, environment variables, and external stores into a single object using a defined precedence order. The project distinguishes itself through a layered environment manager that separates settings into distinct profiles, such as development and production. It includes a declarative validation framework to enforce data rules and type constraints during the loading process, as well as an external s

    Python
    在 GitHub 上查看↗4,308
  • facebookresearch/hydrafacebookresearch 的头像

    facebookresearch/hydra

    10,449在 GitHub 上查看↗

    Hydra is a hierarchical configuration framework and type-safe configuration manager. It is designed to manage complex application settings through composable configuration files and command-line overrides, ensuring that configuration values match expected data types during instantiation. The framework functions as a dynamic object instantiator that creates class instances directly from hierarchical configuration values and nested objects. It also operates as a hyperparameter sweep orchestrator and cluster job launcher, enabling the execution of multiple application runs across parameter range

    Python
    在 GitHub 上查看↗10,449
  • fleetdm/fleetfleetdm 的头像

    fleetdm/fleet

    6,058在 GitHub 上查看↗

    Fleet is an open-source device management platform that provides centralized control over computing devices running macOS, Linux, Windows, Chromebooks, iOS, and Android. It enables organizations to enroll devices, collect real-time telemetry, enforce security compliance policies, and manage software remotely from a single system. The platform can be deployed as a single binary, run locally for testing, or scaled horizontally across cloud infrastructure on AWS, Kubernetes, GCP, or Render, with support for high availability through database replication and load balancing. The platform distingui

    Gobinary-authorizationconfiguration-managementdevice-management
    在 GitHub 上查看↗6,058
  • fulldump/goconfigfulldump 的头像

    fulldump/goconfig

    48在 GitHub 上查看↗

    Your configuration library for your Go programs.

    Go
    在 GitHub 上查看↗48
  • getsentry/sentry-pythongetsentry 的头像

    getsentry/sentry-python

    2,191在 GitHub 上查看↗

    The official Python SDK for Sentry.io

    Pythoncrash-reportinghacktoberfestpython
    在 GitHub 上查看↗2,191
  • adrg/xdgadrg 的头像

    adrg/xdg

    1,002在 GitHub 上查看↗

    Go implementation of the XDG Base Directory Specification and XDG user directories

    Gocross-platformgogolang
    在 GitHub 上查看↗1,002