Metadata-Version: 2.4
Name: scitex-todo
Version: 0.17.3
Summary: DEPRECATED: renamed to scitex-cards. This stub installs scitex-cards; imports and the scitex-todo CLI keep working.
Project-URL: Homepage, https://github.com/scitex-ai/scitex-cards
Project-URL: Repository, https://github.com/scitex-ai/scitex-cards
Author: Yusuke Watanabe
License-Expression: AGPL-3.0-only
Classifier: Development Status :: 7 - Inactive
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: scitex-cards>=0.14.0
Description-Content-Type: text/markdown

# scitex-todo → scitex-cards

**This package was renamed to [scitex-cards](https://pypi.org/project/scitex-cards/)
(2026-07-16).** `scitex-todo` is now a metadata-only stub that installs
scitex-cards.

Nothing breaks on upgrade:

- `import scitex_todo` keeps working (scitex-cards ships a one-window
  compatibility shim that aliases it to the same modules).
- The `scitex-todo` CLI keeps working (both console scripts resolve to the
  same entry point).
- `SCITEX_TODO_*` environment variables keep working (mirrored from/next to
  the new `SCITEX_CARDS_*` names, with a deprecation warning).

Switch at your convenience:

```bash
pip install scitex-cards
```

```python
import scitex_cards  # the canonical name
```

Repository: https://github.com/scitex-ai/scitex-cards
