File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change
1
+ [ ![ PyPI version] ( https://badge.fury.io/py/mergin-client.svg )] ( https://badge.fury.io/py/mergin-client )
2
+ [ ![ Auto Tests] ( https://github.com/lutraconsulting/mergin-py-client/workflows/Auto%20Tests/badge.svg )] ( https://github.com/lutraconsulting/mergin-py-client/actions?query=workflow%3A%22Auto+Tests%22 )
3
+ [ ![ Coverage Status] ( https://img.shields.io/coveralls/lutraconsulting/mergin-py-client.svg )] ( https://coveralls.io/github/lutraconsulting/mergin-py-client )
4
+
1
5
# Mergin Python Client
2
6
3
7
This repository contains a Python client module for access to [ Mergin] ( https://public.cloudmergin.com/ )
4
8
service and a command-line tool for easy access to data stored in Mergin.
5
9
10
+ <div ><img align =" left " width =" 45 " height =" 45 " src =" https://raw.githubusercontent.com/MerginMaps/docs/main/src/.vuepress/public/slack.svg " ><a href =" https://merginmaps.com/community/join " >Join our community chat</a ><br />and ask questions!</div ><br />
11
+
12
+
6
13
To install the module:
7
14
8
15
pip3 install mergin-client
9
16
10
- [ ![ PyPI version] ( https://badge.fury.io/py/mergin-client.svg )] ( https://badge.fury.io/py/mergin-client )
11
- [ ![ Auto Tests] ( https://github.com/lutraconsulting/mergin-py-client/workflows/Auto%20Tests/badge.svg )] ( https://github.com/lutraconsulting/mergin-py-client/actions?query=workflow%3A%22Auto+Tests%22 )
12
- [ ![ Coverage Status] ( https://img.shields.io/coveralls/lutraconsulting/mergin-py-client.svg )] ( https://coveralls.io/github/lutraconsulting/mergin-py-client )
13
-
14
17
Note: Check also [ Mergin Cpp Client] ( https://github.com/lutraconsulting/mergin-cpp-client )
15
18
16
19
## Using Python API
@@ -24,7 +27,6 @@ client = mergin.MerginClient(login='john', password='topsecret')
24
27
client.download_project(' lutraconsulting/Basic survey' , ' /tmp/basic-survey' )
25
28
```
26
29
27
-
28
30
## Command-line Tool
29
31
30
32
When the module is installed, it comes with ` mergin ` command line tool.
You can’t perform that action at this time.
0 commit comments