Skip to content

Releases: RusticiSoftware/TinCanPython

Python 3.x Support

Choose a tag to compare

@brianjmiller brianjmiller released this 01 Sep 18:39
a0917d3

Switch main development to now be targeting the 3.x release of Python. If you need 2.x support see the 2.x branch.

Basic Auth Bug Fix

Choose a tag to compare

@brianjmiller brianjmiller released this 02 Jun 13:24
  • Fixes issues resulting from new lines appearing in the base64 encoded credentials of the Basic Authorization header.
  • Fixes issue with About resource and recognized versions.
  • Major improvement to PEP8 support.

Activity Profile bug fix

Choose a tag to compare

@brianjmiller brianjmiller released this 31 Jul 14:30
  • Fixes a bug where the Activity Profile was saving the content type as the content

Simplify module imports

Choose a tag to compare

@brianjmiller brianjmiller released this 28 Jul 15:27
  • Simplifies importing of modules by users
  • Adds example script showing common, simple usage pattern

Correct pypi installation

Choose a tag to compare

@brianjmiller brianjmiller released this 26 Jun 12:59

Fix missing packages from subdirectories in pypi installation.

Initial Release

Choose a tag to compare

@brianjmiller brianjmiller released this 25 Jun 21:24

Core implementation of Tin Can API in Python.