Download Latest Version v5.8.0 source code.zip (3.3 MB) Google Add to Preferred Sources
Home / v5.5.1
Name Modified Size InfoDownloads / 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

  • beautifulsoup4 is now a declared dependency. Two modules import bs4, 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 ran pytest saw 5 async tests fail, because pytest-asyncio was installed only inside CI. pip install -e . -r requirements-dev.txt now installs everything the suite needs.
  • The repository no longer tracks IDE settings.

Full changelog: https://github.com/Altimis/Scweet/blob/master/CHANGELOG.md

Source: README.md, updated 2026-09-13