_It's already 18 january... Better late than never, as they say..._
**I've fully rewritten pybalt from scratch**. Now, it should be more **reliable**, **fast**, **clean**, and **convenient**.
the **CLI** has also been rewritten. The arguments have been changed to match the names specified in the [cobalt-api](https://github.com/imputnet/cobalt/blob/main/docs/api.md#post-) documentation. New examples on the **CLI** can be found [here](https://github.com/nichind/pybalt?tab=readme-ov-file#%EF%B8%8F-quickstart)!
With the rewrite, pybalt now offers **more ways** to be used as a module in your project. I've introduced the `StatusParent` for detached downloading, replaceable callbacks, and more! Read how to integrate pybalt into your project in **just 2 lines of code** [here](https://github.com/nichind/pybalt?tab=readme-ov-file#-integrate-to-your-project)
Please leave feedback or report bugs using the Issues and Discussions tab. Thanks for using **pybalt**!
Update **now** with pip!
sh
pip install pybalt -U
What's Changed
* pybalt rewrite by nichind in https://github.com/nichind/pybalt/pull/3
**Full Changelog**: https://github.com/nichind/pybalt/compare/2024.12.9...2025.1.1