koo5 / fyb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fyb

PyPI Changelog Tests License

null

Installation

Install this tool using pip:

pip install fyb

Usage

For help, run:

fyb --help

You can also use:

python -m fyb --help

Development

To contribute to this tool, first checkout the code. Then create a new virtual environment:

cd fyb
python -m venv venv
source venv/bin/activate

Now install the dependencies and test dependencies:

pip install -e '.[test]'

To run the tests:

pytest

About

License:Apache License 2.0


Languages

Language:Python 100.0%