Welcome to the coding task repository. This task is designed to assess your skills in Git version control, python coding and problem solving.
Detail description of the tasks can be found in the GitHub_task word doc sent via email
src/: Contains the main source code files.tests/: Includes unit tests for validating the implementation.inputs/: Provides sample data required for the task.
To set up the project locally, follow these steps:
-
Clone the Repository:
git clone https://github.com/[your-username]/[repository-name].git cd [repository-name] -
Create python virtual environment:
python3 -m venv venv_name source venv_name/bin/activate # On Windows, use venv_name\Scripts\activate
-
Checkout branch:
git checkout -b feature/your-feature-name