Metadata-Version: 2.4
Name: tm-tc-code-generator
Version: 0.7.0
Summary: 
License-File: LICENSE
Author: Lautaro Mendieta
Author-email: lemendieta96@gmail.com
Requires-Python: >=3.10
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: click (>=8.3.0,<9.0.0)
Requires-Dist: jinja2 (>=3.1.6,<4.0.0)
Description-Content-Type: text/markdown

# tm-tc-code-generator
Tool to generate Python/C source code from TM/TC definitions

# License
This software, including all prior releases, is licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/). You are free to:
- Share: Copy and redistribute the material in any medium or format.
- Adapt: Remix, transform, and build upon the material.

Under the following terms:
- Attribution: You must give appropriate credit to the original authors, provide a link to the license, and indicate if changes were made.
- NonCommercial: You may not use the material for commercial purposes.
- ShareAlike: If you remix, transform, or build upon the material, you must distribute your contributions under the same license.
- No additional restrictions: You may not apply legal terms or technological measures that restrict others from doing anything the license permits.

See the [LICENSE](./LICENSE) file for the full license text.

**Note**: Any releases or commits made prior to the inclusion of the `LICENSE` file are also governed by CC BY-NC-SA 4.0. Please do not use unlicensed versions of this software.

# Contributions
This project is maintained by a small team and does not accept external contributions at this time. Issues and pull requests have been disabled to reflect this policy.

# Future Licensing
The maintainers reserve the right to relicense future versions of this software under different terms (e.g., a permissive open-source license like MIT). All existing versions and releases remain under CC BY-NC-SA 4.0 unless otherwise stated.

