Metadata-Version: 2.4
Name: rc-qlc
Version: 1.0.3
Summary: Deprecated alias for the 'qlc' package. Install 'qlc' instead.
Author-email: ResearchConcepts io GmbH <contact@researchconcepts.io>
License: MIT
Project-URL: Homepage, https://pypi.org/project/qlc/
Project-URL: Source, https://github.com/researchConcepts/qlc
Project-URL: Documentation, https://docs.researchconcepts.io/qlc
Project-URL: Changelog, https://docs.researchconcepts.io/qlc/latest/reference/changelog
Keywords: qlc,cams,deprecated,alias
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: qlc>=1.0.3

# rc-qlc (deprecated alias)

This package has been **renamed to `qlc`** on PyPI starting with **v1.0.3**.

```bash
pip install qlc
```

Installing `rc-qlc` will still pull in the real `qlc` package as a dependency,
so existing automation continues to work, but you will get a `DeprecationWarning`
on `import rc_qlc`. Please migrate your requirements and CI pipelines to the
new name at your earliest convenience.

- Source code and issue tracker: https://github.com/researchConcepts/qlc
- Documentation: https://docs.researchconcepts.io/qlc
- Changelog: https://docs.researchconcepts.io/qlc/latest/reference/changelog

The `qlc`, `sqlc`, `qlc-py`, `qlc-install-*`, and other command-line tools
are provided by the real `qlc` package and will be available unchanged after
installing `rc-qlc` (or `qlc` directly).
