https://github.com/basameera/cli-utils
Python based command-line utility package
https://github.com/basameera/cli-utils
cli python3 utils utils-library
Last synced: about 1 year ago
JSON representation
Python based command-line utility package
- Host: GitHub
- URL: https://github.com/basameera/cli-utils
- Owner: basameera
- License: mit
- Created: 2020-05-06T19:20:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-03T19:56:09.000Z (about 2 years ago)
- Last Synced: 2025-02-03T21:47:25.351Z (over 1 year ago)
- Topics: cli, python3, utils, utils-library
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CLI-Utils
Python based command-line utility package.
**Only Python 3**
**Module can be accessed using both `clu` commands**
``` bash
$ 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
```
## Install
1. Clone this repo. ( `git clone https://github.com/basameera/CLI-Utils.git` )
1. `cd clu`
1. `pip3 install .`
1. Add `export PATH=~/.local/bin:$PATH` to `~/.bashrc` file
1. `source ~/.bashrc`
## Ideas
* pipreqs import handler method in skylynx
## Problems
* import handler doesn't work properly.
* `pipreqs` produce wrong version for `torch`, `torchvision`.
* Since my version use `pkg_resources`, the package has to be install for every venv. NOT GOOD.