TOML data reader

galactic-io-data-toml is a TOML data reader plugin for GALACTIC.

The file extension is .toml. The individuals are represented in named sections by key = “value” pairs. For example:

[individual1]
    name = "Galois"
    firstname = "Évariste"
[individual2]
    name = "Wille"
    firstname = "Rudolf"

This reader uses the toml.load function of the toml library.

GALACTIC [1] [2] stands for GAlois LAttices, Concept Theory, Implicational systems and Closures.

Learning

Indices and tables