This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
0.1.11
Clean release of Bard-API without dependency packages.
To view the PyPI installation version of Bard-API, which is version 0.1.11, you can use the following link:
- https://pypi.org/project/bardapi/0.1.11/
- https://github.com/dsdanielpark/Bard-API/blob/17d5e948d4afc535317de3964232ab82fe223521
Please note that this version does not include translation functionality and any features related to the googletrans and deep_translator packages. For those functionalities, you will need to install the developer version directly from the official GitHub repository of Bard-API.
- Due to conflicts with class inheritance and composition in Bard, the usage of Googletrans for supporting other languages in Bard-API developer version increases code complexity and parameter complexity. To avoid excessive dependencies and class explosion issues, deep-translator is used for supporting other languages in Bard-API developer version.