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

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

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

datafolklabs/cement

0
View on GitHub↗
builtoncement.com↗

Cement

Application Framework for Python

Features

  • CLI Development - CLI application framework.

AI सर्च

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

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

Start searching with AI
  • Python CLI Frameworks - Advanced application framework focused on CLI development.
  • 1,345 स्टार्स·119 फोर्क्स·Python·BSD-3-Clause·3 व्यूज़

    स्टार हिस्ट्री

    datafolklabs/cement के लिए स्टार हिस्ट्री चार्टdatafolklabs/cement के लिए स्टार हिस्ट्री चार्ट

    Cement के ओपन-सोर्स विकल्प

    समान ओपन-सोर्स प्रोजेक्ट्स, जो Cement के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
    • 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
    • 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
    • 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
    • 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
    Cement के सभी 30 विकल्प देखें→

    अक्सर पूछे जाने वाले प्रश्न

    datafolklabs/cement क्या करता है?

    Application Framework for Python

    datafolklabs/cement की मुख्य विशेषताएं क्या हैं?

    datafolklabs/cement की मुख्य विशेषताएं हैं: CLI Development, Python CLI Frameworks।

    datafolklabs/cement के कुछ ओपन-सोर्स विकल्प क्या हैं?

    datafolklabs/cement के ओपन-सोर्स विकल्पों में शामिल हैं: 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.