Skip to content

Latest commit

Β 

History

History
46 lines (31 loc) Β· 842 Bytes

File metadata and controls

46 lines (31 loc) Β· 842 Bytes

LaraKit

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.

Installation

Clone the repository and install dependencies:

pip install -r requirements.txt

Set up pre-commit hooks (recommended):

pre-commit install

πŸ§ͺ Development

Run tests with:

python tests

Lint and format the code with:

pylint src

πŸ“‚ Project Layout

larakit/
β”œβ”€β”€ src/larakit/       # Source code
β”œβ”€β”€ tests/             # Unit tests
β”œβ”€β”€ requirements.txt   # Development dependencies
└── pyproject.toml     # Project configuration

πŸ“œ License

This project is licensed under the MIT License – see the LICENSE file for details.