gitghost 1.0.3__py3-none-any.whl → 1.0.4__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.3.dist-info → gitghost-1.0.4.dist-info}/METADATA +3 -7
- gitghost-1.0.4.dist-info/RECORD +7 -0
- gitghost-1.0.3.dist-info/RECORD +0 -7
- {gitghost-1.0.3.dist-info → gitghost-1.0.4.dist-info}/WHEEL +0 -0
- {gitghost-1.0.3.dist-info → gitghost-1.0.4.dist-info}/entry_points.txt +0 -0
- {gitghost-1.0.3.dist-info → gitghost-1.0.4.dist-info}/top_level.txt +0 -0
@@ -1,9 +1,11 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: gitghost
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.4
|
4
4
|
Summary: Private version control for your Git ignored files.
|
5
5
|
Author: Decoding Chris
|
6
6
|
License-Expression: MIT
|
7
|
+
Project-URL: Homepage, https://github.com/decodingchris/GitGhost
|
8
|
+
Project-URL: Issues, https://github.com/decodingchris/gitghost/issues
|
7
9
|
Classifier: Programming Language :: Python :: 3
|
8
10
|
Classifier: Programming Language :: Python :: 3.10
|
9
11
|
Classifier: Programming Language :: Python :: 3.11
|
@@ -83,12 +85,6 @@ gitghost help
|
|
83
85
|
- `gitghost status` shows private file changes.
|
84
86
|
- Keeps private data out of your public repo, but safely versioned.
|
85
87
|
|
86
|
-
## Links
|
87
|
-
|
88
|
-
- **PyPI:** [https://pypi.org/project/gitghost/](https://pypi.org/project/gitghost/)
|
89
|
-
- **Source Code:** [https://github.com/decodingchris/gitghost](https://github.com/decodingchris/gitghost)
|
90
|
-
- **Issue Tracker:** [https://github.com/decodingchris/gitghost/issues](https://github.com/decodingchris/gitghost/issues)
|
91
|
-
|
92
88
|
## License
|
93
89
|
|
94
90
|
This project is licensed under the **MIT License**. See the [LICENSE](https://opensource.org/licenses/MIT) file for details.
|
@@ -0,0 +1,7 @@
|
|
1
|
+
gitghost/__init__.py,sha256=tF7wf-6Dl5FQ3GubE9ucgDpkOkHyp1O6CsV6tZpifmY,23
|
2
|
+
gitghost/cli.py,sha256=ZPntS1VyWBrcqpTvyMGAPe3VXJd5yB9o7GLXSepNKm4,11379
|
3
|
+
gitghost-1.0.4.dist-info/METADATA,sha256=5HtJWr2umliC88BWiOnBayONADz58s7Tuen8CrJ-L9Q,2334
|
4
|
+
gitghost-1.0.4.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
5
|
+
gitghost-1.0.4.dist-info/entry_points.txt,sha256=RJW3gz58dSYB6jTf2mlprcU7H4OI_KGO_yHmJBIWU_Q,46
|
6
|
+
gitghost-1.0.4.dist-info/top_level.txt,sha256=mojEQo6pt-3lkeJxbiwqWxsm0Z7PMngvymEH863d73g,9
|
7
|
+
gitghost-1.0.4.dist-info/RECORD,,
|
gitghost-1.0.3.dist-info/RECORD
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
gitghost/__init__.py,sha256=tF7wf-6Dl5FQ3GubE9ucgDpkOkHyp1O6CsV6tZpifmY,23
|
2
|
-
gitghost/cli.py,sha256=ZPntS1VyWBrcqpTvyMGAPe3VXJd5yB9o7GLXSepNKm4,11379
|
3
|
-
gitghost-1.0.3.dist-info/METADATA,sha256=7aN9A12CbBMm2MD2QF-RF7QKD36rvBdHehg4ic5vG0s,2523
|
4
|
-
gitghost-1.0.3.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
5
|
-
gitghost-1.0.3.dist-info/entry_points.txt,sha256=RJW3gz58dSYB6jTf2mlprcU7H4OI_KGO_yHmJBIWU_Q,46
|
6
|
-
gitghost-1.0.3.dist-info/top_level.txt,sha256=mojEQo6pt-3lkeJxbiwqWxsm0Z7PMngvymEH863d73g,9
|
7
|
-
gitghost-1.0.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|