Changelog
Highlights:
The package has been renamed from `twkit` to `seqerakit`. This change reflects efforts to harmonize naming conventions for tools used to automate and develop on top of Seqera Platform.
Changes:
- Updated the package metadata on PyPI to reflect the new package name.
- All mentions of `twkit` in the documentation, comments, and print outputs have been updated to `seqerakit`.
- Majority of mentions to "Tower" have been updated to "Seqera Platform"
- The "Tower" class has been renamed to "SeqeraPlatform"
Migration Notes:
If you have scripts or applications that use `twkit`, please make the following updates:
1. Update your `pip` installations:
pip uninstall twkit
pip install seqerakit
3. Update import statements in your Python scripts:
Replace this:
from twkit import tower
With this:
from seqerakit import seqeraplatform
The `twkit` package on PyPI will no longer receive feature updates. All future development will be done on `seqerakit`.
**Full Changelog**: https://github.com/seqeralabs/seqera-kit/commits/v0.4.0