Skip to content

Releases: vcon-dev/vcon-lib

Fixes date formatting from multiple formats

20 Sep 13:38
8ab7d26

Choose a tag to compare

v0.3.6

Merge pull request #10 from vcon-dev/fixes-date-formatting-from-multi…

v0.3.5

05 Sep 21:00
b47c8c3

Choose a tag to compare

What's Changed

  • Add tests for Dialog's external and inline data handling; fix externa… by @howethomas in #6
  • Add support for 'meta' field in Dialog class and update tests by @howethomas in #7
  • Bump version to 0.3.5 in setup.py and pyproject.toml by @howethomas in #8

Full Changelog: 0.3.4...v0.3.5

Fixes author, increases number of releases.

30 Aug 21:06

Choose a tag to compare

0.3.4

Bump version to 0.3.4 and update author information in pyproject.toml…

v0.3.3

30 Aug 21:00

Choose a tag to compare

Updates labels so they all match.

Bump version number

30 Aug 20:44

Choose a tag to compare

Bump version number Pre-release
Pre-release
v0.3.2

Bump version to 0.3.1

Fixes Dialog handling

30 Aug 20:32
e4387f7

Choose a tag to compare

Fixes Dialog handling Pre-release
Pre-release
Merge pull request #2 from vcon-dev/docs

Docs

Initial Packaging

27 Aug 19:51

Choose a tag to compare

Initial Packaging Pre-release
Pre-release

Overview of the vCon Library

The vCon library is a Python package designed to work with vCon (Virtualized Conversation) objects, which represent conversation data, including metadata, dialog, analysis, and attachments. It provides a convenient way to create, manipulate, and sign vCon objects, as well as add parties, dialogs, attachments, and analysis to them.

Key Features

  • vCon Object Creation: The library allows you to create vCon objects from scratch or from existing dictionaries.
  • vCon Object Manipulation: You can add parties, dialogs, attachments, and analysis to vCon objects, as well as update their metadata.
  • Signing and Verification: The library supports signing vCon objects with JWS (JSON Web Signature) and verifying the signatures.
  • UUID8 Generation: It provides a way to generate UUID8 identifiers, which can be used to uniquely identify vCon objects.
  • Dialog Packing and Unpacking: The library allows you to pack and unpack dialogs, making it easy to work with conversation data.

Use Cases

The vCon library is useful for applications that need to work with conversation data, such as chatbots, customer service platforms, and virtual assistants. It provides a convenient and efficient way to create, manipulate, and sign vCon objects, making it a valuable tool for developers working with conversation data.

Full Changelog: https://github.com/vcon-dev/vcon-lib/commits/v0.3.0