hsd-python
Utilities to read and write files in the Human-friendly Structured Data (HSD) format
Utilities to read and write files in the Human-friendly Structured Data (HSD) format
To install this package, run one of the following:
The HSD-format is very similar to both JSON and YAML, but tries to minimize the effort for humans to read and write it. It ommits special characters as much as possible (in contrast to JSON) and is not indentation dependent (in contrast to YAML). It was developed originally as the input format for the scientific simulation tool (DFTB+ https://github.com/dftbplus/dftbplus), but is of general purpose. Data stored in HSD can be easily mapped to a subset of JSON or XML and vica versa.
Summary
Utilities to read and write files in the Human-friendly Structured Data (HSD) format
Last Updated
Nov 10, 2021 at 16:42
License
BSD-2-Clause
Total Downloads
4.1K
Version Downloads
4.1K
Supported Platforms
GitHub Repository
https://github.com/dftbplus/hsd-pythonDocumentation
https://hsd-python.readthedocs.io/