axm-git 0.0.1.dev0__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.
axm_git/__init__.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.0.1.dev0"
|
axm_git/py.typed
ADDED
|
File without changes
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: axm-git
|
|
3
|
+
Version: 0.0.1.dev0
|
|
4
|
+
Summary: Package name reserved — implementation coming soon
|
|
5
|
+
Author-email: John Doe <john.doe@example.com>
|
|
6
|
+
License: MIT
|
|
7
|
+
Classifier: Development Status :: 1 - Planning
|
|
8
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
9
|
+
Requires-Python: >=3.12
|
|
10
|
+
Description-Content-Type: text/markdown
|
|
11
|
+
|
|
12
|
+
# axm-git
|
|
13
|
+
|
|
14
|
+
Package name reserved. Implementation coming soon.
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
axm_git/__init__.py,sha256=nOZlJZ55pYRet50MDpv0qKXm4C1M-2nEdm8uxa-pVJI,27
|
|
2
|
+
axm_git/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
axm_git-0.0.1.dev0.dist-info/METADATA,sha256=pPXu0UDHPp-UBnsC9sIyon0OQru1pbxomKUybaKaw5o,402
|
|
4
|
+
axm_git-0.0.1.dev0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
5
|
+
axm_git-0.0.1.dev0.dist-info/RECORD,,
|