| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-09-13 | 821 Bytes | |
| v5.5.1 source code.tar.gz | 2026-09-13 | 3.0 MB | |
| v5.5.1 source code.zip | 2026-09-13 | 3.0 MB | |
| Totals: 3 Items | 6.0 MB | 0 | |
Fixed
beautifulsoup4is now a declared dependency. Two modules importbs4, and the package arrived only through a transitive dependency, so one dependency-resolver change could break a fresh install.- The license badge in the README opens the tracked license file. The old link answered 404.
- The FAQ names the release of the last live verification instead of a fixed month.
Changed
- The test dependencies are declared in
requirements-dev.txt. Before, a contributor who installed the package and ranpytestsaw 5 async tests fail, becausepytest-asynciowas installed only inside CI.pip install -e . -r requirements-dev.txtnow installs everything the suite needs. - The repository no longer tracks IDE settings.
Full changelog: https://github.com/Altimis/Scweet/blob/master/CHANGELOG.md