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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ialbert avatar

ialbert/plac

0
View on GitHub↗
302 stars·29 forks·Python·BSD-2-Clause·9 views

Plac

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

Features

  • Python CLI Frameworks - Library to generate parameters from function signatures.

Star history

Star history chart for ialbert/placStar history chart for ialbert/plac

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Plac

Similar open-source projects, ranked by how many features they share with Plac.
  • brianpugh/cycloptsBrianPugh avatar

    BrianPugh/cyclopts

    1,184View on GitHub↗

    Intuitive, easy CLIs based on python type hints.

    Pythonargument-parserclipython
    View on GitHub↗1,184
  • citguru/pyinquirerCITGuru avatar

    CITGuru/PyInquirer

    1,997View on GitHub↗

    A Python module for common interactive command line user interfaces

    Pythonclicli-appcmd
    View on GitHub↗1,997
  • datafolklabs/cementdatafolklabs avatar

    datafolklabs/cement

    1,345View on GitHub↗

    Application Framework for Python

    Python
    View on GitHub↗1,345
  • brentyi/tyrobrentyi avatar

    brentyi/tyro

    1,063View on GitHub↗

    CLI interfaces & config objects, from types

    Pythonargparseargument-parsingdataclasses
    View on GitHub↗1,063
See all 15 alternatives to Plac→

Frequently asked questions

What does ialbert/plac do?

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

What are the main features of ialbert/plac?

The main features of ialbert/plac are: Python CLI Frameworks.

What are some open-source alternatives to ialbert/plac?

Open-source alternatives to ialbert/plac include: brianpugh/cyclopts — Intuitive, easy CLIs based on python type hints. citguru/pyinquirer — A Python module for common interactive command line user interfaces. datafolklabs/cement — Application Framework for Python. docopt/docopt — Docopt is a command-line argument parser and declarative interface tool that converts raw terminal input into a… epsy/clize — Clize. brentyi/tyro — CLI interfaces & config objects, from types.