Metadata-Version: 2.4
Name: tmc-export
Version: 0.0.5
Summary: Utility to run tmc2fcs generator with batteries included
Author-email: Sylvain Guieu <Sylvain.Guieu@gmail.com>
Requires-Python: >=3.11
Requires-Dist: packaging>=25.0
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: requests>=2.32.4
Requires-Dist: rich>=14.0.0
Requires-Dist: typing-extensions>=4.14.1
Description-Content-Type: text/markdown

tmcExport is a utility program to execute the tmc2fcs generator, to install generators and templates. 


## Installation 

    > pip install tmc_export 

## Get started: 

Most of the documentation is self contained inside the tmcExport command line. 

Command line help :

    > tmcExport help 

In terminal documentation:

    > tmcExport info 


To install all available templates, generator and .Net (on linux)

    > tmcExport install all 

On other platforms (window or OS-X), .Net is needed and shall be instaled manually


