magstar-client 0.1.0

Creator: codyrutscher

Last updated:

Add to Cart

Description:

magstarclient 0.1.0

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())

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.