| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-28 | 1.0 kB | |
| TorBot 4.2.0 source code.tar.gz | 2026-07-28 | 2.1 MB | |
| TorBot 4.2.0 source code.zip | 2026-07-28 | 2.1 MB | |
| torbot-4.2.0-py3-none-any.whl | 2026-07-28 | 2.1 MB | |
| torbot-4.2.0.tar.gz | 2026-07-28 | 2.1 MB | |
| Totals: 5 Items | 8.5 MB | 0 | |
What's new
- Added
torbot appandtorbot --appfor opening the optional TorBotApp desktop UI. - Added TorBotApp discovery through
--app-dir,TORBOT_APP_DIR, or a siblingTorBotAppcheckout. - Documented how the CLI, optional desktop UI, and backend services fit together.
- Improved
scripts/publish.shso it checks the current version artifacts and prompts for a PyPI token only when uploading.
Fixes
- Moved the CLI implementation into the installed package so the
torbotconsole command works from a wheel install. - Removed the deprecated
sklearndependency now thatscikit-learnis already used directly.
Install
:::sh
pip install torbot==4.2.0
Checks
.venv/bin/python -m pytest.venv/bin/python -m flake8 main.py src/torbot/cli.py src/torbot/modules/app_launcher.py tests/test_cli_and_crawler.pyscripts/publish.sh- Installed the built
torbot-4.2.0wheel in a fresh temp environment and checkedtorbot --versionplus the app launch guidance path.