Metadata-Version: 2.0
Name: plucky-ak47
Version: 0.1.0b6
Summary: software development toolbox.
Home-page: https://github.com/plucky-groove3
Author: Lucas Hsueh
Author-email: lucas_hsueh@hotmail.com
License: Apache-2.0
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7
Description-Content-Type: text/x-rst


# Install Package

```bash
python3 setup install
```


# Build Package

```bash
python3 setup build
```

# Distribute Package

```bash
python3 setup sdist
```


