Metadata-Version: 2.4
Name: eyantra-autoeval
Version: 0.1.57
Summary: A python module to aid auto evaluation
License: GPLv3
Keywords: evaluation
Author: Premkumar Sevugan
Author-email: prem@e-yantra.org
Maintainer: Premkumar Sevugan
Maintainer-email: prem@e-yantra.org
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Topic :: Utilities
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: distro (>=1.7.0,<2.0.0)
Requires-Dist: rich (>=12.5.1,<13.0.0)
Project-URL: Documentation, https://github.com/eYantra-Robotics-Competition/eyantra-autoeval
Project-URL: Homepage, https://github.com/eYantra-Robotics-Competition/eyantra-autoeval
Project-URL: Repository, https://github.com/eYantra-Robotics-Competition/eyantra-autoeval
Description-Content-Type: text/markdown

# eyantra-autoeval

---
After changes, navigate to the "eyantra-autoeval" folder and do:
```sh
pip install .
```

## Usage

> NOTE: Check [#3][i3] for generating result from the evaluator.
- For `Krishi Balancer(KB)` theme
  ```
  eyantra-autoeval evaluate --year 2025 --theme KB --task 0
  ```

- For `CropDrop Bot(CB)` theme
  ```
  eyantra-autoeval evaluate --year 2025 --theme CB --task 0
  ```

- For `Mazesolver Bot(MB)` theme
  ```
  eyantra-autoeval evaluate --year 2025 --theme MB --task 0
  ```

- For `Krishi CoBot(KC)` theme
  ```
  eyantra-autoeval evaluate --year 2025 --theme KC --task 0
  ```

- For `Holo Battalion(HB)` theme
  ```
  eyantra-autoeval evaluate --year 2025 --theme HB --task 0
  ```

- For `Krishi Drone(KD)` theme
  ```
  eyantra-autoeval evaluate --year 2025 --theme KD --task 0
  ```

- For `ROS2` mooc
  ```
  eyantra-autoeval evaluate --year 2024 --theme ROS --task 0
  ```

- For `Warehouse Drone` theme
  ```sh
  eyantra-autoeval evaluate --year 2024 --theme WD --task 0
  ```

- For `Logistic coBot` theme
  ```sh
  eyantra-autoeval evaluate --year 2024 --theme LB --task 0
  eyantra-autoeval evaluate --year 2024 --theme LB --task 1B
  eyantra-autoeval evaluate --year 2024 --theme LB --task 1C
  ```


- For `EcoMender Bot` theme
  ```sh
  eyantra-autoeval evaluate --year 2024 --theme EB --task 0
  eyantra-autoeval evaluate --year 2024 --theme EB --task 2A
  eyantra-autoeval evaluate --year 2024 --theme EB --task 2B
  ```

[i3]: https://github.com/eYantra-Robotics-Competition/eyantra-autoeval/issues/3

