reposnap 0.3.0__py3-none-any.whl → 0.3.1__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.
- {reposnap-0.3.0.dist-info → reposnap-0.3.1.dist-info}/METADATA +2 -2
- {reposnap-0.3.0.dist-info → reposnap-0.3.1.dist-info}/RECORD +5 -5
- {reposnap-0.3.0.dist-info → reposnap-0.3.1.dist-info}/WHEEL +0 -0
- {reposnap-0.3.0.dist-info → reposnap-0.3.1.dist-info}/entry_points.txt +0 -0
- {reposnap-0.3.0.dist-info → reposnap-0.3.1.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: reposnap
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.1
|
4
4
|
Summary: Generate a Markdown file with all contents of your project
|
5
5
|
Author: agoloborodko
|
6
6
|
License-File: LICENSE
|
@@ -44,7 +44,7 @@ To use `reposnap`, run it with the following options:
|
|
44
44
|
reposnap [-h] [-o OUTPUT] [--structure-only] [--debug] path
|
45
45
|
```
|
46
46
|
|
47
|
-
- `path`: Path to the Git repository
|
47
|
+
- `path`: Path to the Git repository or subdirectory
|
48
48
|
- `-h, --help`: show help message and exit
|
49
49
|
- `-o, --output`: The name of the output Markdown file. Defaults to `output.md`.
|
50
50
|
- `--structure-only`: Generate a Markdown file that includes only the project structure, without file contents.
|
@@ -8,8 +8,8 @@ reposnap/interfaces/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSu
|
|
8
8
|
reposnap/interfaces/cli.py,sha256=bU7QAg2wDzQwyAsRyq4zHLnO8nNiJGrWD24n7yZFEZk,1795
|
9
9
|
reposnap/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
10
10
|
reposnap/utils/path_utils.py,sha256=lMuZMMIX2lEE1o6V3QqifmyO5dO5fuA5OUXMxSvYcHI,290
|
11
|
-
reposnap-0.3.
|
12
|
-
reposnap-0.3.
|
13
|
-
reposnap-0.3.
|
14
|
-
reposnap-0.3.
|
15
|
-
reposnap-0.3.
|
11
|
+
reposnap-0.3.1.dist-info/METADATA,sha256=L_Cy9iGwDuqxR5ZU1LmJrvnjoMRr-vhX9WP_OtNw7p0,2333
|
12
|
+
reposnap-0.3.1.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
13
|
+
reposnap-0.3.1.dist-info/entry_points.txt,sha256=aaCuB0RZOLW2--ymW8VCEOm0Qz9KvTZCUjwQFZsGaDU,43
|
14
|
+
reposnap-0.3.1.dist-info/licenses/LICENSE,sha256=Aj7WCYBXi98pvi723HPn4GDRyjxToNWb3PC6j1_lnPk,1069
|
15
|
+
reposnap-0.3.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|