Dependencies#
The Simulator Automatic Warehouse uses 4 dependencies:
Pandas (v2.2.3) Mainly used to get the results of the simulation in a comprehensive way.
PyYAML (6.0.2) Used to safely parse the yaml configuration file.
JsonSchema (4.22.0) Used to load the json schema of the project. The json schema is used to validate the configuration file given as input.
See also
- What is JSON Schema?
JSON Schema definition, how it works, benefits and more.