Metadata-Version: 2.1
Name: eyantra-autoeval
Version: 0.1.37
Summary: A python module to aid auto evaluation
Home-page: https://github.com/eYantra-Robotics-Competition/eyantra-autoeval
License: GPLv3
Keywords: elvaluation
Author: Kalind Karia
Author-email: kalind1610@gmail.com
Maintainer: Kalind Karia
Maintainer-email: kalind1610@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: 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

## Usage

> NOTE: Check [#3][i3] for generating result from the evaluator.

- For `Sentinel Drone` theme

  ```sh
  eyantra-autoeval evaluate --year 2022 --theme SD --task 0
  ```

- For `Luminosity Drone` theme

  ```sh
  eyantra-autoeval evaluate --year 2023 --theme LD --task 0
  ```

- For `AstroTinker Bot` theme

  ```sh
  eyantra-autoeval evaluate --year 2023 --theme AB --task 0     # Task 0
  eyantra-autoeval evaluate --year 2023 --theme AB --task 2A    # Task 2A
  ```

- For `Cosmo Logistic` theme

  ```sh
  eyantra-autoeval evaluate --year 2023 --theme CL --task 0     # Task 0
  eyantra-autoeval evaluate --year 2023 --theme CL --task 1A    # Task 1A
  eyantra-autoeval evaluate --year 2023 --theme CL --task 1B    # Task 1B
  eyantra-autoeval evaluate --year 2023 --theme CL --task 1C    # Task 1C
  eyantra-autoeval evaluate --year 2023 --theme CL --task 2A    # Task 2A
  eyantra-autoeval evaluate --year 2023 --theme CL --task 2B    # Task 2B
  ```

- For `Holyglyph Bots` theme

  ```sh
  eyantra-autoeval evaluate --year 2023 --theme HB --task 0
  ```

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

