Metadata-Version: 2.1
Name: msg2po
Version: 1.1.0
Summary: A set of helper tools to convert Fallout 1/2 MSG and WeiDU TRA into GNU gettext PO and back
Home-page: https://github.com/BGforgeNet/msg2po
Keywords: Fallout,Fallout 2,Baldur's Gate,Infinity Engine,WeiDU
Author: BGforge
Author-email: dev@bgforge.net
Requires-Python: >=3.6.2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: configparser (>=5.2.0)
Requires-Dist: natsort (>=6.2.1,<7)
Requires-Dist: polib (>=1.1.1)
Requires-Dist: python-dateutil (>=2.8.2)
Requires-Dist: ruamel.yaml (>=0.17.21)
Project-URL: Repository, https://github.com/BGforgeNet/msg2po
Description-Content-Type: text/markdown

# MSG2PO

This is a set of tools to convert Fallout 1/2 MSG and WeiDU TRA into GNU gettext PO and back, used in BGforge [translation system](https://tra.bgforge.net/). Ask questions [here](https://forums.bgforge.net/viewforum.php?f=9).

## Usage

```
git clone https://github.com/BGforgeNet/msg2po.git
cd msg2po
pip3 install -r requirements.txt
./msg2po -h
```

