commitai 0.1.6__tar.gz → 0.1.7__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: commitai
3
- Version: 0.1.6
3
+ Version: 0.1.7
4
4
  Summary: Commitai helps you generate git commit messages using AI
5
5
  Home-page: https://github.com/lguibr/commitai
6
6
  Author: Luis Guilherme
@@ -22,7 +22,12 @@ Classifier: Programming Language :: Python :: 3.9
22
22
  Requires-Python: >=3.6
23
23
  Description-Content-Type: text/markdown
24
24
 
25
- # commitai - Commit Message AI
25
+ # CommitAi - Commit Message AI
26
+
27
+ [![CI](https://github.com/lguibr/comai/workflows/CI/badge.svg)](https://github.com/lguibr/comai/actions)
28
+ [![PyPI](https://img.shields.io/pypi/v/comai.svg)](https://pypi.org/project/comai/)
29
+ [![Python Version](https://img.shields.io/pypi/pyversions/comai.svg)](https://pypi.org/project/comai/)
30
+ [![License](https://img.shields.io/pypi/l/comai.svg)](https://github.com/lguibr/comai/blob/main/LICENSE)
26
31
 
27
32
  commitai is a command-line tool that helps you generate informative and relevant commit messages for your Git repositories using AI language models like GPT-4 and Claude. It analyzes your staged changes, combines them with a high-level explanation provided by you, and creates a commit message based on this information. Additionally, it supports custom commit message templates and a back command to reset to previous commits. This not only saves you time and effort but also ensures a consistent and meaningful commit history.
28
33
 
@@ -54,11 +59,6 @@ export TEMPLATE_COMMIT="My global custom template: {message}"
54
59
 
55
60
  #### Creating a Template for the Repository
56
61
 
57
- [![CI](https://github.com/lguibr/comai/workflows/CI/badge.svg)](https://github.com/lguibr/comai/actions)
58
- [![PyPI](https://img.shields.io/pypi/v/comai.svg)](https://pypi.org/project/comai/)
59
- [![Python Version](https://img.shields.io/pypi/pyversions/comai.svg)](https://pypi.org/project/comai/)
60
- [![License](https://img.shields.io/pypi/l/comai.svg)](https://github.com/lguibr/comai/blob/main/LICENSE)
61
-
62
62
  You can create a custom template specific to the repository using the `create-template` command. This template will override the global template set in the `TEMPLATE_COMMIT` environment variable if present.
63
63
 
64
64
  commitai create-template "My repository-specific template: {message}"
@@ -1,4 +1,9 @@
1
- # commitai - Commit Message AI
1
+ # CommitAi - Commit Message AI
2
+
3
+ [![CI](https://github.com/lguibr/comai/workflows/CI/badge.svg)](https://github.com/lguibr/comai/actions)
4
+ [![PyPI](https://img.shields.io/pypi/v/comai.svg)](https://pypi.org/project/comai/)
5
+ [![Python Version](https://img.shields.io/pypi/pyversions/comai.svg)](https://pypi.org/project/comai/)
6
+ [![License](https://img.shields.io/pypi/l/comai.svg)](https://github.com/lguibr/comai/blob/main/LICENSE)
2
7
 
3
8
  commitai is a command-line tool that helps you generate informative and relevant commit messages for your Git repositories using AI language models like GPT-4 and Claude. It analyzes your staged changes, combines them with a high-level explanation provided by you, and creates a commit message based on this information. Additionally, it supports custom commit message templates and a back command to reset to previous commits. This not only saves you time and effort but also ensures a consistent and meaningful commit history.
4
9
 
@@ -30,11 +35,6 @@ export TEMPLATE_COMMIT="My global custom template: {message}"
30
35
 
31
36
  #### Creating a Template for the Repository
32
37
 
33
- [![CI](https://github.com/lguibr/comai/workflows/CI/badge.svg)](https://github.com/lguibr/comai/actions)
34
- [![PyPI](https://img.shields.io/pypi/v/comai.svg)](https://pypi.org/project/comai/)
35
- [![Python Version](https://img.shields.io/pypi/pyversions/comai.svg)](https://pypi.org/project/comai/)
36
- [![License](https://img.shields.io/pypi/l/comai.svg)](https://github.com/lguibr/comai/blob/main/LICENSE)
37
-
38
38
  You can create a custom template specific to the repository using the `create-template` command. This template will override the global template set in the `TEMPLATE_COMMIT` environment variable if present.
39
39
 
40
40
  commitai create-template "My repository-specific template: {message}"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: commitai
3
- Version: 0.1.6
3
+ Version: 0.1.7
4
4
  Summary: Commitai helps you generate git commit messages using AI
5
5
  Home-page: https://github.com/lguibr/commitai
6
6
  Author: Luis Guilherme
@@ -22,7 +22,12 @@ Classifier: Programming Language :: Python :: 3.9
22
22
  Requires-Python: >=3.6
23
23
  Description-Content-Type: text/markdown
24
24
 
25
- # commitai - Commit Message AI
25
+ # CommitAi - Commit Message AI
26
+
27
+ [![CI](https://github.com/lguibr/comai/workflows/CI/badge.svg)](https://github.com/lguibr/comai/actions)
28
+ [![PyPI](https://img.shields.io/pypi/v/comai.svg)](https://pypi.org/project/comai/)
29
+ [![Python Version](https://img.shields.io/pypi/pyversions/comai.svg)](https://pypi.org/project/comai/)
30
+ [![License](https://img.shields.io/pypi/l/comai.svg)](https://github.com/lguibr/comai/blob/main/LICENSE)
26
31
 
27
32
  commitai is a command-line tool that helps you generate informative and relevant commit messages for your Git repositories using AI language models like GPT-4 and Claude. It analyzes your staged changes, combines them with a high-level explanation provided by you, and creates a commit message based on this information. Additionally, it supports custom commit message templates and a back command to reset to previous commits. This not only saves you time and effort but also ensures a consistent and meaningful commit history.
28
33
 
@@ -54,11 +59,6 @@ export TEMPLATE_COMMIT="My global custom template: {message}"
54
59
 
55
60
  #### Creating a Template for the Repository
56
61
 
57
- [![CI](https://github.com/lguibr/comai/workflows/CI/badge.svg)](https://github.com/lguibr/comai/actions)
58
- [![PyPI](https://img.shields.io/pypi/v/comai.svg)](https://pypi.org/project/comai/)
59
- [![Python Version](https://img.shields.io/pypi/pyversions/comai.svg)](https://pypi.org/project/comai/)
60
- [![License](https://img.shields.io/pypi/l/comai.svg)](https://github.com/lguibr/comai/blob/main/LICENSE)
61
-
62
62
  You can create a custom template specific to the repository using the `create-template` command. This template will override the global template set in the `TEMPLATE_COMMIT` environment variable if present.
63
63
 
64
64
  commitai create-template "My repository-specific template: {message}"
@@ -6,7 +6,7 @@ with open("README.md", "r") as fh:
6
6
  repo_url = "https://github.com/lguibr/commitai"
7
7
  setup(
8
8
  name="commitai",
9
- version="0.1.6",
9
+ version="0.1.7",
10
10
  author="Luis Guilherme",
11
11
  author_email="lgpelin92@gmail.com",
12
12
  packages=find_packages(),
File without changes
File without changes
File without changes
File without changes