Metadata-Version: 2.1
Name: eyantra-autoeval
Version: 0.1.45
Summary: A python module to aid auto evaluation
Home-page: https://github.com/eYantra-Robotics-Competition/eyantra-autoeval
License: GPLv3
Keywords: evaluation
Author: Hari Vikinesh
Author-email: harivikinesh@gmail.com
Maintainer: Hari Vikinesh
Maintainer-email: harivikinesh0@gmail.com
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: 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: 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 `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

