Skip to content

Commit f91413b

Browse files
committed
docs(readme): Update
1 parent d274b45 commit f91413b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ deploy:
2020
provider: pypi
2121
user: uccdistravis
2222
password:
23-
secure: TX29su3ZCxtmRWpJt2sfWwiRQXt62iterNOuQIekc4oekj1FkYUdiFqPfN84YmRw7/GcgNsKzsaexK6R6So2mJuEYx02NCQiyqW4hq+LUcoSxhD34a5/AODCQxrzOOhZbW2bgD/CNqSAtsumeIq3kXVONLtCrz0y9J3rMfZnq7ggXAV+XOKOdD3cEirvDprdtHGuQAQ6+9qVQexCTXQ+Q+1wwV84O04NRnSFOI64o7FevJGiylhz9b/LEahRwOWea6250nEBkLEhffdyLuAcQaBgT9u6YYVmXhWpfrWt6U7MFM+EPdUtx89+RIfRlHN93LiQcUoL+kalM9JsSnNfFC1AhuVw4q/7zShCoqfB2StmpT8UdA8RfMXLSIjTkMHIdxAagoudZwLwOO61WlW5jE3Frwog6GPcV4jNQEg5xvxBkS3WD6lEK0aj3jpIDLSNKnj2KOK88IUlHqbrNE4eTT/+rSR2BHBXdcJzo/CCaCZyOR9Ah/vAT1ckk3eAyTE319T+D3k87dK0jyIukSY0Wylu4yiiAU+leUFdUZ45JKMYvGlQqvhPji+jpRqYwjqMsFiZuQKd0rDGBgUouXhgW/KZYNsJur5h6PL2SNGukKssCF8cNl1bTphiT8pMlz3xvOCTTyvYrDwaGWjBR6hymOyAUemtMViZHHLjA3INQY4=
23+
secure: Av0fwc8xHYWpsvamlBQH/+HsPjCW8OIpUzPN2QAOWFXY4LzJmVI7FOHfTanYCQkFjoAFu/57r0ZKf1Y4wxHDvMZtqZGJzZa8ChRgFFIVcZ8qGmXvjgjczrmR3Nxx28pAluIAtLtYSRfLKq+ckPmEmBK3r4rngErgeOnQ+DI+3vbQFOq1XgoLlLD6FQZjMAQAGnil99TK0KJblH5nXzX3lk9/+vvEclxg1Ud9K3ALWobfcuT1O2SL2MuwrDu4qw9ppNvQMr3mvRWpIFpJH1nu9AEeHq4NoM0xLrWQf+9s9WzC4bSbiVTEwsXOwZ0AZTDKWWaqEzAO5VB1QIclhI5fcOP4dDCTcGvgCmkMbV4Hdpy5oecNDoJfvBmP91quccE1pvuTFuCWXNKPscLRLSHep5zwy4DUQ2ODyIy04XYoufQOGwXVtpDhLQ7zEVWRFGcAMAjXjfU3ZBD/nolQg5cnkZN+jCos/xa+5GFsuP0ExSCSV+/ctYTi2BMXhO3kcf727DpnRYAbkj3bB56vLxjwRJXf64jMC/+mTommiRV4b3QaWxkP/mNYx58tdCCckhRRoyLnf/nOeGPP0mpyULxq2t5oU2TZZbv5H7eMWB9DiRmC+6lweMDjRh1QsMVCr9HSU0A4cSEA98VPdF7LiaKqIL68BQQ/lnLuDPjIS0fq838=
2424
on:
2525
tags: true
2626
branch: master

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Gen3 SDK for Python
22

3+
The Gen3 SDK for Python provides classes for handling the authentication flow using a refresh token and getting an access token from the commons. The access token is then refreshed as necessary while the refresh token remains valid. The submission client contains various functions for submitting, exporting, and deleting data from a Gen3 data commons.
4+
5+
Docs for this SDK are available at [http://gen3sdk-python.rtfd.io/](http://gen3sdk-python.rtfd.io/)
6+
37
## Auth
48

59
This contains an auth wrapper for supporting JWT based authentication with `requests`. The access token is generated from the refresh token and is regenerated on expiration.

0 commit comments

Comments
 (0)