Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 2.99 KB

README.md

File metadata and controls

44 lines (27 loc) · 2.99 KB

TecIO

pypi Conda Version GitHub Tag

python License DOI stats

Introduction

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.

Installation

You can install TecIO using pip:

pip install tecio

Dependencies

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.

Usage

Check test folder

License

TecIO is licensed under the GPL v3 or later license. See LICENSE for more details.

GPL v3 License

Disclaimer

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.

Support and Contributions

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.