DAS api client.
Project description
Welcome to the DAS Python package
The Royal Netherlands Institute for Sea Research has its data management system to help scientists archive and access their data. This tool is called: Data Archive System (DAS) and this package is its Python client.
To install this package use the following command:
$ pip install daspython
Contents
The best way to see how each method is used is visiting out automated test scripts page.
Authentication
Use this class to authenticate and keep your token that will be needed to use with all other service classes.
Usage
from daspython.auth.authenticate import DasAuth
auth = DasAuth('DAS url', 'Your user name', 'Your password')
if (auth.authenticate()):
print('You are connected ...')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
daspython-1.3.2.tar.gz
(24.4 kB
view hashes)
Built Distribution
daspython-1.3.2-py3-none-any.whl
(27.4 kB
view hashes)
Close
Hashes for daspython-1.3.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b96b14a288a51bffa4e32c4994cef0ab2a6258b83699572c40309d0bb6d2df23 |
|
MD5 | 435edf4eda09f9bae6148e9fbe385d16 |
|
BLAKE2b-256 | 0bb8165d387dc9d0ba7c491eccbd521f7de7082b16b7d5f39308c07373735f08 |