tgit 0.4.1__tar.gz → 0.4.2__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.
- {tgit-0.4.1 → tgit-0.4.2}/PKG-INFO +2 -4
- {tgit-0.4.1 → tgit-0.4.2}/pyproject.toml +2 -2
- {tgit-0.4.1 → tgit-0.4.2}/README.md +0 -0
- {tgit-0.4.1 → tgit-0.4.2}/tgit/__init__.py +0 -0
- {tgit-0.4.1 → tgit-0.4.2}/tgit/changelog.py +0 -0
- {tgit-0.4.1 → tgit-0.4.2}/tgit/cli.py +0 -0
- {tgit-0.4.1 → tgit-0.4.2}/tgit/commit.py +0 -0
- {tgit-0.4.1 → tgit-0.4.2}/tgit/settings.py +0 -0
- {tgit-0.4.1 → tgit-0.4.2}/tgit/utils.py +0 -0
- {tgit-0.4.1 → tgit-0.4.2}/tgit/version.py +0 -0
|
@@ -1,18 +1,16 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tgit
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.2
|
|
4
4
|
Summary: Tool for Git Interaction Temptation (tgit): An elegant CLI tool that simplifies and streamlines your Git workflow, making version control a breeze.
|
|
5
5
|
License: MIT
|
|
6
6
|
Keywords: git,tool,changelog,version,commit
|
|
7
7
|
Author: Jannchie
|
|
8
8
|
Author-email: jannchie@gmail.com
|
|
9
|
-
Requires-Python: >=3.
|
|
9
|
+
Requires-Python: >=3.11,<4.0
|
|
10
10
|
Classifier: Development Status :: 3 - Alpha
|
|
11
11
|
Classifier: Intended Audience :: Developers
|
|
12
12
|
Classifier: License :: OSI Approved :: MIT License
|
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
16
14
|
Classifier: Programming Language :: Python :: 3.11
|
|
17
15
|
Classifier: Programming Language :: Python :: 3.12
|
|
18
16
|
Classifier: Topic :: Software Development :: Version Control
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "tgit"
|
|
3
|
-
version = "0.4.
|
|
3
|
+
version = "0.4.2"
|
|
4
4
|
description = "Tool for Git Interaction Temptation (tgit): An elegant CLI tool that simplifies and streamlines your Git workflow, making version control a breeze."
|
|
5
5
|
authors = ["Jannchie <jannchie@gmail.com>"]
|
|
6
6
|
readme = "README.md"
|
|
@@ -18,7 +18,7 @@ classifiers = [
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
[tool.poetry.dependencies]
|
|
21
|
-
python = "^3.
|
|
21
|
+
python = "^3.11"
|
|
22
22
|
rich = "^13.7.1"
|
|
23
23
|
PyYAML = "^6.0.1"
|
|
24
24
|
inquirer = "^3.2.5"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|