Data#
The data can come from files or any other source that adheres to the protocol defined in the core of the population helper package.
For data stored in files, a plugin mechanism allows the transformation of their content into dedicated Python objects for exploitation. Each extension registers with the population factory to enable the class to be used when creating the population based on the file extension.
Helpers and core#
A python package defining population classes.
A python package defining protocols for reading and writing data to files, along with a factory for registering extensions.
Binary data#
A python package that allows reading files in the Burmeister
format, with the .cxt
extension.
A python package that allows reading files in the FIMI
format, with the .fimi
extension.
A python package that allows reading files in the text
format, with the .txt
extension.
A python package that allows reading files in the Standard Lattice Format,
with the .slf
extension.
Heterogeneous data#
A python package that allows reading files in the CSV
format, with the .csv
extension.
A python package that allows reading files in the INI
format, with the .ini
extension.
Complex data#
A python package that allows reading files in the
JavaScript Object Notation
format, with the .json
extension.
A python package that allows reading files in the
TOML
format, with the .toml
extension.
A python package that allows reading files in the
YAML
format, with the .yaml
and .yml
extensions.