tgit 0.4.0__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.
@@ -1,24 +1,23 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tgit
3
- Version: 0.4.0
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,<4.0
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
19
17
  Classifier: Topic :: Utilities
20
18
  Classifier: Typing :: Typed
21
19
  Requires-Dist: PyYAML (>=6.0.1,<7.0.0)
20
+ Requires-Dist: gitpython (>=3.1.43,<4.0.0)
22
21
  Requires-Dist: inquirer (>=3.2.5,<4.0.0)
23
22
  Requires-Dist: rich (>=13.7.1,<14.0.0)
24
23
  Description-Content-Type: text/markdown
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "tgit"
3
- version = "0.4.0"
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,11 +18,11 @@ classifiers = [
18
18
 
19
19
 
20
20
  [tool.poetry.dependencies]
21
- python = "^3.9"
21
+ python = "^3.11"
22
22
  rich = "^13.7.1"
23
23
  PyYAML = "^6.0.1"
24
24
  inquirer = "^3.2.5"
25
-
25
+ gitpython = "^3.1.43"
26
26
 
27
27
  [tool.poetry.scripts]
28
28
  tgit = "tgit.cli:main"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes