Skip to main content

Datary Python sdk lib

Project description

Datary SDK for Python

```
pip install datary
```

# Generate docs
Documentation powered by sphinx.
```
cd docs && make docs OUTPUT_FORMAT
```

# Usage

Example to retrieve Datary repository info
```
from datary import Datary

# init Datary class using username&password or token
d = Datary(username='test_user', password='test_password')
# d = Datary(token='test_token')

# return repo description asociated to the name introduced and to the account.
repo = d.get_describerepo(repo_name='test_repo_name')

```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

datary-0.0.2.tar.gz (7.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page