Simple python wrapper for LOTAME API
Project description
Lotame API Wrapper
Wrapper Class for Lotame API.
Requirements
Python 3.6 (tested)
Goal
To provide a generic wrapper Lotame API
Code sample
Instantiate
from lotame import Api, Credentials, FirehoseService, BehaviorService
api = Api(Credentials(client_id='xxx', token='yyy', access='zzz'))
fs = FirehoseService(api=api)
updates = fs.getUpdates(hours=1)
b = BehaviorService(api=api)
b.get('types')
Contributors
Paulo Kuong (@pkuong)
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
lotame-2.0.0.tar.gz
(4.8 kB
view details)
Built Distribution
File details
Details for the file lotame-2.0.0.tar.gz
.
File metadata
- Download URL: lotame-2.0.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/3.7.3 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ca29931cce59f62064887409989155cff38c22359bcd68e76bb571b2bd02156 |
|
MD5 | 94be01fdde81e6b936bc812162e8d47a |
|
BLAKE2b-256 | 7be7f1e63e73bec6c2120a10cf8e24570f7ee81a5922a18e4d047d7dc83b1d07 |
File details
Details for the file lotame-2.0.0-py3-none-any.whl
.
File metadata
- Download URL: lotame-2.0.0-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/3.7.3 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c531c54748c604008631f95e7bb4e29ab9302452195fb756b87d05da8b5b29b1 |
|
MD5 | 879d8754d26e88771edc81b0fff07c84 |
|
BLAKE2b-256 | 5d86f6eacd9204512e453c791665ec3a1e999403e9666f7650a7909e52833ac9 |