⚠️ DEPRECATION NOTICE: sequa has been renamed to icho
The
sequapackage is deprecated and will no longer receive new feature updates. All future development, releases, and support have moved toicho.
Migration Guide
1. Install icho
pip uninstall sequa
pip install icho
or with uv:
uv remove sequa
uv add icho
2. Update your Python code imports
Change all imports from sequa to icho:
# Old (Deprecated)
from sequa import cassette, compare_executions
# New
from icho import cassette, compare_executions
3. Update CLI usage
Use icho instead of sequa:
icho diff --help
icho stats --path cassettes
icho test tests/
Backward Compatibility Shim
This release (sequa==0.8.0) acts as a transitional shim that depends on icho and re-exports icho functionality while raising a FutureWarning.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sequa-0.8.0.tar.gz.
File metadata
- Download URL: sequa-0.8.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e555cb050cd824e95d68adcdf72c424d04d6831b4a63dcd1b79890a2f67c207e
|
|
| MD5 |
36b53ead840f2d1dbf55aef11a246f66
|
|
| BLAKE2b-256 |
03b3579f5a988cc071715c0b97e1cf476fa36960ac2308114b0f8a8677251507
|
File details
Details for the file sequa-0.8.0-py3-none-any.whl.
File metadata
- Download URL: sequa-0.8.0-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d70342b9a0d26c14d55dfd402cd3ef32d434d10a38eeb868a964caa40bb53f82
|
|
| MD5 |
b72159c8d64b630adf2d8919ed660abd
|
|
| BLAKE2b-256 |
fb62d26be078201241979e3fedb017e4b3d5777bc51e1fa6de35a38333f98afc
|