commitfmt-darwin 0.0.1a6__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,20 @@
1
+ Metadata-Version: 2.2
2
+ Name: commitfmt_darwin
3
+ Version: 0.0.1a6
4
+ Summary: Utility for formatting and verifying the commit message.
5
+ Author-email: Mikhael Khrustik <misha@myrt.co>
6
+ License: MIT
7
+ Keywords: git,hook
8
+ Classifier: License :: OSI Approved :: MIT License
9
+ Classifier: Development Status :: 5 - Production/Stable
10
+ Classifier: Intended Audience :: Developers
11
+ Classifier: Programming Language :: Python :: 3.9
12
+ Classifier: Programming Language :: Python :: 3.10
13
+ Classifier: Programming Language :: Python :: 3.11
14
+ Classifier: Programming Language :: Python :: 3.12
15
+ Classifier: Programming Language :: Python :: 3.13
16
+ Classifier: Operating System :: MacOS
17
+ Requires-Python: >=3.9
18
+ Description-Content-Type: text/markdown
19
+
20
+ # commitfmt python wrapper
@@ -0,0 +1 @@
1
+ # commitfmt python wrapper
@@ -0,0 +1 @@
1
+ """commitfmt binaries"""
@@ -0,0 +1,20 @@
1
+ Metadata-Version: 2.2
2
+ Name: commitfmt_darwin
3
+ Version: 0.0.1a6
4
+ Summary: Utility for formatting and verifying the commit message.
5
+ Author-email: Mikhael Khrustik <misha@myrt.co>
6
+ License: MIT
7
+ Keywords: git,hook
8
+ Classifier: License :: OSI Approved :: MIT License
9
+ Classifier: Development Status :: 5 - Production/Stable
10
+ Classifier: Intended Audience :: Developers
11
+ Classifier: Programming Language :: Python :: 3.9
12
+ Classifier: Programming Language :: Python :: 3.10
13
+ Classifier: Programming Language :: Python :: 3.11
14
+ Classifier: Programming Language :: Python :: 3.12
15
+ Classifier: Programming Language :: Python :: 3.13
16
+ Classifier: Operating System :: MacOS
17
+ Requires-Python: >=3.9
18
+ Description-Content-Type: text/markdown
19
+
20
+ # commitfmt python wrapper
@@ -0,0 +1,8 @@
1
+ README.md
2
+ pyproject.toml
3
+ commitfmt_darwin/__init__.py
4
+ commitfmt_darwin/commitfmt_amd64
5
+ commitfmt_darwin.egg-info/PKG-INFO
6
+ commitfmt_darwin.egg-info/SOURCES.txt
7
+ commitfmt_darwin.egg-info/dependency_links.txt
8
+ commitfmt_darwin.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ commitfmt_darwin
@@ -0,0 +1,25 @@
1
+ [project]
2
+ name = "commitfmt_darwin"
3
+ authors = [
4
+ {name = "Mikhael Khrustik", email = "misha@myrt.co"},
5
+ ]
6
+ description = "Utility for formatting and verifying the commit message."
7
+ readme = "README.md"
8
+ requires-python = ">=3.9"
9
+ version = "0.0.1-alpha.6"
10
+ keywords = ["git", "hook"]
11
+ license = {text = "MIT"}
12
+ classifiers = [
13
+ "License :: OSI Approved :: MIT License",
14
+ "Development Status :: 5 - Production/Stable",
15
+ "Intended Audience :: Developers",
16
+ "Programming Language :: Python :: 3.9",
17
+ "Programming Language :: Python :: 3.10",
18
+ "Programming Language :: Python :: 3.11",
19
+ "Programming Language :: Python :: 3.12",
20
+ "Programming Language :: Python :: 3.13",
21
+ "Operating System :: MacOS",
22
+ ]
23
+
24
+ [tool.setuptools.package-data]
25
+ "*" = ["commitfmt_*"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+