tecio-python 0.2.0__tar.gz → 0.2.1__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.
Files changed (43) hide show
  1. {tecio_python-0.2.0/tecio_python.egg-info → tecio_python-0.2.1}/PKG-INFO +1 -1
  2. {tecio_python-0.2.0 → tecio_python-0.2.1}/pyproject.toml +3 -2
  3. tecio_python-0.2.1/tecio/cli/tecaux.py +700 -0
  4. {tecio_python-0.2.0 → tecio_python-0.2.1}/tecio/dat/_read.py +16 -4
  5. {tecio_python-0.2.0 → tecio_python-0.2.1}/tecio/libtecio.py +72 -15
  6. {tecio_python-0.2.0 → tecio_python-0.2.1}/tecio/szl/_write.py +22 -0
  7. {tecio_python-0.2.0 → tecio_python-0.2.1/tecio_python.egg-info}/PKG-INFO +1 -1
  8. {tecio_python-0.2.0 → tecio_python-0.2.1}/tecio_python.egg-info/SOURCES.txt +1 -0
  9. {tecio_python-0.2.0 → tecio_python-0.2.1}/tecio_python.egg-info/entry_points.txt +1 -0
  10. {tecio_python-0.2.0 → tecio_python-0.2.1}/tests/test_cli.py +473 -13
  11. {tecio_python-0.2.0 → tecio_python-0.2.1}/tests/test_write.py +81 -2
  12. {tecio_python-0.2.0 → tecio_python-0.2.1}/LICENSE +0 -0
  13. {tecio_python-0.2.0 → tecio_python-0.2.1}/NOTICE +0 -0
  14. {tecio_python-0.2.0 → tecio_python-0.2.1}/README.md +0 -0
  15. {tecio_python-0.2.0 → tecio_python-0.2.1}/setup.cfg +0 -0
  16. {tecio_python-0.2.0 → tecio_python-0.2.1}/tecio/__init__.py +0 -0
  17. {tecio_python-0.2.0 → tecio_python-0.2.1}/tecio/_containers.py +0 -0
  18. {tecio_python-0.2.0 → tecio_python-0.2.1}/tecio/_io.py +0 -0
  19. {tecio_python-0.2.0 → tecio_python-0.2.1}/tecio/_meta.py +0 -0
  20. {tecio_python-0.2.0 → tecio_python-0.2.1}/tecio/_utils.py +0 -0
  21. {tecio_python-0.2.0 → tecio_python-0.2.1}/tecio/cli/__init__.py +0 -0
  22. {tecio_python-0.2.0 → tecio_python-0.2.1}/tecio/cli/tec2mat.py +0 -0
  23. {tecio_python-0.2.0 → tecio_python-0.2.1}/tecio/cli/tecdump.py +0 -0
  24. {tecio_python-0.2.0 → tecio_python-0.2.1}/tecio/cli/tecextract.py +0 -0
  25. {tecio_python-0.2.0 → tecio_python-0.2.1}/tecio/cli/tecfix.py +0 -0
  26. {tecio_python-0.2.0 → tecio_python-0.2.1}/tecio/cli/tecmerge.py +0 -0
  27. {tecio_python-0.2.0 → tecio_python-0.2.1}/tecio/cli/teconvert.py +0 -0
  28. {tecio_python-0.2.0 → tecio_python-0.2.1}/tecio/cli/tecscale.py +0 -0
  29. {tecio_python-0.2.0 → tecio_python-0.2.1}/tecio/cli/tecslice.py +0 -0
  30. {tecio_python-0.2.0 → tecio_python-0.2.1}/tecio/cli/tecstats.py +0 -0
  31. {tecio_python-0.2.0 → tecio_python-0.2.1}/tecio/dat/__init__.py +0 -0
  32. {tecio_python-0.2.0 → tecio_python-0.2.1}/tecio/dat/_write.py +0 -0
  33. {tecio_python-0.2.0 → tecio_python-0.2.1}/tecio/plt/__init__.py +0 -0
  34. {tecio_python-0.2.0 → tecio_python-0.2.1}/tecio/plt/_read.py +0 -0
  35. {tecio_python-0.2.0 → tecio_python-0.2.1}/tecio/plt/_write.py +0 -0
  36. {tecio_python-0.2.0 → tecio_python-0.2.1}/tecio/szl/__init__.py +0 -0
  37. {tecio_python-0.2.0 → tecio_python-0.2.1}/tecio/szl/_read.py +0 -0
  38. {tecio_python-0.2.0 → tecio_python-0.2.1}/tecio_python.egg-info/dependency_links.txt +0 -0
  39. {tecio_python-0.2.0 → tecio_python-0.2.1}/tecio_python.egg-info/requires.txt +0 -0
  40. {tecio_python-0.2.0 → tecio_python-0.2.1}/tecio_python.egg-info/top_level.txt +0 -0
  41. {tecio_python-0.2.0 → tecio_python-0.2.1}/tests/test_io.py +0 -0
  42. {tecio_python-0.2.0 → tecio_python-0.2.1}/tests/test_libtecio.py +0 -0
  43. {tecio_python-0.2.0 → tecio_python-0.2.1}/tests/test_read.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tecio-python
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: Python interface for reading and writing Tecplot data files
5
5
  Project-URL: Homepage, https://github.com/meersman/tecio
6
6
  Project-URL: Documentation, https://meersman.github.io/tecio/
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "tecio-python"
7
- version = "0.2.0"
7
+ version = "0.2.1"
8
8
  description = "Python interface for reading and writing Tecplot data files"
9
9
 
10
10
  readme = "README.md"
@@ -37,6 +37,8 @@ Issues = "https://github.com/meersman/tecio/issues"
37
37
  Changelog = "https://github.com/meersman/tecio/blob/main/docs/changelog.md"
38
38
 
39
39
  [project.scripts]
40
+ tec2mat = "tecio.cli.tec2mat:main"
41
+ tecaux = "tecio.cli.tecaux:main"
40
42
  teconvert = "tecio.cli.teconvert:main"
41
43
  tecdump = "tecio.cli.tecdump:main"
42
44
  tecextract = "tecio.cli.tecextract:main"
@@ -45,7 +47,6 @@ tecmerge = "tecio.cli.tecmerge:main"
45
47
  tecscale = "tecio.cli.tecscale:main"
46
48
  tecslice = "tecio.cli.tecslice:main"
47
49
  tecstats = "tecio.cli.tecstats:main"
48
- tec2mat = "tecio.cli.tec2mat:main"
49
50
 
50
51
  [project.optional-dependencies]
51
52
  dev = [