Skip to main content

Simple command-line argument parser.

Project description

argsdict

Simple command-line argument parser.

$ python args.py John Smith --age=30 --married

from argsdict import args

arg = args(["name", "surname"])
>> {"name": "John",
    "surname": "Smith",
    "--age": "30",
    "--married": True}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

argsdict-0.0.1.tar.gz (8.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page