capncodewash / tmx2dataframe

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

from tmx2dataframe 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

License:MIT License


Languages

Language:Python 100.0%