Metadata-Version: 2.2
Name: python-tmx
Version: 0.3.1
Summary: Python library for manipulating, creating and editing tmx files
Author-email: Enzo Agosta <agosta.enzowork@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/ChonkyYoshi/python-tmx
Project-URL: Issues, https://github.com/ChonkyYoshi/python-tmx/issues
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: lxml>=5.3.0


[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)

# PythonTmx

PythonTmx is a python library meant to make manipulating Translation Memory
Exchange (TMX) files easier and more pythonic.

## Installation

Install from pip

```bash
  pip install python-tmx
```
    
## Documentation

Full documentation can be found
[here](https://python-tmx.readthedocs.io/en/stable/)

## License

[MIT](https://choosealicense.com/licenses/mit/)

