commit-maker 0.1.0__py3-none-any.whl → 0.1.2__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.
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: commit_maker
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: CLI-утилита для генерации git-коммитов с помощью ИИ
5
5
  Author: Alex Bulgakov
6
6
  Author-email: Alex Bulgakov <sashayerty@ya.ru>
@@ -8,8 +8,9 @@ License: MIT
8
8
  Requires-Python: >=3.8
9
9
  Description-Content-Type: text/markdown
10
10
  License-File: LICENSE
11
- Requires-Dist: setuptools >=75.3.2
12
- Requires-Dist: twine >=6.1.0
11
+ Dynamic: author
12
+ Dynamic: license-file
13
+ Dynamic: requires-python
13
14
 
14
15
  # Commit Maker [![Created with Python](https://img.shields.io/badge/Created_with-Python-blue)](https://www.python.org/) [![Created with uv](https://img.shields.io/badge/Created_with-uv-purple)](https://docs.astral.sh/uv/) [![Created with ollama](https://img.shields.io/badge/Created_with-ollama-white)](https://ollama.com/)
15
16
 
@@ -56,9 +57,9 @@ Requires-Dist: twine >=6.1.0
56
57
 
57
58
  ```bash
58
59
  # Windows
59
- pip install git+https://github.com/sashayerty/commit_maker
60
+ pip install commit_maker
60
61
  # Linux/MacOS
61
- pip3 install git+https://github.com/sashayerty/commit_maker
62
+ pip3 install commit_maker
62
63
  ```
63
64
 
64
65
  ## Настройка переменных окружения
@@ -94,7 +95,7 @@ pip3 install git+https://github.com/sashayerty/commit_maker
94
95
  ### Windows
95
96
 
96
97
  ```cmd
97
- commit_maker.exe [OPTION] [VALUE]
98
+ commit_maker [OPTION] [VALUE]
98
99
  ```
99
100
 
100
101
  ### Linux/MacOS
@@ -0,0 +1,8 @@
1
+ commit_maker/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ commit_maker/main.py,sha256=XNPoH4ZDyijoBxUZJa0JGjmpwOLJgRSgLEgjn7fPXPA,20230
3
+ commit_maker-0.1.2.dist-info/licenses/LICENSE,sha256=i6khFYFeloJ8AQuPBehYLLTegIkK91tLmdQtu-2giAQ,1091
4
+ commit_maker-0.1.2.dist-info/METADATA,sha256=XAYLk3zj8gS3zXJSdg6rcPNTrMihdDxXmLDLNEJ0t_4,6034
5
+ commit_maker-0.1.2.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
6
+ commit_maker-0.1.2.dist-info/entry_points.txt,sha256=Mw8sNx-b56y6XLyq7fw9GWuoiuVcq40M1dNKYphh7us,56
7
+ commit_maker-0.1.2.dist-info/top_level.txt,sha256=yQcvhH10NmLr9i84KxdAMPG7zVQXWTyT6Ev6E3v6UdU,13
8
+ commit_maker-0.1.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.3.2)
2
+ Generator: setuptools (78.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,8 +0,0 @@
1
- commit_maker/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- commit_maker/main.py,sha256=XNPoH4ZDyijoBxUZJa0JGjmpwOLJgRSgLEgjn7fPXPA,20230
3
- commit_maker-0.1.0.dist-info/LICENSE,sha256=i6khFYFeloJ8AQuPBehYLLTegIkK91tLmdQtu-2giAQ,1091
4
- commit_maker-0.1.0.dist-info/METADATA,sha256=aQhvn0l3fl3QvnhNNiJMQhA8wA78S0JdChE9tW_Ah1o,6106
5
- commit_maker-0.1.0.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
6
- commit_maker-0.1.0.dist-info/entry_points.txt,sha256=Mw8sNx-b56y6XLyq7fw9GWuoiuVcq40M1dNKYphh7us,56
7
- commit_maker-0.1.0.dist-info/top_level.txt,sha256=yQcvhH10NmLr9i84KxdAMPG7zVQXWTyT6Ev6E3v6UdU,13
8
- commit_maker-0.1.0.dist-info/RECORD,,