jnirschl / deity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeITy

De-Identification Toolkit (DeITy) is a simple python package for deidentifying files that may contain sensitive identifiers by replacing them with an alphanumeric identifier.

Codecov pre-commit Black

Features

  • De-identify files containing sensitive identifiers and replace with a hashed identifier
  • Stores the mapping of identifiers to hashed identifiers in a SQLite database.

Requirements

  • See pyproject.toml

Installation

You can install DeITy via pip from PyPI:

$ pip install deity

Usage

Please see the Command-line Reference for details.

Contributing

Contributions are very welcome. To learn more, see the Contributor Guide.

License

Distributed under the terms of the MIT license, DeITy is free and open source software.

Issues

If you encounter any problems, please file an issue along with a detailed description.

Credits

This project was generated from @cjolowicz's Hypermodern Python Cookiecutter template.

About

License:MIT License


Languages

Language:Python 100.0%