Skip to content

A utility package to convert a tmx translation file to a pandas dataframe

License

Notifications You must be signed in to change notification settings

jaderabbit/tmx2dataframe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tmx2dataframe

A python package to convert a tmx translation file into a pandas dataframe. Please note that this is very early stages and is certainly not ready for production use.

Getting Started

Prerequisites

Python 3

Installing

Package can be installed using pip.

pip install tmx2dataframe

Usage

import tmx2dataframe

metadata, df = tmx2dataframe.read("/path/to/tmxfile.tmx")

Running the tests

We use pytest for our tests.

pip install pytest
cd navigate/to/project/folder
pytest

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

A utility package to convert a tmx translation file to a pandas dataframe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages