Redactive Python SDK


License
MIT
Install
pip install redactive==1.4.6

Documentation

Redactive

The Redactive Application, Docs & Samples

Directory Structure

├──.devcontainer — Docker dev container configuration
├──.github — GitHub configuration including CI/CD workflows
├──.vscode — VS Code configuration
├──protos — Redactive gRpc protocol
├──sdks — Redactive SDKs
├──.pre-commit-config.yaml — Pre-commit hooks
└──.prettierrc.yaml — Prettier configuration

Contribution Guide

This repository is configured to run formatting, testing, linting with pre-commit hooks. Read .pre-commit-config.yaml for more details.

PR Creation Flow

  1. Fork the Repository: Click the "Fork" button on the repository's GitHub page.
  2. Clone Your Fork: Clone the forked repository to your local machine.
  3. Create a New Branch: Create and switch to a new branch for your changes.
  4. Make Changes: Make your changes, then stage and commit them.
  5. Push the Changes: Push your branch to your forked repository.
  6. Create a Pull Request: On GitHub, open a pull request from your branch to the Redactive repository's main branch.
  7. Respond to Feedback: Make any requested changes and push them to your branch.

PR Review Flow

  • Ensure quality checks pass.
  • Ensure the build process passes.
  • Reviewer reviews and responds to code changes.
  • Reviewer merges approved code changes.