An open API service indexing awesome lists of open source software.

https://github.com/ansible/python-memsource

**Unofficial** Memsource API python bindings. This module aims to provide an easy programmatic way to interact with the Memsource API and make translation even simpler and more automated.
https://github.com/ansible/python-memsource

automation internationalization localization memsource

Last synced: 4 months ago
JSON representation

**Unofficial** Memsource API python bindings. This module aims to provide an easy programmatic way to interact with the Memsource API and make translation even simpler and more automated.

Awesome Lists containing this project

README

          

# python-memsource

Python Memsource API bindings

This project is still under active construction.
This README.md will be updated as progress are made.

## Usage

```python
from memsource import Memsource

_memsource = Memsource(username, password)

templates = _memsource.get_templates()
```