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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to openstack/cliff

Open-source alternatives to Cliff

15 open-source projects similar to openstack/cliff, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Cliff alternative.

  • brentyi/tyroالصورة الرمزية لـ brentyi

    brentyi/tyro

    1,063عرض على GitHub↗

    CLI interfaces & config objects, from types

    Pythonargparseargument-parsingdataclasses
    عرض على GitHub↗1,063
  • brianpugh/cycloptsالصورة الرمزية لـ BrianPugh

    BrianPugh/cyclopts

    1,184عرض على GitHub↗

    Intuitive, easy CLIs based on python type hints.

    Pythonargument-parserclipython
    عرض على GitHub↗1,184
  • citguru/pyinquirerالصورة الرمزية لـ CITGuru

    CITGuru/PyInquirer

    1,997عرض على GitHub↗

    A Python module for common interactive command line user interfaces

    Pythonclicli-appcmd
    عرض على GitHub↗1,997
  • datafolklabs/cementالصورة الرمزية لـ datafolklabs

    datafolklabs/cement

    1,345عرض على GitHub↗

    Application Framework for Python

    Python
    عرض على GitHub↗1,345
  • docopt/docoptالصورة الرمزية لـ docopt

    docopt/docopt

    8,008عرض على GitHub↗

    Docopt is a command-line argument parser and declarative interface tool that converts raw terminal input into a structured data map. It derives its parsing logic and requirements directly from a standardized POSIX-style help message, using the documentation as the formal specification for the interface. The system implements a POSIX usage pattern parser to translate human-readable help strings into rules for extracting options and positional arguments. It automatically generates help screens and version information based on the internal usage patterns defined by the user. The tool ensures a

    Python
    عرض على GitHub↗8,008

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

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

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

Find more with AI search
  • epsy/clizeالصورة الرمزية لـ epsy

    epsy/clize

    496عرض على GitHub↗

    Clize

    Python
    عرض على GitHub↗496
  • google/python-fireالصورة الرمزية لـ google

    google/python-fire

    28,208عرض على GitHub↗

    Python Fire is a library that automatically generates command line interfaces from any Python object, function, or class. It removes the need for manual argument parsing by mapping Python dictionaries, lists, and classes directly to terminal commands. The tool converts Python docstrings into formatted terminal help screens and produces shell scripts to enable tab-completion for available commands. It can wrap existing libraries or external modules to expose their functionality via the terminal without requiring modifications to the original source code. The library supports hierarchical comm

    Pythonclipython
    عرض على GitHub↗28,208
  • ialbert/placالصورة الرمزية لـ ialbert

    ialbert/plac

    302عرض على GitHub↗

    plac is a Python package that can generate command line parameters from function signatures.

    Python
    عرض على GitHub↗302
  • jazzband/docopt-ngالصورة الرمزية لـ jazzband

    jazzband/docopt-ng

    221عرض على GitHub↗

    docopt-ng is a fork of the original docopt, now maintained by the jazzband project. Now with maintenance, typehints, and complete test coverage!

    Python
    عرض على GitHub↗221
  • lebrice/simpleparsingالصورة الرمزية لـ lebrice

    lebrice/SimpleParsing

    541عرض على GitHub↗

    simple-parsing allows you to transform your ugly argparse scripts into beautifully structured, strongly typed little works of art. This isn't a fancy, complicated new command-line tool either, this simply adds new features to plain-old argparse! Using dataclasses, simple-parsing makes it easier…

    Python
    عرض على GitHub↗541
  • pallets/clickالصورة الرمزية لـ pallets

    pallets/click

    17,560عرض على GitHub↗

    Click is a Python framework for building command-line interfaces. It provides a declarative approach to defining command structures, allowing developers to map functions to command-line arguments, options, and nested groups using decorators. The framework handles the complexities of parameter parsing, type validation, and help documentation generation automatically. The project distinguishes itself through its hierarchical context system, which propagates configuration and state across nested commands, and its environment-aware parameter resolution that prioritizes command-line inputs, enviro

    Pythoncliclickpallets
    عرض على GitHub↗17,560
  • prompt-toolkit/python-prompt-toolkitالصورة الرمزية لـ prompt-toolkit

    prompt-toolkit/python-prompt-toolkit

    10,498عرض على GitHub↗

    This project is a Python terminal user interface library and toolkit designed for building interactive command-line applications. It provides a terminal input manager and a widget toolkit for rendering dashboards, menus, and editors within a terminal emulator. The library enables the creation of full-screen terminal interfaces and interactive shells. It distinguishes itself with advanced input handling, including lexer-based syntax highlighting for visual feedback on code structure and support for industry-standard keyboard navigation modes such as Emacs and Vi. The capability surface covers

    Python
    عرض على GitHub↗10,498
  • pwaller/pyfigletالصورة الرمزية لـ pwaller

    pwaller/pyfiglet

    1,539عرض على GitHub↗
    Pythonascii-artfigletpython
    عرض على GitHub↗1,539
  • python-poetry/cleoالصورة الرمزية لـ python-poetry

    python-poetry/cleo

    1,351عرض على GitHub↗

    Create beautiful and testable command-line interfaces.

    Python
    عرض على GitHub↗1,351
  • swansonk14/typed-argument-parserالصورة الرمزية لـ swansonk14

    swansonk14/typed-argument-parser

    627عرض على GitHub↗

    Tap is a typed modernization of Python's argparse library.

    Python
    عرض على GitHub↗627