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
- Host: GitHub
- URL: https://github.com/diffix/syndiffix_tools
- Owner: diffix
- License: mit
- Created: 2024-04-04T10:42:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-22T11:43:25.000Z (almost 2 years ago)
- Last Synced: 2024-07-22T13:59:14.472Z (almost 2 years ago)
- Language: Python
- Size: 103 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```