Skip to content

Commit e7399fc

Browse files
committed
rebranding
1 parent 2929873 commit e7399fc

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![PyPI version](https://badge.fury.io/py/mergin-client.svg)](https://badge.fury.io/py/mergin-client)
2-
[![Auto Tests/Package](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)
2+
[![Auto Tests/Package](https://github.com/MerginMaps/mergin-py-client/workflows/Auto%20Tests/badge.svg)](https://github.com/MerginMaps/mergin-py-client/actions?query=workflow%3A%22Auto+Tests%22)
3+
[![Coverage Status](https://img.shields.io/coveralls/MerginMaps/mergin-py-client.svg)](https://coveralls.io/github/MerginMaps/mergin-py-client)
44

55
# Mergin Maps Python Client
66

@@ -14,11 +14,11 @@ To install the module:
1414

1515
pip3 install mergin-client
1616

17-
Note: Check also [Mergin Cpp Client](https://github.com/lutraconsulting/mergin-cpp-client)
17+
Note: Check also [Mergin Maps Cpp Client](https://github.com/MerginMaps/mergin-cpp-client)
1818

1919
## Using Python API
2020

21-
To use Mergin from Python, it is only needed to create `MerginClient` object and then use it:
21+
To use Mergin Maps from Python, it is only needed to create `MerginClient` object and then use it:
2222

2323
```python
2424
import mergin
@@ -27,7 +27,7 @@ client = mergin.MerginClient(login='john', password='topsecret')
2727
client.download_project('lutraconsulting/Basic survey', '/tmp/basic-survey')
2828
```
2929

30-
If you have Mergin plugin for QGIS installed and you want to use it from QGIS' Python console
30+
If you have Mergin Maps plugin for QGIS installed and you want to use it from QGIS' Python console
3131

3232
```python
3333
import Mergin.mergin as mergin

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
setup(
77
name='mergin-client',
88
version='0.7.2', # The version is also stored in mergin/version.py
9-
url='https://github.com/lutraconsulting/mergin-py-client',
9+
url='https://github.com/MerginMaps/mergin-py-client',
1010
license='MIT',
1111
author='Lutra Consulting Ltd.',
12-
author_email='[email protected]',
13-
description='Mergin utils and client',
14-
long_description='Mergin utils and client',
12+
author_email='[email protected]',
13+
description='Mergin Maps utils and client',
14+
long_description='Mergin Maps utils and client',
1515

1616
packages=find_packages(),
1717

0 commit comments

Comments
 (0)