Metadata-Version: 2.1
Name: tmx-to-text
Version: 0.1.2
Summary: Converts TMX files to text files
Home-page: https://github.com/jordimas/tmx-to-text
Author: Jordi Mas
Author-email: jmas@softcatala.org
License: GPLv2+
Description: [![GitHub Actions status](https://github.com/jordimas/tmx-to-text/workflows/Tests/badge.svg)](https://github.com/jordimas/tmx-to-text/actions)
        
        # Introduction
        
        tmx-to-text allows convert TMX files into plain text.
        
        The following command will extract the Catalan and Italian texts out of the TMX file:
        
        ```
        tmx-to-text.py -f ca-it.tmx -s ca -t it
        ```
        
        Running the application with *-h* shows the options avaiable
        
        ```
        Converts TMX into two text files
        Usage: tmx-to-text [options]
        
        Options:
          -h, --help            show this help message and exit
          -f TMX_FILE, --tmx-file=TMX_FILE
                                tmx File to convert to Text
          -s SOURCE_LANGUAGE, --source_lang=SOURCE_LANGUAGE
                                Source text file
          -t TARGET_LANGUAGE, --target_lang=TARGET_LANGUAGE
                                Target text file
          -p PREFIX, --prefix=PREFIX
                                Filename prefix
        ```
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
