|
# litbee |
|
[](https://github.com/ffreemt/litbee/actions)[](https://www.python.org/downloads/)[](https://github.com/psf/black)[](https://opensource.org/licenses/MIT)[](https://badge.fury.io/py/litbee) |
|
|
|
litbee descr |
|
|
|
## Install it |
|
|
|
```shell |
|
pip install git+https://github.com/ffreemt/litbee |
|
# poetry add git+https://github.com/ffreemt/litbee |
|
# git clone https://github.com/ffreemt/litbee && cd litbee |
|
``` |
|
|
|
## Use it |
|
```python |
|
from litbee import litbee |
|
|
|
``` |
|
|