We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e3b23e commit 5740846Copy full SHA for 5740846
README.md
@@ -12,6 +12,18 @@ To install the module:
12
[](https://coveralls.io/github/lutraconsulting/mergin-py-client)
13
14
15
+## Using Python API
16
+
17
+To use Mergin from Python, it is only needed to create `MerginClient` object and then use it:
18
19
+```python
20
+import mergin
21
22
+client = mergin.MerginClient(login='john', password='topsecret')
23
+client.download_project('lutraconsulting/Basic survey', '/tmp/basic-survey')
24
+```
25
26
27
## Command-line Tool
28
29
When the module is installed, it comes with `mergin` command line tool.
0 commit comments