gitghost 1.0.0__tar.gz → 1.0.1__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,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gitghost
3
- Version: 1.0.0
4
- Summary: A CLI tool to securely manage private files/folders ignored in public git repositories.
3
+ Version: 1.0.1
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
- A simple CLI tool to securely manage private files and folders ignored in your public Git repositories.
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
- - **Python 3.10 or higher**
39
- - Compatible with Ubuntu/Linux systems
40
- - An existing Git repository
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
 
@@ -1,6 +1,6 @@
1
1
  # GitGhost
2
2
 
3
- A simple CLI tool to securely manage private files and folders ignored in your public Git repositories.
3
+ Private version control for your Git ignored files.
4
4
 
5
5
  ---
6
6
 
@@ -16,9 +16,9 @@ A simple CLI tool to securely manage private files and folders ignored in your p
16
16
 
17
17
  ## Requirements
18
18
 
19
- - **Python 3.10 or higher**
20
- - Compatible with Ubuntu/Linux systems
21
- - An existing Git repository
19
+ - Python 3.10 or higher
20
+ - Git installed
21
+ - GitHub CLI (`gh`) is required for private repo automation
22
22
 
23
23
  ---
24
24
 
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gitghost
3
- Version: 1.0.0
4
- Summary: A CLI tool to securely manage private files/folders ignored in public git repositories.
3
+ Version: 1.0.1
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
- A simple CLI tool to securely manage private files and folders ignored in your public Git repositories.
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
- - **Python 3.10 or higher**
39
- - Compatible with Ubuntu/Linux systems
40
- - An existing Git repository
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
 
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "gitghost"
7
- version = "1.0.0"
8
- description = "A CLI tool to securely manage private files/folders ignored in public git repositories."
7
+ version = "1.0.1"
8
+ description = "Private version control for your Git ignored files."
9
9
  authors = [
10
10
  { name = "Decoding Chris" }
11
11
  ]
File without changes
File without changes
File without changes
File without changes