Skip to content

Deprecate acryl-datahub-classify library#32

Merged
shirshanka merged 2 commits intomainfrom
deprecate-library
Feb 19, 2026
Merged

Deprecate acryl-datahub-classify library#32
shirshanka merged 2 commits intomainfrom
deprecate-library

Conversation

@shirshanka
Copy link
Contributor

Summary

  • Adds a deprecation notice to README.md
  • Emits a DeprecationWarning on import in __init__.py
  • Updates PyPI classifier from Development Status :: 5 - Production/Stable to Development Status :: 7 - Inactive
  • Prefixes the package short description with [DEPRECATED]
  • Updates all datahubproject.io URLs to datahub.com / datahub.com/docs

Test plan

  • Verify python -c "import datahub_classify" emits a DeprecationWarning
  • Verify PyPI page reflects new classifier and description after next release

- Add deprecation notice to README.md
- Emit DeprecationWarning on import in __init__.py
- Update PyPI classifier to Development Status :: 7 - Inactive
- Prefix package description with [DEPRECATED]
- Update datahubproject.io URLs to datahub.com / datahub.com/docs
Type fields as Optional[str] to match dict.get() return type.
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.66%. Comparing base (233a4dc) to head (4fb5039).

Additional details and impacted files
Files with missing lines Coverage Δ
datahub-classify/src/datahub_classify/__init__.py 60.00% <100.00%> (+10.00%) ⬆️
...ub-classify/src/datahub_classify/helper_classes.py 100.00% <100.00%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 233a4dc...4fb5039. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@shirshanka shirshanka merged commit 1201375 into main Feb 19, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Comments