Changelog
Highlights:
The package has been renamed from `tw-pywrap` to `twkit`. This change reflects efforts to simplify package naming conventions for better user accessibility and ease in development.
Changes:
- Updated the package metadata on PyPI to reflect the new package name.
- All mentions of `tw-pywrap` in the documentation, comments, and print outputs have been updated to `twkit`.
Migration Notes:
If you have scripts or applications that use `tw-pywrap`, please make the following updates:
1. Update your `pip` installations:
pip uninstall tw-pywrap
pip install twkit
3. Update import statements in your Python scripts:
Replace this:
from tw_pywrap import tower
With this:
from twkit import tower
The `tw-pywrap` package on PyPI will no longer receive feature updates. All future development will be done on `twkit`.
**Full Changelog**: https://github.com/seqeralabs/tw-pywrap/commits/v0.2.0