Metadata-Version: 2.1
Name: examon
Version: 0.5.4
Summary: 
Author: Jarrod Folino
Author-email: jdfolino@icloud.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: dataclasses-serialization (>=1.3.1,<2.0.0)
Requires-Dist: examon-core (==1.1.0)
Requires-Dist: inquirer (>=3.1.1,<4.0.0)
Requires-Dist: pygments (>=2.13.0,<3.0.0)
Requires-Dist: simple-term-menu (>=1.6.1,<2.0.0)
Description-Content-Type: text/markdown

# ExamOn

## Prequisites

* Python 3.9.15 or later
* Pip

## Quick Start

```shell
pip install examon
examon
```

### Customising Your Exam

#### Set the active repos

Examon will only use questions from repositories you have added which have been marked as active

```shell
examon repos list
examon repos add_active <repo name>
```
* Use the tag filter
```shell
examon run --tag "<tag>"
```

## Active Exam Repositories

| Description | Pip Package |
|-------------|-------------|
| Beginners   ||
| PCEP 1      ||
| PCAP 1      ||
| PCAP 2      ||
| PCAP 3      ||
| PCAP 4      ||

## Creating your own Exam

### Install from Pypi

### Install from GitHub

## Security

## Roadmap

### V1.1

* Filter questions by multiple tags
* Filter questions by difficulty
* Filter questions by LOC
* Add time on question results
