Skip to main content

Vortexa SDK

Project description

VortexaSDK

CircleCI

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.1.tar.gz (24.6 kB view hashes)

Uploaded Source

Built Distribution

vortexasdk-0.2.1-py3-none-any.whl (61.4 kB view hashes)

Uploaded Python 3

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