gitbolt 0.0.0.dev9__tar.gz → 0.0.0.dev10__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.
- {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/PKG-INFO +3 -2
- {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/pyproject.toml +3 -2
- {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/git_subprocess/impl/simple.py +3 -1
- {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt.egg-info/PKG-INFO +3 -2
- gitbolt-0.0.0.dev10/src/gitbolt.egg-info/requires.txt +8 -0
- gitbolt-0.0.0.dev9/src/gitbolt.egg-info/requires.txt +0 -7
- {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/LICENSE +0 -0
- {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/README.md +0 -0
- {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/setup.cfg +0 -0
- {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/__init__.py +0 -0
- {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/_internal_init.py +0 -0
- {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/add.py +0 -0
- {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/base.py +0 -0
- {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/constants.py +0 -0
- {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/exceptions.py +0 -0
- {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/git_subprocess/__init__.py +0 -0
- {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/git_subprocess/_internal_init.py +0 -0
- {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/git_subprocess/add.py +0 -0
- {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/git_subprocess/base.py +0 -0
- {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/git_subprocess/constants.py +0 -0
- {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/git_subprocess/exceptions.py +0 -0
- {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/git_subprocess/impl/__init__.py +0 -0
- {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/git_subprocess/ls_tree.py +0 -0
- {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/git_subprocess/runner/__init__.py +0 -0
- {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/git_subprocess/runner/base.py +0 -0
- {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/git_subprocess/runner/simple_impl.py +0 -0
- {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/git_subprocess/utils.py +0 -0
- {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/ls_tree.py +0 -0
- {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/models.py +0 -0
- {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/py.typed +0 -0
- {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/pytest_plugin.py +0 -0
- {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt/utils.py +0 -0
- {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt.egg-info/SOURCES.txt +0 -0
- {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt.egg-info/dependency_links.txt +0 -0
- {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt.egg-info/entry_points.txt +0 -0
- {gitbolt-0.0.0.dev9 → gitbolt-0.0.0.dev10}/src/gitbolt.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gitbolt
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev10
|
|
4
4
|
Summary: Fast, flexible and type-safe Git commands in Python.
|
|
5
5
|
Author-email: Suhas Krishna Srivastava <suhas.srivastava@vaastav.tech>
|
|
6
6
|
Maintainer-email: Suhas Krishna Srivastava <suhas.srivastava@vaastav.tech>
|
|
@@ -26,7 +26,8 @@ Classifier: Typing :: Typed
|
|
|
26
26
|
Requires-Python: >=3.12
|
|
27
27
|
Description-Content-Type: text/markdown
|
|
28
28
|
License-File: LICENSE
|
|
29
|
-
Requires-Dist: vt-err-hndlr>=0.0.
|
|
29
|
+
Requires-Dist: vt-err-hndlr>=0.0.0dev3
|
|
30
|
+
Requires-Dist: vt-commons>=0.0.1.dev4
|
|
30
31
|
Provides-Extra: pygit2
|
|
31
32
|
Requires-Dist: pygit2; extra == "pygit2"
|
|
32
33
|
Provides-Extra: test
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "gitbolt"
|
|
3
|
-
version = "0.0.
|
|
3
|
+
version = "0.0.0dev10"
|
|
4
4
|
description = "Fast, flexible and type-safe Git commands in Python."
|
|
5
5
|
requires-python = ">=3.12"
|
|
6
6
|
readme = "README.md"
|
|
@@ -36,7 +36,8 @@ classifiers = [
|
|
|
36
36
|
"Typing :: Typed"
|
|
37
37
|
]
|
|
38
38
|
dependencies = [
|
|
39
|
-
"vt-err-hndlr >= 0.0.
|
|
39
|
+
"vt-err-hndlr >= 0.0.0dev3",
|
|
40
|
+
"vt-commons >= 0.0.1.dev4",
|
|
40
41
|
]
|
|
41
42
|
|
|
42
43
|
[project.optional-dependencies]
|
|
@@ -168,7 +168,9 @@ class SimpleGitCommand(GitCommand, RootDirOp):
|
|
|
168
168
|
self._version_subcmd = version_subcmd or VersionCommandImpl(self)
|
|
169
169
|
self._ls_tree = ls_tree_subcmd or LsTreeCommandImpl(self.root_dir, self)
|
|
170
170
|
self._add_subcmd = add_subcmd or AddCommandImpl(self.root_dir, self)
|
|
171
|
-
self._subcmd_unchecked = subcmd_unchecked or UncheckedSubcmdImpl(
|
|
171
|
+
self._subcmd_unchecked = subcmd_unchecked or UncheckedSubcmdImpl(
|
|
172
|
+
self.root_dir, self
|
|
173
|
+
)
|
|
172
174
|
|
|
173
175
|
@override
|
|
174
176
|
@property
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gitbolt
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev10
|
|
4
4
|
Summary: Fast, flexible and type-safe Git commands in Python.
|
|
5
5
|
Author-email: Suhas Krishna Srivastava <suhas.srivastava@vaastav.tech>
|
|
6
6
|
Maintainer-email: Suhas Krishna Srivastava <suhas.srivastava@vaastav.tech>
|
|
@@ -26,7 +26,8 @@ Classifier: Typing :: Typed
|
|
|
26
26
|
Requires-Python: >=3.12
|
|
27
27
|
Description-Content-Type: text/markdown
|
|
28
28
|
License-File: LICENSE
|
|
29
|
-
Requires-Dist: vt-err-hndlr>=0.0.
|
|
29
|
+
Requires-Dist: vt-err-hndlr>=0.0.0dev3
|
|
30
|
+
Requires-Dist: vt-commons>=0.0.1.dev4
|
|
30
31
|
Provides-Extra: pygit2
|
|
31
32
|
Requires-Dist: pygit2; extra == "pygit2"
|
|
32
33
|
Provides-Extra: test
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|