Beta version
Here's how to get started most quickly
- pandas python module
- pytz
- requests
- python-dateutil
- future
- configparser
Python 2.7+:
$ pip install future pandas python-dateutil pytz requests configparser
Python 3:
$ pip3 install future pandas python-dateutil pytz requests configparser
Get the latest SDK by downloading as a ZIP and extract locally. You can also clone the repository directly from GitHub
Use setup.py on the downloaded source files:
$ python setup.py install --force
$ pip uninstall trustar
- Retrieve or generate API credentials from the TruSTAR Station: https://station.trustar.co/settings/api
- Inside the
examples
directory, create your owntrustar.conf
file fromtrustar.conf.example
and Copy in your credentials and enclave ID
$ cd examples
$ python basic_usage.py
See https://github.com/trustar/public/wiki/TruSTAR-API for full API documentation