interacticore

Python module for simplifying common patterns and class for interactgen-py, interactovery-py, and interactilogue-py modules.


License
MIT
Install
pip install interacticore==0.0.4

Documentation

interacticore-py

Python module for simplifying common patterns and class for interactgen-py, interactovery-py, and interactilogue-py modules.

Installation

This project requires Python version range >=3.11 to <3.13. Below are the instructions to set up the environment for this project.

Installing interacticore module

You can install the interactigen module from PyPI:

pip install interacticore

Usage

Please explore the Jupyter notebooks folder for example usage.

Updates and Breaking Changes

This module is something I am putting together to allow everyone to have easy-to-use tools to generate interactional data. This project is not polished production code that has been battle hardened, but something I am building publicly as part of a blog series that will improve over time. Sometimes, those changes are going to be breaking. I'll start considering commitments to backwards compatibility once we hit v1.0.0.

Happy coding! :)