Skip to content

Core utility functions and data models shared across the living-doc ecosystem. Provides structured model classes, reusable transformation logic, and serialization/deserialization (serde) utilities to support data exchange between components.

License

Notifications You must be signed in to change notification settings

AbsaOSS/living-doc-utilities

Repository files navigation

Living Documentation Utilities

Motivation

The living-doc-utilities library contains core utility functions and shared data models used across the Living Documentation GitHub Actions ecosystem. It provides:

  • Reusable transformation and helper logic
  • Serialization and deserialization (serde) utilities
  • Common structured data models for consistent cross-action communication
  • A foundation for expanding shared functionality in the future

It is designed to reduce duplication, improve testability, and simplify maintenance across the ecosystem.


Usage

Prerequisites

Before installing this library, ensure you have:

  • Python 3.12 or later
  • pip package installer
  • (Recommended) Virtual environment setup in your project

Installation

You can install the utilities locally or directly from GitHub.

Option 1: Local Development (editable mode)

If you are developing the library alongside another project:

pip install -e ../living-doc-utilities

Make sure you activate the virtual environment in your main project before installing.

Option 2: From GitHub (using a release tag)

pip install git+https://github.com/AbsaOSS/[email protected]

Option 3: From PyPI

Once published to PyPI, simply run:

pip install living-doc-utilities

To pin a specific version:

pip install living-doc-utilities==0.1.0

Developer Guide

See this Developer Guide for more technical, development-related information.


Contribution Guidelines

We welcome contributions to the Living Documentation Generator! Whether you're fixing bugs, improving documentation, or proposing new features, your help is appreciated.

How to Contribute

Before contributing, please review our contribution guidelines for more detailed information.

License Information

This project is licensed under the Apache License 2.0. It is a liberal license that allows you great freedom in using, modifying, and distributing this software, while also providing an express grant of patent rights from contributors to users.

For more details, see the LICENSE file in the repository.

Contact or Support Information

If you need help with using or contributing to the Living Documentation Generator Action, or if you have any questions or feedback, don't hesitate to reach out:

About

Core utility functions and data models shared across the living-doc ecosystem. Provides structured model classes, reusable transformation logic, and serialization/deserialization (serde) utilities to support data exchange between components.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages