ABSFUYU'S EXTRA PACKAGES
INSTALLATION:
$ pip install -U absfuyu[<package_option>]
LIST OF PACKAGE:
cli
, beautiful
, dev
, extra
, test
, fixers
, all
cli:
$ pip install -U absfuyu[cli]
Feature:
- Command line interface
Usage:
$ python -m absfuyu --help
or
$ fuyu --help
beautiful:
$ pip install -U absfuyu[beautiful]
Feature:
- A decorator that beautify console output
dev:
$ pip install -U absfuyu[dev]
Feature:
- For package developer
extra:
$ pip install -U absfuyu[extra]
Feature:
- Extra features. Coming soon
test:
$ pip install -U absfuyu[test]
Feature:
[DEV]
: Use to test this package
fixers:
$ pip install -U absfuyu[fixers]
Feature:
[DEV]
: Use to make code easier to read
all:
$ pip install -U absfuyu[all]
Feature:
- Everything
absfuyu
has to offer!