Metadata-Version: 2.1
Name: trinsic-sdk
Version: 1.9.1
Summary: Trinsic Services SDK bindings
Home-page: https://github.com/trinsic-id/okapi/
Author: Scott Phillips
Author-email: scott.phillips@trinsic.id
Project-URL: Bug Tracker, https://github.com/trinsic-id/okapi/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Python SDK

## Installation

```bash
pip install trinsic-sdk
python -m trinsic
```

Installs and verifies the installation. You should receive a console
message: `Package successfully installed. Sample profile below` and a long base64 string output. This base64 string is
the encoded `AccountProfile`. For more information, see the documentation link below

## Documentation

See [documentation here](https://docs.trinsic.id/)
