File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22HSD — Make your structured data human friendly
33**********************************************
44
5- This package contains utilities to read and write files in the Human-friendly
6- Structured Data (HSD) format.
5+ Utilities to read and write files in the Human-friendly Structured Data (HSD)
6+ format.
77
88The HSD-format is very similar to both JSON and YAML, but tries to minimize the
99effort for **humans ** to read and write it. It ommits special characters as much
@@ -22,7 +22,7 @@ Installation
2222
2323The package can be installed via conda-forge::
2424
25- conda install hsd-python
25+ conda install --channel "conda-forge" hsd-python
2626
2727Alternatively, the package can be downloaded and installed via pip into the
2828active Python interpreter (preferably using a virtual python environment) by ::
You can’t perform that action at this time.
0 commit comments