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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
datafolklabs avatar

datafolklabs/cement

0
View on GitHub↗
1,345 stele·119 fork-uri·Python·BSD-3-Clause·4 vizualizăribuiltoncement.com↗

Cement

Application Framework for Python

Features

  • CLI Development - CLI application framework.
  • Python CLI Frameworks - Advanced application framework focused on CLI development.

Istoric stele

Graficul istoricului de stele pentru datafolklabs/cementGraficul istoricului de stele pentru datafolklabs/cement

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Cement

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Cement.
  • google/python-fireAvatar google

    google/python-fire

    28,208Vezi pe 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
    Vezi pe GitHub↗28,208
  • pallets/clickAvatar pallets

    pallets/click

    17,560Vezi pe 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
    Vezi pe GitHub↗17,560
  • docopt/docoptAvatar docopt

    docopt/docopt

    8,008Vezi pe 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
    Vezi pe GitHub↗8,008
  • prompt-toolkit/python-prompt-toolkitAvatar prompt-toolkit

    prompt-toolkit/python-prompt-toolkit

    10,498Vezi pe 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
    Vezi pe GitHub↗10,498
Vezi toate cele 30 alternative pentru Cement→

Întrebări frecvente

Ce face datafolklabs/cement?

Application Framework for Python

Care sunt principalele funcționalități ale datafolklabs/cement?

Principalele funcționalități ale datafolklabs/cement sunt: CLI Development, Python CLI Frameworks.

Care sunt câteva alternative open-source pentru datafolklabs/cement?

Alternativele open-source pentru datafolklabs/cement includ: pallets/click — Click is a Python framework for building command-line interfaces. It provides a declarative approach to defining… python-poetry/cleo — Create beautiful and testable command-line interfaces. docopt/docopt — Docopt is a command-line argument parser and declarative interface tool that converts raw terminal input into a… google/python-fire — Python Fire is a library that automatically generates command line interfaces from any Python object, function, or… prompt-toolkit/python-prompt-toolkit — This project is a Python terminal user interface library and toolkit designed for building interactive command-line… citguru/pyinquirer — A Python module for common interactive command line user interfaces.