Last updated:
0 purchases
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())
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.