Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » Scapi - Asynchronous Scratch API Module [Python]
- ito-noizi
-
100+ posts
Scapi - Asynchronous Scratch API Module [Python]
Scapi will be rewritten !!
this discussion: https://github.com/kakeruzoku/scapi/discussions/54
rewrite branch: https://github.com/kakeruzoku/scapi/tree/rewrite
readthedocs: https://scapipy.readthedocs.io/
development pre-release: https://github.com/kakeruzoku/scapi/releases/tag/3.0.0.dev1
LINKS Hello!
Scapi was originally created when I didn’t have a strong understanding of Python. As a result, many issues such as type hinting errors, inconsistent function names, and incorrect implementations have been found.
To address these problems, I am planning a complete rewrite of the library and will release it as an entirely new module.
With this rewrite, the following improvements are expected:
* Significant reduction of type hinting errors
* Automated documentation using Read the Docs
* Removal of unstable/unnecessary functions
* Naming conventions aligned with actual APIs
* Optimized function execution
The work is currently being done on the rewrite
branch and will eventually be released as version 3.0.0.
this discussion: https://github.com/kakeruzoku/scapi/discussions/54
rewrite branch: https://github.com/kakeruzoku/scapi/tree/rewrite
readthedocs: https://scapipy.readthedocs.io/
development pre-release: https://github.com/kakeruzoku/scapi/releases/tag/3.0.0.dev1
- TAMAGO55
-
5 posts
Scapi - Asynchronous Scratch API Module [Python]
https://scapipy.readthedocs.io/Right now, this link is redirected to readthedocs: https://scapi.kakeru.f5.si
- Discussion Forums
- » Advanced Topics
-
» Scapi - Asynchronous Scratch API Module [Python]