pybiolib 1.2.99.dev1__py3-none-any.whl → 1.2.101.dev1__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.
- biolib/utils/seq_util.py +0 -2
- {pybiolib-1.2.99.dev1.dist-info → pybiolib-1.2.101.dev1.dist-info}/METADATA +1 -1
- {pybiolib-1.2.99.dev1.dist-info → pybiolib-1.2.101.dev1.dist-info}/RECORD +6 -6
- {pybiolib-1.2.99.dev1.dist-info → pybiolib-1.2.101.dev1.dist-info}/LICENSE +0 -0
- {pybiolib-1.2.99.dev1.dist-info → pybiolib-1.2.101.dev1.dist-info}/WHEEL +0 -0
- {pybiolib-1.2.99.dev1.dist-info → pybiolib-1.2.101.dev1.dist-info}/entry_points.txt +0 -0
biolib/utils/seq_util.py
CHANGED
@@ -56,12 +56,10 @@ class SeqUtil:
|
|
56
56
|
)
|
57
57
|
|
58
58
|
def line_generator_from_buffered_io_base(file_handle: BufferedIOBase) -> Iterator[str]:
|
59
|
-
"""Generates lines from a BufferedIOBase handle, decoding UTF-8."""
|
60
59
|
for line in file_handle:
|
61
60
|
yield line.decode('utf-8')
|
62
61
|
|
63
62
|
def line_generator_from_text_io_wrapper(file_handle: TextIOWrapper) -> Iterator[str]:
|
64
|
-
"""Generates lines from a TextIOWrapper handle, decoding UTF-8."""
|
65
63
|
for line in file_handle:
|
66
64
|
yield line
|
67
65
|
|
@@ -117,10 +117,10 @@ biolib/utils/__init__.py,sha256=fwjciJyJicvYyZcVTzfDBgD0SKY13DeXqvTeG4qZIy8,5548
|
|
117
117
|
biolib/utils/app_uri.py,sha256=Yq_-_VGugQhMMo6mM5f0G9yNlLkr0WK4j0Nrf3FE4xQ,2171
|
118
118
|
biolib/utils/cache_state.py,sha256=u256F37QSRIVwqKlbnCyzAX4EMI-kl6Dwu6qwj-Qmag,3100
|
119
119
|
biolib/utils/multipart_uploader.py,sha256=XvGP1I8tQuKhAH-QugPRoEsCi9qvbRk-DVBs5PNwwJo,8452
|
120
|
-
biolib/utils/seq_util.py,sha256=
|
120
|
+
biolib/utils/seq_util.py,sha256=zZhwQPtXsUXl_-2pZ6l5h9LU6VShSfNvjUyT6LZEjSk,5501
|
121
121
|
biolib/utils/zip/remote_zip.py,sha256=0wErYlxir5921agfFeV1xVjf29l9VNgGQvNlWOlj2Yc,23232
|
122
|
-
pybiolib-1.2.
|
123
|
-
pybiolib-1.2.
|
124
|
-
pybiolib-1.2.
|
125
|
-
pybiolib-1.2.
|
126
|
-
pybiolib-1.2.
|
122
|
+
pybiolib-1.2.101.dev1.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
|
123
|
+
pybiolib-1.2.101.dev1.dist-info/METADATA,sha256=VU4_ZlJWtVWVJbGowPZ6OfUyaUiUoLLxOIo5RNQ71Oc,1512
|
124
|
+
pybiolib-1.2.101.dev1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
125
|
+
pybiolib-1.2.101.dev1.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
|
126
|
+
pybiolib-1.2.101.dev1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|