Change Logs

0.0.2

  • Support for Json was added
  • auto_convert_to_pathlib() do not need the is_file parameter anymore
  • DataCore has a new parameter excluded_extensions
  • Now, it’s possible to save the Model or Template to the raw with the save_to_file() method
  • PCDInvalidRaw and PCDDuplicatedModuleName exceptions was created
  • instance_data() and folder_contents() were added.
  • panda_core_data_commands has a new option -re which you can choose between json or yaml
  • Both exceptions PCDFolderNotFound and PCDFileNotFound was merged into PCDInvalidPath
  • Package Storage was created