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.
- Host: GitHub
- URL: https://github.com/ansible/python-memsource
- Owner: ansible
- License: apache-2.0
- Created: 2021-01-15T09:48:27.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-27T08:02:06.000Z (over 3 years ago)
- Last Synced: 2025-11-03T11:11:40.400Z (8 months ago)
- Topics: automation, internationalization, localization, memsource
- Language: Python
- Homepage: https://cloud.memsource.com/web/docs/api
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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()
```