atomicshop 2.16.8__py3-none-any.whl → 2.16.9__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.
Potentially problematic release.
This version of atomicshop might be problematic. Click here for more details.
- atomicshop/__init__.py +1 -1
- atomicshop/file_io/file_io.py +5 -1
- {atomicshop-2.16.8.dist-info → atomicshop-2.16.9.dist-info}/METADATA +1 -1
- {atomicshop-2.16.8.dist-info → atomicshop-2.16.9.dist-info}/RECORD +7 -7
- {atomicshop-2.16.8.dist-info → atomicshop-2.16.9.dist-info}/LICENSE.txt +0 -0
- {atomicshop-2.16.8.dist-info → atomicshop-2.16.9.dist-info}/WHEEL +0 -0
- {atomicshop-2.16.8.dist-info → atomicshop-2.16.9.dist-info}/top_level.txt +0 -0
atomicshop/__init__.py
CHANGED
atomicshop/file_io/file_io.py
CHANGED
|
@@ -95,7 +95,11 @@ def write_file(
|
|
|
95
95
|
"""
|
|
96
96
|
|
|
97
97
|
if isinstance(content, list):
|
|
98
|
-
|
|
98
|
+
for line in content:
|
|
99
|
+
if not line.endswith("\n"):
|
|
100
|
+
file_object.write(line + "\n")
|
|
101
|
+
else:
|
|
102
|
+
file_object.write(line)
|
|
99
103
|
elif isinstance(content, str):
|
|
100
104
|
file_object.write(content)
|
|
101
105
|
# THis will happen if the content is bytes and the file mode is 'wb'.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
atomicshop/__init__.py,sha256=
|
|
1
|
+
atomicshop/__init__.py,sha256=OcWxpppRIMnIhxEtq4LFdHVIdOeaBfBEvavImWUIk8s,123
|
|
2
2
|
atomicshop/_basics_temp.py,sha256=6cu2dd6r2dLrd1BRNcVDKTHlsHs_26Gpw8QS6v32lQ0,3699
|
|
3
3
|
atomicshop/_create_pdf_demo.py,sha256=Yi-PGZuMg0RKvQmLqVeLIZYadqEZwUm-4A9JxBl_vYA,3713
|
|
4
4
|
atomicshop/_patch_import.py,sha256=ENp55sKVJ0e6-4lBvZnpz9PQCt3Otbur7F6aXDlyje4,6334
|
|
@@ -115,7 +115,7 @@ atomicshop/etws/traces/trace_sysmon_process_creation.py,sha256=OM-bkK38uYMwWLZKN
|
|
|
115
115
|
atomicshop/file_io/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
116
116
|
atomicshop/file_io/csvs.py,sha256=oZiaIEd1q50ypNdd9mlHWb-f7HAdGa_D6jLd3T_4sWU,8777
|
|
117
117
|
atomicshop/file_io/docxs.py,sha256=rZnv2VMOvct6KBSQn-bHhwbKOi8886jB5u387flq-0E,5755
|
|
118
|
-
atomicshop/file_io/file_io.py,sha256=
|
|
118
|
+
atomicshop/file_io/file_io.py,sha256=A4_0xwruhQ8jSPpCCTlIBmuLLVB0GHQgiSVznVi4cV0,6395
|
|
119
119
|
atomicshop/file_io/jsons.py,sha256=q9ZU8slBKnHLrtn3TnbK1qxrRpj5ZvCm6AlsFzoANjo,5303
|
|
120
120
|
atomicshop/file_io/tomls.py,sha256=ol8EvQPf9sryTmZUf1v55BYSUQ6ml7HVVBHpNKbsIlA,9768
|
|
121
121
|
atomicshop/file_io/xlsxs.py,sha256=v_dyg9GD4LqgWi6wA1QuWRZ8zG4ZwB6Dz52ytdcmmmI,2184
|
|
@@ -305,8 +305,8 @@ atomicshop/wrappers/socketw/socket_server_tester.py,sha256=SdchUf9qrPk1Rrat0RzvM
|
|
|
305
305
|
atomicshop/wrappers/socketw/socket_wrapper.py,sha256=g7f_8RkW80EZeQWNTqGYnfrQkgAI56T3SwWybq7ZsXg,28521
|
|
306
306
|
atomicshop/wrappers/socketw/ssl_base.py,sha256=k4V3gwkbq10MvOH4btU4onLX2GNOsSfUAdcHmL1rpVE,2274
|
|
307
307
|
atomicshop/wrappers/socketw/statistics_csv.py,sha256=Jc0D12crkKRaqoCRQ-2Mz1zm6n4UUx9dXakf-N2TYWA,3065
|
|
308
|
-
atomicshop-2.16.
|
|
309
|
-
atomicshop-2.16.
|
|
310
|
-
atomicshop-2.16.
|
|
311
|
-
atomicshop-2.16.
|
|
312
|
-
atomicshop-2.16.
|
|
308
|
+
atomicshop-2.16.9.dist-info/LICENSE.txt,sha256=lLU7EYycfYcK2NR_1gfnhnRC8b8ccOTElACYplgZN88,1094
|
|
309
|
+
atomicshop-2.16.9.dist-info/METADATA,sha256=8bL36P8qwQEc8SHqOOoozQbo-fb80ZtWfFCLwHF7BsE,10502
|
|
310
|
+
atomicshop-2.16.9.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
311
|
+
atomicshop-2.16.9.dist-info/top_level.txt,sha256=EgKJB-7xcrAPeqTRF2laD_Np2gNGYkJkd4OyXqpJphA,11
|
|
312
|
+
atomicshop-2.16.9.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|