Metadata-Version: 2.1
Name: trinsic-sdk
Version: 1.4.1
Summary: Trinsic Services SDK bindings
Home-page: https://github.com/trinsic-id/okapi/
Author: Scott Phillips
Author-email: scott.phillips@trinsic.id
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/trinsic-id/okapi/issues
Platform: UNKNOWN
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

## Known Issues
* Python `asyncio` event loop closed bug: https://bugs.python.org/issue36709 emits output like this:
```diff
- RuntimeError: Event loop is closed
- Fatal error on SSL transport
- protocol: <asyncio.sslproto.SSLProtocol object at 0x0000018C2D5ACA30>
- transport: <_ProactorSocketTransport fd=-1 read=<_OverlappedFuture cancelled>>
```

