-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify user identification information
- Loading branch information
1 parent
7e9f8df
commit 10d2a17
Showing
2 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
trackingmore-sdk-python | ||
================= | ||
|
||
The Python SDK of Trackingmore API | ||
The Python SDK of TrackingMore API | ||
|
||
Contact: <[email protected]> | ||
|
||
|
@@ -20,13 +20,13 @@ Supported Python Versions | |
- pypy3 | ||
|
||
## Index | ||
1. [Installation](https://github.com/TrackingMores/trackingmore-sdk-python#installation) | ||
2. [Testing](https://github.com/TrackingMores/trackingmore-sdk-python#testing) | ||
3. [Error Handling](https://github.com/TrackingMores/trackingmore-sdk-python#error-handling) | ||
1. [Installation](https://github.com/TrackingMore-API/trackingmore-sdk-python#installation) | ||
2. [Testing](https://github.com/TrackingMore-API/trackingmore-sdk-python#testing) | ||
3. [Error Handling](https://github.com/TrackingMore-API/trackingmore-sdk-python#error-handling) | ||
4. SDK | ||
1. [Couriers](https://github.com/TrackingMores/trackingmore-sdk-python#couriers) | ||
2. [Trackings](https://github.com/TrackingMores/trackingmore-sdk-python#trackings) | ||
3. [Air Waybill](https://github.com/TrackingMores/trackingmore-sdk-python#air-waybill) | ||
1. [Couriers](https://github.com/TrackingMore-API/trackingmore-sdk-python#couriers) | ||
2. [Trackings](https://github.com/TrackingMore-API/trackingmore-sdk-python#trackings) | ||
3. [Air Waybill](https://github.com/TrackingMore-API/trackingmore-sdk-python#air-waybill) | ||
|
||
|
||
## Installation | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
[tool.poetry] | ||
name = "trackingmore-sdk-python" | ||
version = "0.1.3" | ||
version = "0.1.4" | ||
description = "The Python SDK of Trackingmore API" | ||
authors = ["TrackingMore <[email protected]>"] | ||
readme = "README.md" | ||
homepage = "https://www.trackingmore.com/docs/trackingmore/d5ac362fc3cda-api-quick-start" | ||
repository = "https://github.com/TrackingMores/trackingmore-sdk-python" | ||
documentation = "https://github.com/TrackingMores/trackingmore-sdk-python" | ||
repository = "https://github.com/TrackingMore-API/trackingmore-sdk-python" | ||
documentation = "https://github.com/TrackingMore-API/trackingmore-sdk-python" | ||
keywords = ["trackingmore", "api", "tracking"] | ||
|
||
packages = [ | ||
|