Skip to content

Commit

Permalink
yaml format
Browse files Browse the repository at this point in the history
  • Loading branch information
otvam committed Jul 18, 2023
1 parent 442db86 commit 93821f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pypeec/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
- load JSON/YAML configuration files
- load and write Pickle files
For YAML files, the following custom extensions are used:
- "!path" - allow the inclusion of relative paths
- "!include" - allow the inclusion of YAML sub-files
Warning:
- Pickling data is not secure.
- Only load pickle files that you trust.
Expand Down

0 comments on commit 93821f8

Please sign in to comment.