kalgoritmi / SignalSDK

Signal SDK for accessing Signal APIs

Home Page:https://signaloceansdk.github.io/SignalSDK/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Signal Ocean SDK combines the power of Python and Signal Ocean's APIs to give you access to a variety of shipping data available in The Signal Ocean Platform.

Installation

Install the SDK with pip:

pip install signal-ocean

The Signal Ocean SDK depends on the pandas library for some of its data analysis features. Optional pandas dependencies are also optional in this SDK. If you plan to use data frame features like plotting or exporting to Excel, you need to install additional dependencies, for example:

pip install matplotlib openpyxl

For more information refer to pandas documentation.

Getting Started

To use the SDK, you need to create an account in our API Portal and subscribe to an API.

Now you're ready to fetch some data. See our examples on how you can use our APIs.

Building and contributing

Check Contributing.md on how you can build and contribute this library.

About

Signal SDK for accessing Signal APIs

https://signaloceansdk.github.io/SignalSDK/

License:Apache License 2.0


Languages

Language:Python 99.2%Language:Shell 0.6%Language:Dockerfile 0.2%Language:Batchfile 0.1%