TecIO is a pure Python package licensed under GPL v3, designed to facilitate the reading and writing of data files in the Tecplot® binary format. Please note that Tecplot® is a registered trademark belonging to Tecplot, Inc in the United States and other countries. This package is not affiliated with or endorsed by Tecplot, Inc.
TecIO is written entirely in Python and does not require the installation of Tecplot products; or possession of a Tecplot license. However, you need to have Preplot™ to read ASCII format file.
Tecplot binary file format can be found at 360 data format guide Appendix A.
You can install TecIO using pip:
pip install tecio
TecIO depends on the following Python packages:
- NumPy: For efficient numerical operations.
- Construct: For parsing and building binary data structures.
These dependencies will be automatically installed when installing TecIO.
Check test
folder
TecIO is licensed under the GPL v3 or later license. See LICENSE for more details.
Tecplot®, Tecplot 360,™ Tecplot 360 EX,™ Tecplot Focus, the Tecplot product logos, Preplot,™ Enjoy the View,™ Master the View,™ SZL,™ Sizzle,™ and Framer™ are registered trademarks or trademarks of Tecplot, Inc. in the United States and other countries. All other product names mentioned herein are trademarks or registered trademarks of their respective owners. This package is not affiliated with or endorsed by Tecplot, Inc.
For any issues or feature requests, please open an issue on GitHub.
Contributions are welcome! Feel free to fork the repository and submit pull requests.