Skip to content

Commit 405f10e

Browse files
docs: update package keywords for modern data engineering
Update PyPI keywords to reflect DataJoint 2.0 positioning and modern data engineering terminology: Added: - data-engineering, data-pipelines, workflow-management - data-integrity, reproducibility, declarative - object-storage, schema-management, data-lineage - scientific-computing, research-software - postgresql (upcoming support) Removed: - Generic terms: database, automated, automation, compute, data - Redundant terms: pipeline, workflow, scientific, science, research - Domain-specific: bioinformatics (kept neuroscience as primary) Updated GitHub repository topics to match (18 topics total). Focuses on searchable terms, 2.0 features, and differentiators. Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 11de5b5 commit 405f10e

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

pyproject.toml

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,23 @@ description = "DataJoint for Python is a framework for scientific workflow manag
4141
readme = "README.md"
4242
license = {file = "LICENSE"}
4343
keywords = [
44-
"database",
45-
"automated",
46-
"automation",
47-
"compute",
48-
"data",
49-
"pipeline",
50-
"workflow",
51-
"scientific",
52-
"science",
53-
"research",
54-
"neuroscience",
55-
"bioinformatics",
56-
"bio-informatics",
5744
"datajoint",
45+
"data-pipelines",
46+
"workflow-management",
47+
"data-engineering",
48+
"scientific-computing",
49+
"neuroscience",
50+
"research-software",
51+
"data-integrity",
52+
"reproducibility",
53+
"declarative",
54+
"etl",
55+
"object-storage",
56+
"schema-management",
57+
"data-lineage",
58+
"relational-model",
59+
"mysql",
60+
"postgresql",
5861
]
5962
# https://pypi.org/classifiers/
6063
classifiers = [

0 commit comments

Comments
 (0)