A Python 3 library for implementing the Tin Can API (Experience API). Version 2.0.0 is released with basic support for creating and sending statements. Low activity; last release in 2016. Use with caution as it appears to be in maintenance mode.
pip install edx-tincan-py35No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create and send a simple Tin Can statement to a remote LRS.
Use `import tincan` (or `from tincan import ...`)
Consider using modern alternatives like `xapi-python` or `tincanpython` if you need active support.
Use Python 3.4 or 3.5 explicitly, or upgrade to a maintained fork.
Use import tincan or from tincan import ...
Run 'pip install edx-tincan-py35' and ensure the environment is Python 3.5 or compatible.
Use correct constructor: Activity(id='...', definition={'name': {'en-US': '...'}})No dependency data recorded yet.