awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to datafolklabs/cement

Open-source alternatives to Cement

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

  • google/python-fireAvatar de google

    google/python-fire

    28,208Ver en 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
    Ver en GitHub↗28,208
  • docopt/docoptAvatar de docopt

    docopt/docopt

    8,008Ver en 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
    Ver en GitHub↗8,008
  • prompt-toolkit/python-prompt-toolkitAvatar de prompt-toolkit

    prompt-toolkit/python-prompt-toolkit

    10,498Ver en 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
    Ver en GitHub↗10,498

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • pallets/clickAvatar de pallets

    pallets/click

    17,560Ver en 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
    Ver en GitHub↗17,560
  • python-poetry/cleoAvatar de python-poetry

    python-poetry/cleo

    1,351Ver en GitHub↗

    Create beautiful and testable command-line interfaces.

    Python
    Ver en GitHub↗1,351
  • citguru/pyinquirerAvatar de CITGuru

    CITGuru/PyInquirer

    1,997Ver en GitHub↗

    A Python module for common interactive command line user interfaces

    Pythonclicli-appcmd
    Ver en GitHub↗1,997
  • commander-rb/commanderAvatar de commander-rb

    commander-rb/commander

    822Ver en GitHub↗

    The complete solution for Ruby command-line executables

    Ruby
    Ver en GitHub↗822
  • dannyben/runfileAvatar de DannyBen

    DannyBen/runfile

    39Ver en GitHub↗

    Command line for your projects

    Ruby
    Ver en GitHub↗39
  • davetron5000/gliAvatar de davetron5000

    davetron5000/gli

    1,274Ver en GitHub↗

    Make awesome command-line applications the easy way

    Ruby
    Ver en GitHub↗1,274
  • dry-rb/dry-cliAvatar de dry-rb

    dry-rb/dry-cli

    354Ver en GitHub↗

    General purpose Command Line Interface (CLI) framework for Ruby

    Ruby
    Ver en GitHub↗354
  • epsy/clizeAvatar de epsy

    epsy/clize

    496Ver en GitHub↗

    Clize

    Python
    Ver en GitHub↗496
  • erikrose/blessingsAvatar de erikrose

    erikrose/blessings

    1,481Ver en GitHub↗

    A thin, practical wrapper around terminal capabilities in Python

    Python
    Ver en GitHub↗1,481
  • fastapi/typerAvatar de fastapi

    fastapi/typer

    19,632Ver en GitHub↗

    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
    Ver en GitHub↗19,632
  • ialbert/placAvatar de ialbert

    ialbert/plac

    302Ver en GitHub↗

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

    Python
    Ver en GitHub↗302
  • jazzband/docopt-ngAvatar de jazzband

    jazzband/docopt-ng

    221Ver en 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
    Ver en GitHub↗221
  • jonathanslenders/python-prompt-toolkitAvatar de jonathanslenders

    jonathanslenders/python-prompt-toolkit

    10,498Ver en GitHub↗

    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
    Ver en GitHub↗10,498
  • jquast/wcwidthJ

    jquast/wcwidth

    0Ver en GitHub↗
    Ver en GitHub↗0
  • kennethreitz/clintAvatar de kennethreitz

    kennethreitz/clint

    97Ver en GitHub↗

    Python Command-line Application Tools

    Python
    Ver en GitHub↗97
  • kislyuk/argcompleteAvatar de kislyuk

    kislyuk/argcomplete

    1,568Ver en GitHub↗

    Python and tab completion, better together.

    Pythonargparsebashbash-completion
    Ver en GitHub↗1,568
  • lebrice/simpleparsingAvatar de lebrice

    lebrice/SimpleParsing

    541Ver en 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
    Ver en GitHub↗541
  • leejarvis/slopAvatar de leejarvis

    leejarvis/slop

    1,128Ver en GitHub↗

    Simple Lightweight Option Parsing - ✨ new contributors welcome ✨

    Ruby
    Ver en GitHub↗1,128
  • manageiq/optimistAvatar de ManageIQ

    ManageIQ/optimist

    257Ver en GitHub↗

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

    Ruby
    Ver en GitHub↗257
  • mdub/clampAvatar de mdub

    mdub/clamp

    447Ver en GitHub↗

    a Ruby command-line application framework

    Ruby
    Ver en GitHub↗447
  • openstack/cliffAvatar de openstack

    openstack/cliff

    262Ver en GitHub↗

    Team and repository tags

    Python
    Ver en GitHub↗262
  • peter-murach/ttyAvatar de peter-murach

    peter-murach/tty

    2,530Ver en GitHub↗

    Toolkit for developing sleek command line apps.

    Ruby
    Ver en GitHub↗2,530
  • peterbrittain/asciimaticsAvatar de peterbrittain

    peterbrittain/asciimatics

    4,286Ver en GitHub↗

    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
    Ver en GitHub↗4,286
  • pwaller/pyfigletAvatar de pwaller

    pwaller/pyfiglet

    1,539Ver en GitHub↗
    Pythonascii-artfigletpython
    Ver en GitHub↗1,539
  • rsalmei/alive-progressAvatar de rsalmei

    rsalmei/alive-progress

    6,245Ver en GitHub↗
    Pythonaliveanimatedanimations
    Ver en GitHub↗6,245
  • ruby/rakeAvatar de ruby

    ruby/rake

    2,453Ver en GitHub↗

    A make-like build utility for Ruby.

    Rubyhacktoberfestrakerakefile
    Ver en GitHub↗2,453
  • russell91/pythonpyR

    Russell91/pythonpy

    0Ver en GitHub↗
    Ver en GitHub↗0