aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAlex <git@ajschof.me>2025-02-17 01:19:11 +0000
committerGitHub <noreply@github.com>2025-02-17 01:19:11 +0000
commit73462d62d48cd3cf061697f9f6a390437ee29f2d (patch)
tree4331016762f96c0861b46ac67343a0769f038fa6 /pyproject.toml
parente6bedc5c9d391b761fec6529de8537a991125c26 (diff)
parentcf1376862fb2f58c2e837338ed9c765439ffa1b9 (diff)
downloadgdpr-obfuscator-73462d62d48cd3cf061697f9f6a390437ee29f2d.tar.gz
gdpr-obfuscator-73462d62d48cd3cf061697f9f6a390437ee29f2d.zip
Merge pull request #1 from ajschofield/feat/csv-reader
merge csvreader into stable
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml25
1 files changed, 25 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..d5db843
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,25 @@
+[project]
+name = "gdpr-obfuscator"
+version = "0.1.0"
+description = "A Python library designed to detect and remove Personally Identifiable Information (PII) from CSV files stored in an AWS S3 bucket."
+authors = [
+ {name = "Alex Schofield",email = "git@ajschof.me"}
+]
+readme = "README.md"
+requires-python = ">=3.13"
+dependencies = [
+ "tabulate (>=0.9.0,<0.10.0)"
+]
+
+[tool.poetry]
+packages = [
+ { include = "gdpr-obfuscator", from = "obfuscator" }
+]
+
+[tool.poetry.group.dev.dependencies]
+pytest = "8.3.4"
+pytest-cov = "^6.0.0"
+
+[build-system]
+requires = ["poetry-core>=2.0.0,<3.0.0"]
+build-backend = "poetry.core.masonry.api"
git.ajschof.me — hosted by ajschofield — powered by cgit