catalogkit 0.1.0__tar.gz → 0.1.2__tar.gz

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,43 @@
1
+ Metadata-Version: 2.4
2
+ Name: catalogkit
3
+ Version: 0.1.2
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
+ Classifier: Development Status :: 3 - Alpha
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: Programming Language :: Python :: 3
13
+ Classifier: Programming Language :: Python :: 3 :: Only
14
+ Classifier: Programming Language :: Python :: 3.10
15
+ Classifier: Programming Language :: Python :: 3.11
16
+ Classifier: Programming Language :: Python :: 3.12
17
+ Classifier: Programming Language :: Python :: 3.13
18
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
19
+ Requires-Python: >=3.10
20
+ Description-Content-Type: text/markdown
21
+ Requires-Dist: catalogkit-core>=0.1.2
22
+ Requires-Dist: catalogkit-query>=0.1.2
23
+ Requires-Dist: catalogkit-lineage>=0.1.2
24
+
25
+ # catalogkit
26
+
27
+ `catalogkit` is a thin meta-package for convenience installs.
28
+
29
+ It provides no Python package and no `catalogkit` namespace files. Install it
30
+ when you want the currently supported CatalogKit modules together:
31
+
32
+ ```bash
33
+ python -m pip install catalogkit
34
+ ```
35
+
36
+ Install individual CatalogKit modules directly when you only want a subset of
37
+ the suite.
38
+
39
+ The current meta-package set includes:
40
+
41
+ - `catalogkit-core`
42
+ - `catalogkit-query`
43
+ - `catalogkit-lineage`
@@ -9,5 +9,11 @@ when you want the currently supported CatalogKit modules together:
9
9
  python -m pip install catalogkit
10
10
  ```
11
11
 
12
- Install `catalogkit-query` directly when you only want the query tool and its
13
- shared `catalogkit-core` dependency.
12
+ Install individual CatalogKit modules directly when you only want a subset of
13
+ the suite.
14
+
15
+ The current meta-package set includes:
16
+
17
+ - `catalogkit-core`
18
+ - `catalogkit-query`
19
+ - `catalogkit-lineage`
@@ -0,0 +1,43 @@
1
+ Metadata-Version: 2.4
2
+ Name: catalogkit
3
+ Version: 0.1.2
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
+ Classifier: Development Status :: 3 - Alpha
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: Programming Language :: Python :: 3
13
+ Classifier: Programming Language :: Python :: 3 :: Only
14
+ Classifier: Programming Language :: Python :: 3.10
15
+ Classifier: Programming Language :: Python :: 3.11
16
+ Classifier: Programming Language :: Python :: 3.12
17
+ Classifier: Programming Language :: Python :: 3.13
18
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
19
+ Requires-Python: >=3.10
20
+ Description-Content-Type: text/markdown
21
+ Requires-Dist: catalogkit-core>=0.1.2
22
+ Requires-Dist: catalogkit-query>=0.1.2
23
+ Requires-Dist: catalogkit-lineage>=0.1.2
24
+
25
+ # catalogkit
26
+
27
+ `catalogkit` is a thin meta-package for convenience installs.
28
+
29
+ It provides no Python package and no `catalogkit` namespace files. Install it
30
+ when you want the currently supported CatalogKit modules together:
31
+
32
+ ```bash
33
+ python -m pip install catalogkit
34
+ ```
35
+
36
+ Install individual CatalogKit modules directly when you only want a subset of
37
+ the suite.
38
+
39
+ The current meta-package set includes:
40
+
41
+ - `catalogkit-core`
42
+ - `catalogkit-query`
43
+ - `catalogkit-lineage`
@@ -0,0 +1,3 @@
1
+ catalogkit-core>=0.1.2
2
+ catalogkit-query>=0.1.2
3
+ catalogkit-lineage>=0.1.2
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "catalogkit"
7
- version = "0.1.0"
7
+ version = "0.1.2"
8
8
  description = "Convenience meta-package for installing CatalogKit modules."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -12,9 +12,21 @@ license = "Apache-2.0"
12
12
  authors = [
13
13
  {name = "ClearMetric Labs"},
14
14
  ]
15
+ classifiers = [
16
+ "Development Status :: 3 - Alpha",
17
+ "Intended Audience :: Developers",
18
+ "Programming Language :: Python :: 3",
19
+ "Programming Language :: Python :: 3 :: Only",
20
+ "Programming Language :: Python :: 3.10",
21
+ "Programming Language :: Python :: 3.11",
22
+ "Programming Language :: Python :: 3.12",
23
+ "Programming Language :: Python :: 3.13",
24
+ "Topic :: Software Development :: Libraries :: Python Modules",
25
+ ]
15
26
  dependencies = [
16
- "catalogkit-core>=0.1.0",
17
- "catalogkit-query>=0.1.0",
27
+ "catalogkit-core>=0.1.2",
28
+ "catalogkit-query>=0.1.2",
29
+ "catalogkit-lineage>=0.1.2",
18
30
  ]
19
31
 
20
32
  [project.urls]
catalogkit-0.1.0/PKG-INFO DELETED
@@ -1,27 +0,0 @@
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.
@@ -1,27 +0,0 @@
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.
@@ -1,2 +0,0 @@
1
- catalogkit-core>=0.1.0
2
- catalogkit-query>=0.1.0
File without changes