Metadata-Version: 2.4
Name: catalogkit
Version: 0.1.0
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
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: catalogkit-core>=0.1.0
Requires-Dist: catalogkit-query>=0.1.0

# 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 `catalogkit-query` directly when you only want the query tool and its
shared `catalogkit-core` dependency.
