Metadata-Version: 2.1
Name: xarg-python
Version: 0.10
Summary: Simple command-line tool based on argparse.
Home-page: https://github.com/bondbox/xarg-python
Author: Mingzhe Zou
Author-email: zoumingzhe@outlook.com
License: MIT
Project-URL: Source Code, https://github.com/bondbox/xarg-python
Project-URL: Bug Tracker, https://github.com/bondbox/xarg-python/issues
Project-URL: Documentation, https://github.com/bondbox/xarg-python
Keywords: command,command-line,argparse,xarg
Platform: any
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

xarg
====

Simple command-line tool based on argparse.

build
-----

fast build via [xpip](https://github.com/bondbox/xpip-python):

```shell
xpip-build setup --all && ls -lh dist/*
```

or build in linux:

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