PySimultan 0.4.22__py3-none-any.whl → 0.5.2.5__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. PySimultan2/CHANGELOG.md +4 -0
  2. PySimultan2/__about__.py +1 -1
  3. PySimultan2/__init__.py +1 -0
  4. PySimultan2/data_model.py +185 -80
  5. PySimultan2/default_types.py +125 -23
  6. PySimultan2/files.py +55 -5
  7. PySimultan2/object_mapper.py +146 -9
  8. PySimultan2/resources/ComponentBuilder.dll +0 -0
  9. PySimultan2/resources/ComponentBuilder.runtimeconfig.json +2 -1
  10. PySimultan2/resources/ComponentBuilder.xml +47 -1
  11. PySimultan2/resources/SIMULTAN.AutoUpdate.Client.dll +0 -0
  12. PySimultan2/resources/SIMULTAN.AutoUpdate.DataTransferLibrary.dll +0 -0
  13. PySimultan2/resources/SIMULTAN.Lang.dll +0 -0
  14. PySimultan2/resources/SIMULTAN.Lang.xml +94 -7
  15. PySimultan2/resources/SIMULTAN.Plugins.dll +0 -0
  16. PySimultan2/resources/SIMULTAN.UI.dll +0 -0
  17. PySimultan2/resources/SIMULTAN.UI.xml +136 -43
  18. PySimultan2/resources/SIMULTAN.dll +0 -0
  19. PySimultan2/resources/SIMULTAN.xml +364 -97
  20. PySimultan2/resources/System.Collections.Immutable.dll +0 -0
  21. PySimultan2/resources/System.Reflection.Metadata.dll +0 -0
  22. PySimultan2/resources/System.Reflection.MetadataLoadContext.dll +0 -0
  23. PySimultan2/resources/componentmanager.user +0 -0
  24. PySimultan2/simultan_object.py +64 -15
  25. PySimultan2/taxonomy_maps.py +20 -12
  26. PySimultan2/type_setter_lookup.py +46 -33
  27. PySimultan2/utils.py +79 -14
  28. {pysimultan-0.4.22.dist-info → pysimultan-0.5.2.5.dist-info}/METADATA +2 -3
  29. {pysimultan-0.4.22.dist-info → pysimultan-0.5.2.5.dist-info}/RECORD +31 -32
  30. {pysimultan-0.4.22.dist-info → pysimultan-0.5.2.5.dist-info}/WHEEL +1 -1
  31. PySimultan2/resources/GeometryViewer.dll +0 -0
  32. PySimultan2/resources/GeometryViewer.dll.config +0 -42
  33. PySimultan2/resources/GeometryViewer.xml +0 -6425
  34. PySimultan2/resources/SitePlanner.dll +0 -0
  35. PySimultan2/resources/SitePlanner.dll.config +0 -11
  36. PySimultan2/resources/SitePlanner.xml +0 -2736
  37. {pysimultan-0.4.22.dist-info → pysimultan-0.5.2.5.dist-info}/licenses/LICENSE.txt +0 -0
Binary file
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <configuration>
3
- <runtime>
4
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
5
- <dependentAssembly>
6
- <assemblyIdentity name="HelixToolkit" publicKeyToken="52aa3500039caf0d" culture="neutral" />
7
- <bindingRedirect oldVersion="0.0.0.0-2.9.0.0" newVersion="2.9.0.0" />
8
- </dependentAssembly>
9
- </assemblyBinding>
10
- </runtime>
11
- </configuration>