Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 604 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 604 Bytes

Fulgens

Fulgens is a helper for the checker to access the challenges service and get service information. Fulgens also provides an interface for checker verdicts.

Installation

Using pip:

pip install git+https://github.com/CTF-Compfest-15/fulgens.git 

Using poetry:

poetry add git+https://github.com/CTF-Compfest-15/fulgens.git 

Documentation

Read the documentation online at fulgens.readthedocs.io or check its source in the docs directory.

Example Usage

Please refer to examples for example usage when developing checker.