Skip to main content

A Python client library for interfacing with the CPI Magstar system

Project description

magstar-python-client

A Python client library for Computational Physics Inc.'s Magstar magnetometer networks.

Installing

Either install directly from git:

git clone https://github.com/CPIProductionDataLab/magstar-python-client.git
cd magstar-python-client
python setup.py install

or install from PyPI:

pip install magstar-client

Usage

from magstar_client import MagstarV1API

BASE_URL = "???"
YOUR_API_KEY = "???"

api = MagstarV1API(BASE_URL, YOUR_API_KEY)
print(api.get_stations())

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

magstar-client-0.1.0.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

magstar_client-0.1.0-py3-none-any.whl (2.6 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