bondbox / xarg-python

Simple command-line tool based on argparse.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xarg

Simple command-line tool based on argparse.

Language

Features

  • Quickly create command line programs based on Python
  • Built in logger module and management options
  • Manage completion via xargcomplete

Requires

  • Python >= 3.8

Build

Fast build and install via xpip:

xpip-build setup --clean --all --install

or build via shell:

rm -rf "build" "dist" "*.egg-info"
python setup.py check sdist bdist_wheel --universal

About

Simple command-line tool based on argparse.

License:MIT License


Languages

Language:Python 99.5%Language:Makefile 0.5%