gitghost 1.0.0__py3-none-any.whl → 1.0.2__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.
- {gitghost-1.0.0.dist-info → gitghost-1.0.2.dist-info}/METADATA +7 -7
- gitghost-1.0.2.dist-info/RECORD +7 -0
- gitghost-1.0.0.dist-info/RECORD +0 -7
- {gitghost-1.0.0.dist-info → gitghost-1.0.2.dist-info}/WHEEL +0 -0
- {gitghost-1.0.0.dist-info → gitghost-1.0.2.dist-info}/entry_points.txt +0 -0
- {gitghost-1.0.0.dist-info → gitghost-1.0.2.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: gitghost
|
3
|
-
Version: 1.0.
|
4
|
-
Summary:
|
3
|
+
Version: 1.0.2
|
4
|
+
Summary: Private version control for your Git ignored files.
|
5
5
|
Author: Decoding Chris
|
6
6
|
License-Expression: MIT
|
7
7
|
Classifier: Programming Language :: Python :: 3
|
@@ -19,7 +19,7 @@ Requires-Dist: gitpython<4.0,>=3.1
|
|
19
19
|
|
20
20
|
# GitGhost
|
21
21
|
|
22
|
-
|
22
|
+
Private version control for your Git ignored files.
|
23
23
|
|
24
24
|
---
|
25
25
|
|
@@ -35,9 +35,9 @@ A simple CLI tool to securely manage private files and folders ignored in your p
|
|
35
35
|
|
36
36
|
## Requirements
|
37
37
|
|
38
|
-
-
|
39
|
-
-
|
40
|
-
-
|
38
|
+
- Python 3.10 or higher
|
39
|
+
- Git installed
|
40
|
+
- GitHub CLI (`gh`) is required for private repo automation
|
41
41
|
|
42
42
|
---
|
43
43
|
|
@@ -91,7 +91,7 @@ gitghost discard
|
|
91
91
|
|
92
92
|
## Links
|
93
93
|
|
94
|
-
- **PyPI:** (
|
94
|
+
- **PyPI:** [https://pypi.org/project/gitghost/](https://pypi.org/project/gitghost/)
|
95
95
|
- **Source Code:** [https://github.com/decodingchris/gitghost](https://github.com/decodingchris/gitghost)
|
96
96
|
- **Issue Tracker:** [https://github.com/decodingchris/gitghost/issues](https://github.com/decodingchris/gitghost/issues)
|
97
97
|
|
@@ -0,0 +1,7 @@
|
|
1
|
+
gitghost/__init__.py,sha256=tF7wf-6Dl5FQ3GubE9ucgDpkOkHyp1O6CsV6tZpifmY,23
|
2
|
+
gitghost/cli.py,sha256=wCx2Zeo3oQ9Ci47i-htk9D6lEHOMfWqKlQtZwY9xxGU,11256
|
3
|
+
gitghost-1.0.2.dist-info/METADATA,sha256=MCZwiYUJuQ0uH0w2RMMHYgOlbzRscE3HwDM5y9cSLN0,2501
|
4
|
+
gitghost-1.0.2.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
5
|
+
gitghost-1.0.2.dist-info/entry_points.txt,sha256=RJW3gz58dSYB6jTf2mlprcU7H4OI_KGO_yHmJBIWU_Q,46
|
6
|
+
gitghost-1.0.2.dist-info/top_level.txt,sha256=mojEQo6pt-3lkeJxbiwqWxsm0Z7PMngvymEH863d73g,9
|
7
|
+
gitghost-1.0.2.dist-info/RECORD,,
|
gitghost-1.0.0.dist-info/RECORD
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
gitghost/__init__.py,sha256=tF7wf-6Dl5FQ3GubE9ucgDpkOkHyp1O6CsV6tZpifmY,23
|
2
|
-
gitghost/cli.py,sha256=wCx2Zeo3oQ9Ci47i-htk9D6lEHOMfWqKlQtZwY9xxGU,11256
|
3
|
-
gitghost-1.0.0.dist-info/METADATA,sha256=iCsjoPNUzouEd-DMLxZQt0n0ceabd8AMOfQ5SqaQsU4,2526
|
4
|
-
gitghost-1.0.0.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
5
|
-
gitghost-1.0.0.dist-info/entry_points.txt,sha256=RJW3gz58dSYB6jTf2mlprcU7H4OI_KGO_yHmJBIWU_Q,46
|
6
|
-
gitghost-1.0.0.dist-info/top_level.txt,sha256=mojEQo6pt-3lkeJxbiwqWxsm0Z7PMngvymEH863d73g,9
|
7
|
-
gitghost-1.0.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|