commitfmt-darwin 0.0.1a6__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 @@
|
|
|
1
|
+
"""commitfmt binaries"""
|
|
Binary file
|
|
@@ -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,6 @@
|
|
|
1
|
+
commitfmt_darwin/__init__.py,sha256=N5cpNKEYYrVRlEGVenMAfJyE80zm2znA33zwxjuo0e0,25
|
|
2
|
+
commitfmt_darwin/commitfmt_amd64,sha256=KRN0vkk15FSTTICWVzoN64i_htkDVlIBhYUEdAthzYQ,1680080
|
|
3
|
+
commitfmt_darwin-0.0.1a6.dist-info/METADATA,sha256=4RTwWIZrGJaH6-oprCVpZM1jZeDvnq5QBDomlk72D8Q,741
|
|
4
|
+
commitfmt_darwin-0.0.1a6.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
|
|
5
|
+
commitfmt_darwin-0.0.1a6.dist-info/top_level.txt,sha256=mobE9Mhsc0NeR3YJTWoCpyXg7W5cL7w6lmiwcgsTVfk,17
|
|
6
|
+
commitfmt_darwin-0.0.1a6.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
commitfmt_darwin
|