2021-08-02 11:48:05 +03:00
|
|
|
[metadata]
|
|
|
|
|
# replace with your username:
|
|
|
|
|
name = ai-privacy-toolkit
|
2023-05-08 12:50:55 +03:00
|
|
|
version = 0.2.0
|
2021-08-02 11:48:05 +03:00
|
|
|
author = Abigail Goldsteen
|
|
|
|
|
author_email = abigailt@il.ibm.com
|
|
|
|
|
description = A toolkit for tools and techniques related to the privacy and compliance of AI models.
|
|
|
|
|
long_description = file: README.md
|
|
|
|
|
long_description_content_type = text/markdown
|
|
|
|
|
url = https://github.com/IBM/ai-privacy-toolkit
|
|
|
|
|
project_urls =
|
|
|
|
|
Documentation = https://ai-privacy-toolkit.readthedocs.io/en/latest/
|
|
|
|
|
classifiers =
|
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
|
License :: OSI Approved :: MIT License
|
|
|
|
|
Operating System :: OS Independent
|
|
|
|
|
|
|
|
|
|
[options]
|
|
|
|
|
packages = find:
|
|
|
|
|
python_requires = >=3.6
|
|
|
|
|
|
|
|
|
|
[options.packages.find]
|
|
|
|
|
exclude =
|
2022-12-25 15:13:57 +02:00
|
|
|
tests
|
|
|
|
|
|
|
|
|
|
[flake8]
|
|
|
|
|
ignore = C901,W503
|
2023-05-11 11:33:50 +03:00
|
|
|
per-file-ignores = __init__.py:F401
|
|
|
|
|
builtins = keras,xgboost
|
|
|
|
|
exclude =
|
|
|
|
|
venv
|
|
|
|
|
venv1
|
2023-05-14 08:52:06 +03:00
|
|
|
|
|
|
|
|
[tool:pytest]
|
|
|
|
|
log_cli = True
|
|
|
|
|
log-cli-level = INFO
|