awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to python-poetry/cleo

Open-source alternatives to Cleo

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

  • pallets/clickpallets का अवतार

    pallets/click

    17,560GitHub पर देखें↗

    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
  • google/python-firegoogle का अवतार

    google/python-fire

    28,208GitHub पर देखें↗

    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
  • datafolklabs/cementdatafolklabs का अवतार

    datafolklabs/cement

    1,345GitHub पर देखें↗

    Application Framework for Python

    Python
    GitHub पर देखें↗1,345
  • prompt-toolkit/python-prompt-toolkitprompt-toolkit का अवतार

    prompt-toolkit/python-prompt-toolkit

    10,498GitHub पर देखें↗

    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

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • docopt/docoptdocopt का अवतार

    docopt/docopt

    8,008GitHub पर देखें↗

    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
  • citguru/pyinquirerCITGuru का अवतार

    CITGuru/PyInquirer

    1,997GitHub पर देखें↗

    A Python module for common interactive command line user interfaces

    Pythonclicli-appcmd
    GitHub पर देखें↗1,997
  • commander-rb/commandercommander-rb का अवतार

    commander-rb/commander

    822GitHub पर देखें↗

    The complete solution for Ruby command-line executables

    Ruby
    GitHub पर देखें↗822
  • dannyben/runfileDannyBen का अवतार

    DannyBen/runfile

    39GitHub पर देखें↗

    Command line for your projects

    Ruby
    GitHub पर देखें↗39
  • davetron5000/glidavetron5000 का अवतार

    davetron5000/gli

    1,274GitHub पर देखें↗

    Make awesome command-line applications the easy way

    Ruby
    GitHub पर देखें↗1,274
  • dry-rb/dry-clidry-rb का अवतार

    dry-rb/dry-cli

    354GitHub पर देखें↗

    General purpose Command Line Interface (CLI) framework for Ruby

    Ruby
    GitHub पर देखें↗354
  • epsy/clizeepsy का अवतार

    epsy/clize

    496GitHub पर देखें↗

    Clize

    Python
    GitHub पर देखें↗496
  • erikrose/blessingserikrose का अवतार

    erikrose/blessings

    1,481GitHub पर देखें↗

    A thin, practical wrapper around terminal capabilities in Python

    Python
    GitHub पर देखें↗1,481
  • fastapi/typerfastapi का अवतार

    fastapi/typer

    19,632GitHub पर देखें↗

    This project is a Python framework for building command-line interfaces by converting standard functions into executable programs. It uses type hints to automatically infer and generate argument parsers, validation logic, and help documentation, allowing developers to define complex terminal applications through simple function signatures. The framework distinguishes itself through a decorator-driven registration system that enables the construction of hierarchical command trees. It supports dependency injection to manage shared state and runtime configuration across subcommands, and it utili

    Pythoncliclickpython
    GitHub पर देखें↗19,632
  • ialbert/placialbert का अवतार

    ialbert/plac

    302GitHub पर देखें↗

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

    Python
    GitHub पर देखें↗302
  • jazzband/docopt-ngjazzband का अवतार

    jazzband/docopt-ng

    221GitHub पर देखें↗

    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
  • jonathanslenders/python-prompt-toolkitjonathanslenders का अवतार

    jonathanslenders/python-prompt-toolkit

    10,498GitHub पर देखें↗

    python-prompt-toolkit is a Python library and terminal user interface framework used for building interactive command line interfaces. It provides a toolkit for constructing complex terminal applications with advanced input handling and layout management. The project features a real-time syntax highlighting engine and a rendering system that ensures correct alignment and display of double-width Unicode characters. It includes specialized capabilities for command line autocompletion, providing ghost text suggestions and searchable input history. The framework covers a broad range of interface

    Python
    GitHub पर देखें↗10,498
  • jquast/wcwidthJ

    jquast/wcwidth

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • kennethreitz/clintkennethreitz का अवतार

    kennethreitz/clint

    97GitHub पर देखें↗

    Python Command-line Application Tools

    Python
    GitHub पर देखें↗97
  • kislyuk/argcompletekislyuk का अवतार

    kislyuk/argcomplete

    1,568GitHub पर देखें↗

    Python and tab completion, better together.

    Pythonargparsebashbash-completion
    GitHub पर देखें↗1,568
  • lebrice/simpleparsinglebrice का अवतार

    lebrice/SimpleParsing

    541GitHub पर देखें↗

    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
  • leejarvis/slopleejarvis का अवतार

    leejarvis/slop

    1,128GitHub पर देखें↗

    Simple Lightweight Option Parsing - ✨ new contributors welcome ✨

    Ruby
    GitHub पर देखें↗1,128
  • manageiq/optimistManageIQ का अवतार

    ManageIQ/optimist

    257GitHub पर देखें↗

    Optimist is a commandline option parser for Ruby that just gets out of your way.

    Ruby
    GitHub पर देखें↗257
  • mdub/clampmdub का अवतार

    mdub/clamp

    447GitHub पर देखें↗

    a Ruby command-line application framework

    Ruby
    GitHub पर देखें↗447
  • openstack/cliffopenstack का अवतार

    openstack/cliff

    262GitHub पर देखें↗

    Team and repository tags

    Python
    GitHub पर देखें↗262
  • peter-murach/ttypeter-murach का अवतार

    peter-murach/tty

    2,530GitHub पर देखें↗

    Toolkit for developing sleek command line apps.

    Ruby
    GitHub पर देखें↗2,530
  • peterbrittain/asciimaticspeterbrittain का अवतार

    peterbrittain/asciimatics

    4,286GitHub पर देखें↗

    Asciimatics is a cross-platform terminal user interface framework and console wrapper. It functions as a curses-compatible library providing a toolkit for building interactive text-based applications, an ASCII art generator, and a terminal animation engine. The project distinguishes itself through a visual effects engine capable of rendering sprites, particle systems, and anti-aliased lines. It includes specialized systems for creating moving text-based graphics and tools for converting image files into character-based representations. The framework covers core terminal management including

    Pythonascii-artconsolecross-platform
    GitHub पर देखें↗4,286
  • pwaller/pyfigletpwaller का अवतार

    pwaller/pyfiglet

    1,539GitHub पर देखें↗
    Pythonascii-artfigletpython
    GitHub पर देखें↗1,539
  • rsalmei/alive-progressrsalmei का अवतार

    rsalmei/alive-progress

    6,245GitHub पर देखें↗
    Pythonaliveanimatedanimations
    GitHub पर देखें↗6,245
  • ruby/rakeruby का अवतार

    ruby/rake

    2,453GitHub पर देखें↗

    A make-like build utility for Ruby.

    Rubyhacktoberfestrakerakefile
    GitHub पर देखें↗2,453
  • russell91/pythonpyR

    Russell91/pythonpy

    0GitHub पर देखें↗
    GitHub पर देखें↗0