sgio 0.2.13__tar.gz → 0.2.14__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {sgio-0.2.13 → sgio-0.2.14}/PKG-INFO +4 -1
- {sgio-0.2.13 → sgio-0.2.14}/pyproject.toml +69 -66
- {sgio-0.2.13 → sgio-0.2.14}/sgio/__init__.py +24 -4
- sgio-0.2.14/sgio/_version.py +1 -0
- sgio-0.2.13/sgio/_version.py +0 -1
- {sgio-0.2.13 → sgio-0.2.14}/.gitignore +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/LICENSE +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/README.md +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/__main__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_exceptions.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_global.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/inprw/NoneSort.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/inprw/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/inprw/centroid.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/inprw/config.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/inprw/config_re.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/inprw/csid.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/inprw/elType.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/inprw/eval2.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/inprw/inpDecimal.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/inprw/inpInt.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/inprw/inpKeyword.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/inprw/inpKeywordHelper.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/inprw/inpKeywordSequence.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/inprw/inpRW/Read_Disclaimer_First.txt +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/inprw/inpRW/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/inprw/inpRW/_importedModules.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/inprw/inpRW/_inpCustom.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/inprw/inpRW/_inpFind.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/inprw/inpRW/_inpFindRefs.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/inprw/inpRW/_inpMod.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/inprw/inpRW/_inpR.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/inprw/inpRW/_inpW.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/inprw/inpRW/elInfoDict.txt +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/inprw/inpRW/keyword_names.txt +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/inprw/inpRW/keyword_sub.txt +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/inprw/inpRW/legal_notices.pdf +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/inprw/inpRW-2023.10.6.dist-info/METADATA +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/inprw/inpRW-2023.10.6.dist-info/RECORD +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/inprw/inpRW-2023.10.6.dist-info/WHEEL +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/inprw/inpRW-2023.10.6.dist-info/license.txt +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/inprw/inpRW-2023.10.6.dist-info/top_level.txt +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/inprw/inpRWErrors.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/inprw/inpString.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/inprw/mesh.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/inprw/misc_functions.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/inprw/paramTypes.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/inprw/printer.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/_vendors/inprw/repr2.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/app.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/core/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/core/builder.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/core/merge.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/core/mesh.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/core/sg.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/execu.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/iofunc/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/iofunc/_meshio.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/iofunc/abaqus/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/iofunc/abaqus/_abaqus.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/iofunc/abaqus/_abaqus_old.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/iofunc/gmsh/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/iofunc/gmsh/_common.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/iofunc/gmsh/_gmsh.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/iofunc/gmsh/_gmsh22.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/iofunc/gmsh/_gmsh41.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/iofunc/main.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/iofunc/nastran/_nastran.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/iofunc/swiftcomp/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/iofunc/swiftcomp/_global.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/iofunc/swiftcomp/_input.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/iofunc/swiftcomp/_mesh.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/iofunc/swiftcomp/_output.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/iofunc/swiftcomp/_swiftcomp.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/iofunc/vabs/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/iofunc/vabs/_input.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/iofunc/vabs/_mesh.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/iofunc/vabs/_output.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/iofunc/vabs/main.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/iofunc/_common.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/iofunc/_helpers.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/mesh/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/mesh/base.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/mesh/formats/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/mesh/formats/abaqus.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/__about__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/_cli/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/_cli/_ascii.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/_cli/_binary.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/_cli/_compress.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/_cli/_convert.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/_cli/_decompress.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/_cli/_info.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/_cli/_main.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/_common.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/_cxml/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/_cxml/etree.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/_exceptions.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/_files.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/_helpers.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/_mesh.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/_mesh_original.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/_vtk_common.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/abaqus/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/abaqus/_abaqus.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/abaqus/_abaqus_original.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/ansys/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/ansys/_ansys.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/avsucd/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/avsucd/_avsucd.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/cgns/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/cgns/_cgns.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/dolfin/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/dolfin/_dolfin.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/exodus/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/exodus/_exodus.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/flac3d/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/flac3d/_flac3d.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/gmsh/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/gmsh/_gmsh22.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/gmsh/_gmsh22_original.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/gmsh/_gmsh40.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/gmsh/_gmsh41.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/gmsh/_gmsh41_original.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/gmsh/common.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/gmsh/common_origin.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/gmsh/main.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/gmsh/main_origin.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/h5m/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/h5m/_h5m.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/hmf/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/hmf/_hmf.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/mdpa/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/mdpa/_mdpa.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/med/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/med/_med.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/medit/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/medit/_medit.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/medit/_medit_internal.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/nastran/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/nastran/_nastran.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/netgen/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/netgen/_netgen.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/neuroglancer/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/neuroglancer/_neuroglancer.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/obj/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/obj/_obj.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/off/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/off/_off.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/permas/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/permas/_permas.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/ply/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/ply/_ply.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/sg/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/sg/_swiftcomp.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/sg/_vabs.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/sg/common.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/sg/main.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/stl/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/stl/_stl.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/su2/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/su2/_su2.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/svg/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/svg/_svg.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/tecplot/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/tecplot/_tecplot.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/tetgen/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/tetgen/_tetgen.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/ugrid/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/ugrid/_ugrid.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/vtk/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/vtk/_main.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/vtk/_vtk_42.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/vtk/_vtk_51.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/vtu/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/vtu/_vtu.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/wkt/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/wkt/_wkt.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/xdmf/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/xdmf/common.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/xdmf/main.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/legacy/meshio_old/xdmf/time_series.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/model/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/model/beam.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/model/failure.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/model/general.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/model/shell.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/model/solid.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/utils/__init__.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/utils/database.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/utils/execu.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/utils/io.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/utils/logging.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/utils/math.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/utils/plot.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/utils/timer.py +0 -0
- {sgio-0.2.13 → sgio-0.2.14}/sgio/utils/version.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sgio
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.14
|
|
4
4
|
Summary: I/O for VABS and SwiftComp
|
|
5
5
|
Project-URL: Homepage, https://github.com/wenbinyugroup/sgio
|
|
6
6
|
Project-URL: Documentation, https://wenbinyugroup.github.io/sgio/
|
|
@@ -10,10 +10,13 @@ License-File: LICENSE
|
|
|
10
10
|
Classifier: Operating System :: OS Independent
|
|
11
11
|
Classifier: Programming Language :: Python :: 3
|
|
12
12
|
Requires-Python: >=3.9
|
|
13
|
+
Requires-Dist: build>=1.3.0
|
|
14
|
+
Requires-Dist: hatchling>=1.27.0
|
|
13
15
|
Requires-Dist: matplotlib
|
|
14
16
|
Requires-Dist: meshio
|
|
15
17
|
Requires-Dist: pyyaml
|
|
16
18
|
Requires-Dist: scipy
|
|
19
|
+
Requires-Dist: twine>=6.2.0
|
|
17
20
|
Provides-Extra: all
|
|
18
21
|
Requires-Dist: h5py; extra == 'all'
|
|
19
22
|
Requires-Dist: netcdf4; extra == 'all'
|
|
@@ -1,66 +1,69 @@
|
|
|
1
|
-
[build-system]
|
|
2
|
-
requires = ["hatchling"]
|
|
3
|
-
build-backend = "hatchling.build"
|
|
4
|
-
|
|
5
|
-
[project]
|
|
6
|
-
name = "sgio"
|
|
7
|
-
# version = "0.1.0"
|
|
8
|
-
dynamic = ["version"]
|
|
9
|
-
description = "I/O for VABS and SwiftComp"
|
|
10
|
-
authors = [
|
|
11
|
-
{ name = "Su Tian", email = "sutian@analyswift.com" }
|
|
12
|
-
]
|
|
13
|
-
readme = { file = "README.md", content-type = "text/markdown" }
|
|
14
|
-
requires-python = ">=3.9"
|
|
15
|
-
dependencies = [
|
|
16
|
-
"meshio",
|
|
17
|
-
# "importlib_metadata; python_version<'3.8'",
|
|
18
|
-
# "numpy>=2",
|
|
19
|
-
# "rich",
|
|
20
|
-
"matplotlib",
|
|
21
|
-
"pyyaml",
|
|
22
|
-
"scipy",
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
"
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
"
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
[project.
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
"
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["hatchling"]
|
|
3
|
+
build-backend = "hatchling.build"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "sgio"
|
|
7
|
+
# version = "0.1.0"
|
|
8
|
+
dynamic = ["version"]
|
|
9
|
+
description = "I/O for VABS and SwiftComp"
|
|
10
|
+
authors = [
|
|
11
|
+
{ name = "Su Tian", email = "sutian@analyswift.com" }
|
|
12
|
+
]
|
|
13
|
+
readme = { file = "README.md", content-type = "text/markdown" }
|
|
14
|
+
requires-python = ">=3.9"
|
|
15
|
+
dependencies = [
|
|
16
|
+
"meshio",
|
|
17
|
+
# "importlib_metadata; python_version<'3.8'",
|
|
18
|
+
# "numpy>=2",
|
|
19
|
+
# "rich",
|
|
20
|
+
"matplotlib",
|
|
21
|
+
"pyyaml",
|
|
22
|
+
"scipy",
|
|
23
|
+
"twine>=6.2.0",
|
|
24
|
+
"build>=1.3.0",
|
|
25
|
+
"hatchling>=1.27.0",
|
|
26
|
+
]
|
|
27
|
+
classifiers = [
|
|
28
|
+
"Programming Language :: Python :: 3",
|
|
29
|
+
"Operating System :: OS Independent",
|
|
30
|
+
]
|
|
31
|
+
license = "MIT"
|
|
32
|
+
license-files = ["LICEN[CS]E*"]
|
|
33
|
+
|
|
34
|
+
[project.optional-dependencies]
|
|
35
|
+
dev = [
|
|
36
|
+
"pytest",
|
|
37
|
+
"pyinstaller", # For building executables
|
|
38
|
+
]
|
|
39
|
+
all = [
|
|
40
|
+
"h5py",
|
|
41
|
+
"netCDF4",
|
|
42
|
+
"pytest",
|
|
43
|
+
]
|
|
44
|
+
|
|
45
|
+
[project.scripts]
|
|
46
|
+
sgio = "sgio.__main__:main"
|
|
47
|
+
|
|
48
|
+
[project.urls]
|
|
49
|
+
Homepage = "https://github.com/wenbinyugroup/sgio"
|
|
50
|
+
Documentation = "https://wenbinyugroup.github.io/sgio/"
|
|
51
|
+
|
|
52
|
+
[tool.hatch.version]
|
|
53
|
+
source = "regex"
|
|
54
|
+
path = "sgio/_version.py"
|
|
55
|
+
pattern = '^__version__ = "(?P<version>[^"]+)"$'
|
|
56
|
+
|
|
57
|
+
[tool.hatch.build.targets.sdist]
|
|
58
|
+
only-include = [
|
|
59
|
+
"sgio",
|
|
60
|
+
"LICENSE",
|
|
61
|
+
"README.md",
|
|
62
|
+
"pyproject.toml",
|
|
63
|
+
]
|
|
64
|
+
|
|
65
|
+
[tool.uv]
|
|
66
|
+
dev-dependencies = [
|
|
67
|
+
"pytest>=6.0",
|
|
68
|
+
"pyinstaller>=5.0",
|
|
69
|
+
]
|
|
@@ -14,6 +14,7 @@ from ._exceptions import (
|
|
|
14
14
|
|
|
15
15
|
from .core import (
|
|
16
16
|
StructureGene,
|
|
17
|
+
SGMesh,
|
|
17
18
|
check_isolated_nodes,
|
|
18
19
|
renumber_elements,
|
|
19
20
|
)
|
|
@@ -50,7 +51,11 @@ from .utils import (
|
|
|
50
51
|
from ._vendors import inprw
|
|
51
52
|
|
|
52
53
|
__all__ = [
|
|
54
|
+
# Version
|
|
55
|
+
"__version__",
|
|
56
|
+
# Configuration and logging
|
|
53
57
|
"configure_logging",
|
|
58
|
+
# I/O functions
|
|
54
59
|
"read",
|
|
55
60
|
"readOutput",
|
|
56
61
|
"readOutputModel",
|
|
@@ -58,11 +63,26 @@ __all__ = [
|
|
|
58
63
|
"write",
|
|
59
64
|
"convert",
|
|
60
65
|
"readLoadCsv",
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
66
|
+
"addCellDictDataToMesh",
|
|
67
|
+
"addPointDictDataToMesh",
|
|
68
|
+
# Execution
|
|
69
|
+
"run",
|
|
70
|
+
# Core functions and classes
|
|
71
|
+
"buildSG1D",
|
|
72
|
+
"combineSG",
|
|
64
73
|
"SGMesh",
|
|
65
|
-
|
|
74
|
+
"StructureGene",
|
|
75
|
+
"check_isolated_nodes",
|
|
76
|
+
"renumber_elements",
|
|
77
|
+
# Utility functions
|
|
78
|
+
"plot_sg_2d",
|
|
79
|
+
# Model classes from .model import *
|
|
80
|
+
"CauchyContinuumModel",
|
|
81
|
+
"KirchhoffLovePlateShellModel",
|
|
82
|
+
"ReissnerMindlinPlateShellModel",
|
|
83
|
+
"EulerBernoulliBeamModel",
|
|
84
|
+
"TimoshenkoBeamModel",
|
|
85
|
+
# Exception classes
|
|
66
86
|
"SwiftCompLicenseError",
|
|
67
87
|
"VABSLicenseError",
|
|
68
88
|
"SwiftCompIOError",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.2.14"
|
sgio-0.2.13/sgio/_version.py
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.2.13"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|