File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 44
55- Added filters for listing projects (owner, shared, query)
66- Changed Basic auth to Bearer token-based auth
7- - Improved CLI: added login, credentials in environment variables
8- - Fixed missing Content-Length header in upload request
7+ - Improved CLI: added login, credentials in env variables, delete project
8+ - Download/upload files with multiple sequential requests (chunked transfer)
99
1010## 2019.3
1111
Original file line number Diff line number Diff line change 11# Mergin python client
22
3- Repo for mergin client and basic utils.
3+ Repo for [ mergin] ( https://public.cloudmergin.com/ ) client and basic utils.
4+
5+ Python 3.0+ required.
46
57For using mergin client with its dependencies locally run:
68
9+ pip install wheel
710 python3 setup.py sdist bdist_wheel
811 mkdir -p mergin/deps
9- pip wheel -r mergin_client.egg-info/requires.txt -w mergin/deps
12+ pip wheel -r mergin_client.egg-info/requires.txt -w mergin/deps
13+
14+ To run cli you need to install click:
15+
16+ pip install click
You can’t perform that action at this time.
0 commit comments