v2.0.0-rc.1
Pre-release
Pre-release
Immutable
release. Only release title and notes can be modified.
2.0.0-rc.1 (2026-03-21)
⚠ BREAKING CHANGES
- Project restructured for PyPI distribution and standard Python conventions.
The internal folder structure has been updated to align with modern Python packaging standards. The CLI entry point has moved from src/ctf.py to src/challenge_toolkit/cli.py.
Action Required:
The project is now officially available on PyPI as challenge-toolkit. Moving forward, the recommended way to use the system is via a global tool installation:
- Using uv:
uv tool install challenge-toolkit - Using pip:
pip install challenge-toolkit
Once installed, you can invoke the system directly from your terminal using the command challenge-toolkit.
Documentation
- update installation guide (49030f4)