awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesObject-to-CLI Mappers

Tools that automatically map Python objects and data structures to command line arguments and commands.

Distinct from Python CLI Frameworks: Distinct from general CLI frameworks by focusing specifically on the automatic mapping of existing Python objects to terminal commands rather than manual CLI definition.

Explore 1 awesome GitHub repository matching part of an awesome list · Object-to-CLI Mappers. Refine with filters or upvote what's useful.

Awesome Object-to-CLI Mappers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • google/python-fireالصورة الرمزية لـ google

    google/python-fire

    28,208عرض على 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

    A tool that maps Python dictionaries, lists, and classes directly to terminal commands for rapid prototyping and debugging.

    Pythonclipython
    عرض على GitHub↗28,208
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Python CLI Frameworks
  5. Object-to-CLI Mappers