Command line#
galactic framework io#
Manage the io group.
Usage
galactic framework io [OPTIONS] COMMAND [ARGS]...
data#
Manage the data group.
Usage
galactic framework io data [OPTIONS] COMMAND [ARGS]...
GAlois LAttices, Concept Theory, Implicational systems and Closures.
create#
Create meta GALACTIC python packages.
Usage
galactic framework io data create [OPTIONS]
Options
- -f, --folder <folder>#
Folder where to create the Python project (default to the project name)
- -p, --project <project>#
Name of the Python project.
- -d, --description <description>#
Description of the Python project.
- -a, --author <author>#
Author of the Python project.
- -e, --extension <extension>#
Extension of the data file without the leading dot.
- -m, --mode <mode>#
- Options:
r | w | rw
- --prefix <prefix>#
Class prefix.
GAlois LAttices, Concept Theory, Implicational systems and Closures.