No description
Find a file
2022-10-27 09:57:54 +02:00
memsource Bump version to 0.0.4 2022-10-27 09:57:54 +02:00
.gitignore Initial commit 2021-01-15 10:48:28 +01:00
LICENSE Initial commit 2021-01-15 10:48:28 +01:00
MANIFEST.in Prepare 0.0.1 release 2021-01-22 14:41:55 +01:00
README.md Prepare 0.0.1 release 2021-01-22 14:41:55 +01:00
setup.py Prepare 0.0.2 release 2021-01-22 14:50:44 +01:00

python-memsource

Python Memsource API bindings

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

Usage

from memsource import Memsource

_memsource = Memsource(username, password)

templates = _memsource.get_templates()