Python based command-line utility package.
Only Python 3
Module can be accessed using both clu
commands
$ clu -h
usage: clu [-h] [-t]
CLI Utils - 0.0.1 | 2020 Sameera Sandaruwan
optional arguments:
-h, --help show this help message and exit
-t, --time Print current time
- Clone this repo. (
git clone https://github.com/basameera/CLI-Utils.git
) cd clu
pip3 install .
- Add
export PATH=~/.local/bin:$PATH
to~/.bashrc
file source ~/.bashrc
- pipreqs import handler method in skylynx
- import handler doesn't work properly.
pipreqs
produce wrong version fortorch
,torchvision
.- Since my version use
pkg_resources
, the package has to be install for every venv. NOT GOOD.