Skip to main content

A very simple tool to create beautiful console application by using native argparse.

Project description

Argparge

A very simple tool to create beautiful console application by using native argparse.

Project Commander
Author Özcan Yarımdünya
Documentation https://ozcanyarimdunya.github.io/argparge/
Source code https://github.com/ozcanyarimdunya/argparge/

argparge is a library that you can create beautiful class based cli application.

Installation

Works on python3+ with no extra dependencies.

pip install argparge

Usage

example.py

from argparge import Application
from argparge import Command


class GreetCommand(Command):
    name = "greet"
    help = "Greeting a person"

    def add_arguments(self, parser: "Command"):
        parser.add_argument("name", help="Person name")

    def handle(self, **arguments):
        print("Greeting, ", arguments.get("name"))


if __name__ == '__main__':
    app = Application(description="A simple argparge application")
    app.add_argument("-V", "--version", action="version", version="1.0.0")
    app.add_commands(
        GreetCommand(),
    )
    app.run()

If we run we get such output.

gif

For more checkout tutorials.

LICENSE

MIT License

Copyright (c) 2023 yarimdunya.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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

argparge-0.1.5.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

argparge-0.1.5-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file argparge-0.1.5.tar.gz.

File metadata

  • Download URL: argparge-0.1.5.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.1 CPython/3.7.17 Linux/6.2.0-1015-azure

File hashes

Hashes for argparge-0.1.5.tar.gz
Algorithm Hash digest
SHA256 daed0349730b7c74572e83ffd6c019c371ea286364997cf405b09204b25d7099
MD5 ca4f0ea3b531119289e727db7aeb0362
BLAKE2b-256 6cb0b1a0d783bb67f2f49dc46103652b7fdc62cc0f72617e7066924303c96bbf

See more details on using hashes here.

File details

Details for the file argparge-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: argparge-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 4.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.1 CPython/3.7.17 Linux/6.2.0-1015-azure

File hashes

Hashes for argparge-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 d4685919302f42ca35ab8a62fc114666505888dead2cf8189aafa14a81933b84
MD5 15aac65e3bbe666e793965e0d980b71d
BLAKE2b-256 a151481a7b75bd97fc170997122b4b71bce9eecc016351f310d91c2a30bc051e

See more details on using hashes here.

Supported by

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