Metadata-Version: 2.4
Name: catalogkit
Version: 0.1.7
Summary: Convenience meta-package for installing CatalogKit modules.
Author: ClearMetric Labs
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/Clearmetric-Labs/CatalogKit
Project-URL: Source, https://github.com/Clearmetric-Labs/CatalogKit
Project-URL: Issues, https://github.com/Clearmetric-Labs/CatalogKit/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: catalogkit-core>=0.1.6
Requires-Dist: catalogkit-query>=0.1.6
Requires-Dist: catalogkit-lineage>=0.1.7

# catalogkit

`catalogkit` is a thin meta-package for convenience installs.

It provides no Python package and no `catalogkit` namespace files. Install it
when you want the currently supported CatalogKit modules together:

```bash
python -m pip install catalogkit
```

Install individual CatalogKit modules directly when you only want a subset of
the suite.

The current meta-package set includes:

- `catalogkit-core`
- `catalogkit-query`
- `catalogkit-lineage`
