reposnap 0.5.0__py3-none-any.whl → 0.5.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/core/markdown_generator.py +5 -1
- {reposnap-0.5.0.dist-info → reposnap-0.5.1.dist-info}/METADATA +2 -2
- {reposnap-0.5.0.dist-info → reposnap-0.5.1.dist-info}/RECORD +6 -6
- {reposnap-0.5.0.dist-info → reposnap-0.5.1.dist-info}/WHEEL +0 -0
- {reposnap-0.5.0.dist-info → reposnap-0.5.1.dist-info}/entry_points.txt +0 -0
- {reposnap-0.5.0.dist-info → reposnap-0.5.1.dist-info}/licenses/LICENSE +0 -0
@@ -58,7 +58,11 @@ class MarkdownGenerator:
|
|
58
58
|
self.logger.debug(f"File not found: {file_path}. Skipping.")
|
59
59
|
continue
|
60
60
|
|
61
|
-
|
61
|
+
try:
|
62
|
+
self._write_file_content(file_path, relative_path.as_posix())
|
63
|
+
except UnicodeDecodeError as e:
|
64
|
+
self.logger.error(f"UnicodeDecodeError for file {file_path}: {e}")
|
65
|
+
|
62
66
|
|
63
67
|
def _write_file_content(self, file_path: Path, relative_path: str) -> None:
|
64
68
|
"""
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: reposnap
|
3
|
-
Version: 0.5.
|
3
|
+
Version: 0.5.1
|
4
4
|
Summary: Generate a Markdown file with all contents of your project
|
5
5
|
Author: agoloborodko
|
6
6
|
License-File: LICENSE
|
@@ -39,7 +39,7 @@ Alternatively, you can clone the repository and install the required dependencie
|
|
39
39
|
```bash
|
40
40
|
git clone https://github.com/username/reposnap.git
|
41
41
|
cd reposnap
|
42
|
-
pip install -r requirements.
|
42
|
+
pip install -r requirements.lock
|
43
43
|
```
|
44
44
|
|
45
45
|
## Usage
|
@@ -4,7 +4,7 @@ reposnap/controllers/project_controller.py,sha256=hDYNLE_OtusAZOb6sKyvSFtbc7j-DU
|
|
4
4
|
reposnap/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
5
|
reposnap/core/file_system.py,sha256=82gwvmgrsWf63paMrIz-Z0eqIjbqt9_-vujdXlJJoFE,1074
|
6
6
|
reposnap/core/git_repo.py,sha256=2u_ILkV-Ur7qr1WHmHM2yg44Ggft61RsdbZLsZaQ5NU,1256
|
7
|
-
reposnap/core/markdown_generator.py,sha256=
|
7
|
+
reposnap/core/markdown_generator.py,sha256=Ld6ix4gzkLJJyeUoWHwhpbAf3DvEC5E0S1DykYnLGnQ,3297
|
8
8
|
reposnap/interfaces/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9
9
|
reposnap/interfaces/cli.py,sha256=tq9OfVE1NvUYrsdr2ewx6nBhG76k8E-yucwVgTo-LM8,1302
|
10
10
|
reposnap/interfaces/gui.py,sha256=pzWQbW55gBNZu4tXRdBFic39upGtYxew91FSiEvalj0,5421
|
@@ -12,8 +12,8 @@ reposnap/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
12
|
reposnap/models/file_tree.py,sha256=SQ1cKW066uh1F1BcF8AXuw4Q-l6rkybxjdJEcLFjewg,3052
|
13
13
|
reposnap/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
14
14
|
reposnap/utils/path_utils.py,sha256=7072816LCP8Q8XBydn0iknmfrObPO_-2rFqpbAvPrjY,501
|
15
|
-
reposnap-0.5.
|
16
|
-
reposnap-0.5.
|
17
|
-
reposnap-0.5.
|
18
|
-
reposnap-0.5.
|
19
|
-
reposnap-0.5.
|
15
|
+
reposnap-0.5.1.dist-info/METADATA,sha256=D6PPKKJAUGFYWK02v1_2WhvGVXUIFv_OoZBOlv9-AUw,5241
|
16
|
+
reposnap-0.5.1.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
17
|
+
reposnap-0.5.1.dist-info/entry_points.txt,sha256=o3GyO7bpR0dujPCjsvvZMPv4pXNJlFwD49_pA1r5FOA,102
|
18
|
+
reposnap-0.5.1.dist-info/licenses/LICENSE,sha256=Aj7WCYBXi98pvi723HPn4GDRyjxToNWb3PC6j1_lnPk,1069
|
19
|
+
reposnap-0.5.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|