Contributing Guide¶
See the full Contributing Guide on GitHub.
Quick Start¶
- Fork and clone the repository
-
Install:
-
Test:
pytest(oruv run pytest) - Submit a pull request
Key Topics¶
The contributing guide covers:
- Architecture - Three-stage pipeline: Kaitai > Parsers > Models
- Development - CLI tools, debugging tips, After Effects JSX scripts
- Adding Features - New attributes, layer types, boolean flags
- Testing - Running tests, creating samples
- Code Style - Type hints, linting, documentation