Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 619 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 619 Bytes

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