Skip to content

danymat/INSAnonym-utils

Repository files navigation

INSA'nonym-utils is a python library capable of doing operations on a table. At the moment, it is capable of:

  • Creating a DataFrame from the table.
  • Execute multiple algorithms on the table.
  • Execute algorithms created by the user.
  • Export the resulting Dataframe with the specified format.

Installation

Installation is compatible with python versions 3.8 and 3.9.

pip install insanonym-utils

In order to upgrade to latest version:

pip install insanonym-utils --upgrade

Version informations are in the github Releases.

Documentation

INSAnonym Related Documentation

Development

Prerequisites:

git clone https://github.com/danymat/INSAnonym-utils.git
cd INSAnonym-utils
poetry install

Run the tests:

cd tests
poetry run pytest

Roadmap

Roadmap.