gitbolt 0.0.0.dev6__py3-none-any.whl → 0.0.0.dev8__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.
gitbolt/constants.py CHANGED
@@ -9,3 +9,4 @@ from pathlib import Path
9
9
 
10
10
  GIT_DIR_STR = ".git"
11
11
  GIT_DIR = Path(GIT_DIR_STR)
12
+ GIT_DEFAULT_BRANCH_CONFIG_KEY = "init.defaultbranch"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gitbolt
3
- Version: 0.0.0.dev6
3
+ Version: 0.0.0.dev8
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>
@@ -27,9 +27,10 @@ Requires-Python: >=3.12
27
27
  Description-Content-Type: text/markdown
28
28
  License-File: LICENSE
29
29
  Requires-Dist: vt-err-hndlr==0.0.0dev1
30
- Requires-Dist: pytest
31
30
  Provides-Extra: pygit2
32
31
  Requires-Dist: pygit2; extra == "pygit2"
32
+ Provides-Extra: test
33
+ Requires-Dist: pytest; extra == "test"
33
34
  Dynamic: license-file
34
35
 
35
36
  # 🚀 Gitbolt
@@ -2,7 +2,7 @@ gitbolt/__init__.py,sha256=SyV-PMv4Ul_k8sh7Y76Y4hUku1N5s-4ViyDpVbfRDOI,1176
2
2
  gitbolt/_internal_init.py,sha256=alSsIMgBWHmOdUo7P1ewftR12xPv8vb3ZgECuVsRMwk,485
3
3
  gitbolt/add.py,sha256=F16d0SQfLrjbpUzJIjKFwGU4KLSjqtYLOA9oZ5gdNS0,31731
4
4
  gitbolt/base.py,sha256=Vhd4GkTu3OscngXRJVfUMxVDY5Ilu6WVZvuhNw4dgFA,9649
5
- gitbolt/constants.py,sha256=PyGZ8XG-OhSM7K0iHmZrTaF0-WwU5sCe8t8p7JcPu-c,153
5
+ gitbolt/constants.py,sha256=DTdG44PiJ-2XbScPcvvUOMGVDjddH-j7pORO42fjgiE,206
6
6
  gitbolt/exceptions.py,sha256=7YvR7whZYM1hlWZk4GxHbeNgJ0KJXElg5VFA1Vi-fiA,989
7
7
  gitbolt/ls_tree.py,sha256=PrDSoh4Pnqh6g4AfX8kwgez_zHYaH4yqknULbFbisUY,6269
8
8
  gitbolt/models.py,sha256=iwIO-ugHYiKS57I_LPo3uDFEQlAtu2mnn5AjZHHQg04,18828
@@ -22,9 +22,9 @@ gitbolt/git_subprocess/impl/simple.py,sha256=sjdby07SlLfdKpGlLedN9nYEAWxkGqy-rlJ
22
22
  gitbolt/git_subprocess/runner/__init__.py,sha256=LPxbj3AwKLXyDxxCLwAVtl5b5SKjaNDj99lkKz6VSOU,177
23
23
  gitbolt/git_subprocess/runner/base.py,sha256=Sof2WaNyYULiObRF7WjaGs7-yGrdyeHUXchE2tg1820,1562
24
24
  gitbolt/git_subprocess/runner/simple_impl.py,sha256=JvKCQ_MITguuMn3f3hVQwfAukymkIqFdli5f2fxin54,2524
25
- gitbolt-0.0.0.dev6.dist-info/licenses/LICENSE,sha256=pOzr5bMWS6mHi3vro8d5vw0qW1i14rVq2XFrDuystVY,11372
26
- gitbolt-0.0.0.dev6.dist-info/METADATA,sha256=xBJyJKj2N0cyqasfrejKd1JocGRs6KA4ObWdpAvBDDQ,11249
27
- gitbolt-0.0.0.dev6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
28
- gitbolt-0.0.0.dev6.dist-info/entry_points.txt,sha256=Q078Wjss4skreUs8hzAEJ8sUcH4Rhjc9emZ4jRXCiBM,52
29
- gitbolt-0.0.0.dev6.dist-info/top_level.txt,sha256=QCXclkzSPZjgamcwB6XuKJexaJ1as_TLUUSGdIDA7VY,8
30
- gitbolt-0.0.0.dev6.dist-info/RECORD,,
25
+ gitbolt-0.0.0.dev8.dist-info/licenses/LICENSE,sha256=pOzr5bMWS6mHi3vro8d5vw0qW1i14rVq2XFrDuystVY,11372
26
+ gitbolt-0.0.0.dev8.dist-info/METADATA,sha256=sioQ-E59oXr5auqJiY0iOJNrI_1rBiSBtHDQ4_ZtGmE,11287
27
+ gitbolt-0.0.0.dev8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
28
+ gitbolt-0.0.0.dev8.dist-info/entry_points.txt,sha256=Q078Wjss4skreUs8hzAEJ8sUcH4Rhjc9emZ4jRXCiBM,52
29
+ gitbolt-0.0.0.dev8.dist-info/top_level.txt,sha256=QCXclkzSPZjgamcwB6XuKJexaJ1as_TLUUSGdIDA7VY,8
30
+ gitbolt-0.0.0.dev8.dist-info/RECORD,,