awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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/argusالصورة الرمزية لـ agilira

    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/kongالصورة الرمزية لـ alecthomas

    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-clientالصورة الرمزية لـ Alpha018

    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/configالصورة الرمزية لـ andreiavrammsd

    andreiavrammsd/config

    0عرض على GitHub↗

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

    Goconfigurationenvironmentgolang
    عرض على GitHub↗0

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • angristan/nginx-autoinstallالصورة الرمزية لـ angristan

    angristan/nginx-autoinstall

    650عرض على GitHub↗

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

    Shell
    عرض على GitHub↗650
  • ansible/ansibleالصورة الرمزية لـ ansible

    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/envhالصورة الرمزية لـ antham

    antham/envh

    100عرض على GitHub↗

    Go helpers to manage environment variables

    Goconfiguration-managementenvironmentgolang
    عرض على GitHub↗100
  • astral-sh/ruffالصورة الرمزية لـ astral-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/enflagالصورة الرمزية لـ atelpis

    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-goproviderالصورة الرمزية لـ Azure

    Azure/AppConfiguration-GoProvider

    5عرض على GitHub↗

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

    Go
    عرض على GitHub↗5
  • beatlabs/harvesterالصورة الرمزية لـ beatlabs

    beatlabs/harvester

    134عرض على GitHub↗

    Harvest configuration, watch and notify subscriber

    Goconfiguration-managementgogolang
    عرض على GitHub↗134
  • borudar/configurationالصورة الرمزية لـ BoRuDar

    BoRuDar/configuration

    108عرض على GitHub↗

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

    Go12-factorconfigconfiguration
    عرض على GitHub↗108
  • bytedance/sonicالصورة الرمزية لـ bytedance

    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/envالصورة الرمزية لـ caarlos0

    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-initالصورة الرمزية لـ canonical

    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/coreالصورة الرمزية لـ cfengine

    cfengine/core

    525عرض على GitHub↗

    CFEngine Community

    C
    عرض على GitHub↗525
  • chaindead/zerocfgالصورة الرمزية لـ chaindead

    chaindead/zerocfg

    200عرض على GitHub↗

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

    Goconfigconfigurationenvironment
    عرض على GitHub↗200
  • coleifer/hueyالصورة الرمزية لـ coleifer

    coleifer/huey

    5,933عرض على GitHub↗

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

    Pythondankpythonqueue
    عرض على GitHub↗5,933
  • coveragepy/coveragepyالصورة الرمزية لـ coveragepy

    coveragepy/coveragepy

    3,386عرض على GitHub↗

    The code coverage tool for Python

    Python
    عرض على GitHub↗3,386
  • cristalhq/aconfigالصورة الرمزية لـ cristalhq

    cristalhq/aconfig

    634عرض على GitHub↗

    Simple, useful and opinionated config loader.

    Gocommand-lineconfigconfiguration
    عرض على GitHub↗634
  • cubicdaiya/nginx-buildالصورة الرمزية لـ cubicdaiya

    cubicdaiya/nginx-build

    427عرض على GitHub↗

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

    Go
    عرض على GitHub↗427
  • deatil/go-arrayالصورة الرمزية لـ deatil

    deatil/go-array

    22عرض على GitHub↗

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

    Goarraygogo-array
    عرض على GitHub↗22
  • diegomarangoni/typenvالصورة الرمزية لـ diegomarangoni

    diegomarangoni/typenv

    12عرض على GitHub↗

    Go minimalist typed environment variables library

    Gogogolanglibrary
    عرض على GitHub↗12
  • dsbasko/go-cfgالصورة الرمزية لـ dsbasko

    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/dynaconfالصورة الرمزية لـ dynaconf

    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/hydraالصورة الرمزية لـ facebookresearch

    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/fleetالصورة الرمزية لـ fleetdm

    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/goconfigالصورة الرمزية لـ fulldump

    fulldump/goconfig

    48عرض على GitHub↗

    Your configuration library for your Go programs.

    Go
    عرض على GitHub↗48
  • getsentry/sentry-pythonالصورة الرمزية لـ getsentry

    getsentry/sentry-python

    2,191عرض على GitHub↗

    The official Python SDK for Sentry.io

    Pythoncrash-reportinghacktoberfestpython
    عرض على GitHub↗2,191
  • adrg/xdgالصورة الرمزية لـ adrg

    adrg/xdg

    1,002عرض على GitHub↗

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

    Gocross-platformgogolang
    عرض على GitHub↗1,002