Skip to content

bondbox/xarg-python

Repository files navigation

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