Skip to content

Commit c192b3f

Browse files
authored
Update README.md
add slack community join to README
1 parent ed887f9 commit c192b3f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
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+
15
# Mergin Python Client
26

37
This repository contains a Python client module for access to [Mergin](https://public.cloudmergin.com/)
48
service and a command-line tool for easy access to data stored in Mergin.
59

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+
613
To install the module:
714

815
pip3 install mergin-client
916

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-
1417
Note: Check also [Mergin Cpp Client](https://github.com/lutraconsulting/mergin-cpp-client)
1518

1619
## Using Python API
@@ -24,7 +27,6 @@ client = mergin.MerginClient(login='john', password='topsecret')
2427
client.download_project('lutraconsulting/Basic survey', '/tmp/basic-survey')
2528
```
2629

27-
2830
## Command-line Tool
2931

3032
When the module is installed, it comes with `mergin` command line tool.

0 commit comments

Comments
 (0)