LaraKit provides common Python components and utilities for the Lara project.
It is designed to keep shared functionality consistent and reusable across Lara’s ecosystem.
Clone the repository and install dependencies:
pip install -r requirements.txtSet up pre-commit hooks (recommended):
pre-commit installRun tests with:
python testsLint and format the code with:
pylint srclarakit/
├── src/larakit/ # Source code
├── tests/ # Unit tests
├── requirements.txt # Development dependencies
└── pyproject.toml # Project configuration
This project is licensed under the MIT License – see the LICENSE file for details.