https://github.com/bondbox/xkits
Python toolkit.
https://github.com/bondbox/xkits
argcomplete argparse bash colorama colorlog command-line completion python shell termainal
Last synced: about 1 month ago
JSON representation
Python toolkit.
- Host: GitHub
- URL: https://github.com/bondbox/xkits
- Owner: bondbox
- License: mit
- Created: 2023-08-02T03:05:36.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-18T08:44:38.000Z (3 months ago)
- Last Synced: 2025-02-18T09:18:20.624Z (3 months ago)
- Topics: argcomplete, argparse, bash, colorama, colorlog, command-line, completion, python, shell, termainal
- Language: Python
- Homepage:
- Size: 237 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
xkits
=====Python toolkit.
Language
--------- **[简体中文](docs/zh/README.md)**
Features
--------- **Quickly create command line programs based on `Python`**
- **Built in logger module and management options**
- **Manage completion via [xargcomplete](docs/xargcomplete.md)**Requires
--------- `Python` >= 3.8
Build
-----Fast build and install via [xpip](https://github.com/bondbox/xpip):
```shell
xpip-build setup --clean --all --install
```or build via shell:
```shell
rm -rf "build" "dist" "*.egg-info"
python setup.py check sdist bdist_wheel --universal
```