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