Supported file types and actions
File types
pyntree currently supports a plethora of file types, all of which can be encrypted: Pickle (defa...
The File object
The File object is a helper object to ensure data consistency across nodes. Each node holds a lin...
Changing the active file
To change the active file, you can use the switch_to_file method: File.switch_to_file(filename, ...
Reloading/retrieving the data from the file
To reload the data from the file, use the following method: File.reload() This method is only 1...
Encrypting a file
Encryption is a new feature as of 1.0.0! To use encryption, first type pip install pyntree[encry...