Vorexa DataScience SDK (Software Developlent Kit)
Project description
VortexaSDK
The VortexaSDK is Vortexa's Software Development Kit (SDK) for Python, which allows Data Scientists, Analysts and Developers to query Vortexa's API
Quick Start
Installation
$ pip install vortexasdk
Authentication
Set your VORTEXA_API_KEY
environment variable, that's all.
Example
>>> from vortexasdk import CargoMovements
>>> df = CargoMovements() \
.search(filter_time_min="2019-08-01T00:00:00.000Z", filter_time_max="2019-08-01T00:15:00.000Z")\
.to_df()
Documentation
Read the documentation at VortexaSDK Docs
Contributing
We welcome contributions! Please read our Contributing Guide for ways to offer feedback and contributions.
Glossary
The Glossary can be found at Vortexa API Documentation
This outlines key terms, functions and assumptions aimed at helping to extract powerful findings from our data.
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
vortexasdk-0.2.3.tar.gz
(16.6 kB
view hashes)
Built Distribution
vortexasdk-0.2.3-py3-none-any.whl
(23.4 kB
view hashes)
Close
Hashes for vortexasdk-0.2.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0cc49e2b81149f43b8f94cb46e5b57f5ae2142751eba442666884e7f3712586 |
|
MD5 | 38c39096b434c2aad00f87870b2e4690 |
|
BLAKE2b-256 | af7b5b45a6db73d739953ae9c8427f4d12c3dc10a259cc9e7823979f389a9322 |