Skip to content

f-utils/f-ansi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  /$$$$$$                                   /$$
 /$$__  $$                                 |__/
| $$  \__/     /$$$$$$  /$$$$$$$   /$$$$$$$ /$$
| $$$$ /$$$$$$|____  $$| $$__  $$ /$$_____/| $$
| $$_/|______/ /$$$$$$$| $$  \ $$|  $$$$$$ | $$
| $$          /$$__  $$| $$  | $$ \____  $$| $$
| $$         |  $$$$$$$| $$  | $$ /$$$$$$$/| $$
|__/          \_______/|__/  |__/|_______/ |__/

About

f-ansi is the f-utils lib that does something.

Structure

f_ansi/
  |-- __init__.py .............. import main.py
  |-- main.py .................. import modules
  `-- mods/
       |-- color/ .............. define Color class
       |-- keys/ ............... define Keys class
       |-- is_.py .............. define Is class
       `-- err_.py ............. define error classes       

Install

The installation is from the branches main and dev of this repository.

  • With pip:
# main branch
/path/to/venv/bin/pip install git+https://github.com/f-utils/f-ansi
# dev branch
/path/to/venv/bin/pip install git+https://github.com/f-utils/f-ansi/tree/dev

For other installation methods, see futils.org/install.

Usage

The lib provides the class Ansi. We suggest to import it as:

from f_ansi import Ansi

For more details, see futils.org/libs/f-ansi.

Contributing

License

This lib is licensed under BSD 3-Clause.

About

The `f-utils` lib that deals with ansi code

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published