Metadata-Version: 2.4
Name: openalex-content-downloader
Version: 0.2.1
Summary: DEPRECATED - This package has been renamed to openalex-cli
Project-URL: Homepage, https://github.com/ourresearch/openalex-official
Author-email: OpenAlex Team <team@openalex.org>
License-Expression: MIT
Keywords: deprecated,openalex
Classifier: Development Status :: 7 - Inactive
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: openalex-official>=0.2.0
Description-Content-Type: text/markdown

# openalex-content-downloader (DEPRECATED)

**This package has been renamed to [`openalex-official`](https://pypi.org/project/openalex-official/).**

Please install the new package instead:

```bash
pip uninstall openalex-content-downloader
pip install openalex-official
```

The command has also changed from `openalex-content` to `openalex`:

```bash
# Old (deprecated)
openalex-content download --filter "..."

# New
openalex download --filter "..."
```

This package will continue to work as it depends on `openalex-official`, but you should migrate to avoid deprecation warnings.
