2021-12-15 10:30:10 +00:00
|
|
|
# lumbunglib
|
|
|
|
|
|
|
|
> Python lib which powers `lumbung[dot]space` automation
|
2022-01-05 11:17:37 +00:00
|
|
|
|
|
|
|
## hacking
|
|
|
|
|
|
|
|
- run `poetry run poetry2setup > setup.py` if updating the poetry dependencies
|
|
|
|
- if adding a new cli command, extend `pyproject.toml` with a new `[tool.poetry.scripts]` entry
|