An open API service indexing awesome lists of open source software.

https://github.com/diffix/syndiffix_tools

Various support tools for managing and running SynDiffix
https://github.com/diffix/syndiffix_tools

Last synced: 5 months ago
JSON representation

Various support tools for managing and running SynDiffix

Awesome Lists containing this project

README

          

# syndiffix_tools

A set of useful tools for working with SynDiffix.

This code is still under construction.

## Installation

Requires Python 3.10 or higher.

## Usage

See examples

## Development

Before commit:
```
flake8 .
isort .
black .
```