catalogkit 0.1.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,27 @@
1
+ Metadata-Version: 2.4
2
+ Name: catalogkit
3
+ Version: 0.1.0
4
+ Summary: Convenience meta-package for installing CatalogKit modules.
5
+ Author: ClearMetric Labs
6
+ License-Expression: Apache-2.0
7
+ Project-URL: Homepage, https://github.com/Clearmetric-Labs/CatalogKit
8
+ Project-URL: Source, https://github.com/Clearmetric-Labs/CatalogKit
9
+ Project-URL: Issues, https://github.com/Clearmetric-Labs/CatalogKit/issues
10
+ Requires-Python: >=3.10
11
+ Description-Content-Type: text/markdown
12
+ Requires-Dist: catalogkit-core>=0.1.0
13
+ Requires-Dist: catalogkit-query>=0.1.0
14
+
15
+ # catalogkit
16
+
17
+ `catalogkit` is a thin meta-package for convenience installs.
18
+
19
+ It provides no Python package and no `catalogkit` namespace files. Install it
20
+ when you want the currently supported CatalogKit modules together:
21
+
22
+ ```bash
23
+ python -m pip install catalogkit
24
+ ```
25
+
26
+ Install `catalogkit-query` directly when you only want the query tool and its
27
+ shared `catalogkit-core` dependency.
@@ -0,0 +1,4 @@
1
+ catalogkit-0.1.0.dist-info/METADATA,sha256=rkUxR8ln1m0RDn8VzcYxCKwwHdYQMYo5s6ELaoXCpNY,918
2
+ catalogkit-0.1.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
3
+ catalogkit-0.1.0.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
4
+ catalogkit-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+