awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
datafolklabs avatar

datafolklabs/cement

0
View on GitHub↗
1,345 stars·119 forks·Python·BSD-3-Clause·1 vuebuiltoncement.com↗

Cement

Application Framework for Python

Features

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

Historique des stars

Graphique de l'historique des stars pour datafolklabs/cementGraphique de l'historique des stars pour datafolklabs/cement

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Cement

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Cement.
  • google/python-fireAvatar de google

    google/python-fire

    28,208Voir sur 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
    Voir sur GitHub↗28,208
  • pallets/clickAvatar de pallets

    pallets/click

    17,560Voir sur 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
    Voir sur GitHub↗17,560
  • docopt/docoptAvatar de docopt

    docopt/docopt

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

    prompt-toolkit/python-prompt-toolkit

    10,498Voir sur 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
    Voir sur GitHub↗10,498
Voir les 30 alternatives à Cement→

Questions fréquentes

Que fait datafolklabs/cement ?

Application Framework for Python

Quelles sont les fonctionnalités principales de datafolklabs/cement ?

Les fonctionnalités principales de datafolklabs/cement sont : CLI Development, Python CLI Frameworks.

Quelles sont les alternatives open-source à datafolklabs/cement ?

Les alternatives open-source à datafolklabs/cement incluent : 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.