ck9 0.45.3__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.
ck9-0.45.3/PKG-INFO ADDED
@@ -0,0 +1,31 @@
1
+ Metadata-Version: 2.4
2
+ Name: ck9
3
+ Version: 0.45.3
4
+ Summary: Reproducibility simplified.
5
+ Author-email: Pete Bachant <petebachant@gmail.com>
6
+ License: MIT
7
+ Project-URL: Homepage, https://calkit.org
8
+ Project-URL: Repository, https://github.com/calkit/calkit
9
+ Requires-Python: >=3.10
10
+ Description-Content-Type: text/markdown
11
+ Requires-Dist: calkit-python==0.45.3
12
+
13
+ # ck9
14
+
15
+ Alias package for [calkit-python](https://pypi.org/project/calkit-python/).
16
+
17
+ This package provides the `ck9` command as a shorter alternative to `calkit`.
18
+
19
+ ## Installation
20
+
21
+ ```sh
22
+ pip install ck9
23
+ ```
24
+
25
+ Or use with uvx without installation:
26
+
27
+ ```sh
28
+ uvx ck9 --help
29
+ ```
30
+
31
+ See the [Calkit documentation](https://docs.calkit.org) for more information.
ck9-0.45.3/README.md ADDED
@@ -0,0 +1,19 @@
1
+ # ck9
2
+
3
+ Alias package for [calkit-python](https://pypi.org/project/calkit-python/).
4
+
5
+ This package provides the `ck9` command as a shorter alternative to `calkit`.
6
+
7
+ ## Installation
8
+
9
+ ```sh
10
+ pip install ck9
11
+ ```
12
+
13
+ Or use with uvx without installation:
14
+
15
+ ```sh
16
+ uvx ck9 --help
17
+ ```
18
+
19
+ See the [Calkit documentation](https://docs.calkit.org) for more information.
@@ -0,0 +1,31 @@
1
+ Metadata-Version: 2.4
2
+ Name: ck9
3
+ Version: 0.45.3
4
+ Summary: Reproducibility simplified.
5
+ Author-email: Pete Bachant <petebachant@gmail.com>
6
+ License: MIT
7
+ Project-URL: Homepage, https://calkit.org
8
+ Project-URL: Repository, https://github.com/calkit/calkit
9
+ Requires-Python: >=3.10
10
+ Description-Content-Type: text/markdown
11
+ Requires-Dist: calkit-python==0.45.3
12
+
13
+ # ck9
14
+
15
+ Alias package for [calkit-python](https://pypi.org/project/calkit-python/).
16
+
17
+ This package provides the `ck9` command as a shorter alternative to `calkit`.
18
+
19
+ ## Installation
20
+
21
+ ```sh
22
+ pip install ck9
23
+ ```
24
+
25
+ Or use with uvx without installation:
26
+
27
+ ```sh
28
+ uvx ck9 --help
29
+ ```
30
+
31
+ See the [Calkit documentation](https://docs.calkit.org) for more information.
@@ -0,0 +1,8 @@
1
+ README.md
2
+ pyproject.toml
3
+ ck9.egg-info/PKG-INFO
4
+ ck9.egg-info/SOURCES.txt
5
+ ck9.egg-info/dependency_links.txt
6
+ ck9.egg-info/entry_points.txt
7
+ ck9.egg-info/requires.txt
8
+ ck9.egg-info/top_level.txt
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ ck9 = calkit.cli:run
@@ -0,0 +1 @@
1
+ calkit-python==0.45.3
@@ -0,0 +1 @@
1
+
@@ -0,0 +1,20 @@
1
+ [build-system]
2
+ requires = ["setuptools>=69"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "ck9"
7
+ version = "0.45.3"
8
+ description = "Reproducibility simplified."
9
+ readme = "README.md"
10
+ requires-python = ">=3.10"
11
+ dependencies = ["calkit-python==0.45.3"]
12
+ authors = [{ name = "Pete Bachant", email = "petebachant@gmail.com" }]
13
+ license = { text = "MIT" }
14
+
15
+ [project.urls]
16
+ Homepage = "https://calkit.org"
17
+ Repository = "https://github.com/calkit/calkit"
18
+
19
+ [project.scripts]
20
+ ck9 = "calkit.cli:run"
ck9-0.45.3/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+