queutils 0.8.1__py3-none-any.whl → 0.8.2__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.
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: queutils
|
3
|
-
Version: 0.8.
|
3
|
+
Version: 0.8.2
|
4
4
|
Summary: Handy Python Queue utilies
|
5
5
|
Project-URL: Homepage, https://github.com/Jylpah/queutils
|
6
6
|
Project-URL: Bug Tracker, https://github.com/Jylpah/queutils/issues
|
@@ -32,9 +32,10 @@ Description-Content-Type: text/markdown
|
|
32
32
|
# Queutils
|
33
33
|
|
34
34
|
Queutils *[Queue Utils]* is a package if handy Python queue classes:
|
35
|
-
|
36
|
-
- **[
|
37
|
-
- **[
|
35
|
+
|
36
|
+
- **[AsyncQueue](docs/asyncqueue.md)** - An `async` wrapper for non-async `queue.Queue`
|
37
|
+
- **[IterableQueue](docs/iterablequeue.md)** - An `AsyncIterable` queue that terminates when finished
|
38
|
+
- **[FileQueue](docs/filequeue.md)** - Builds an iterable queue of filenames from files/dirs given as input
|
38
39
|
|
39
40
|
|
40
41
|
# AsyncQueue
|
@@ -3,7 +3,7 @@ queutils/asyncqueue.py,sha256=cZPrXJgRCK0iOtE6k-VTzA9kcDDg818h9v0cwYzm2g0,2813
|
|
3
3
|
queutils/countable.py,sha256=YSi7ILf9CuB5Tm3T4UUMEFlveqzqcmomfqJAlLGHEz8,172
|
4
4
|
queutils/filequeue.py,sha256=q2ly9H-lSCq6xuOqT1IlWgyCVyLoZiKbc0NuzmkF4aw,5360
|
5
5
|
queutils/iterablequeue.py,sha256=hygOtgRRuqaPebcK27Ixm_KOOW0MnlKmBNcYreQoWOA,8677
|
6
|
-
queutils-0.8.
|
7
|
-
queutils-0.8.
|
8
|
-
queutils-0.8.
|
9
|
-
queutils-0.8.
|
6
|
+
queutils-0.8.2.dist-info/METADATA,sha256=NJNmRBMR-23XGHMU4IOQrC58sbURtHOaamULhW3ez9s,3771
|
7
|
+
queutils-0.8.2.dist-info/WHEEL,sha256=uNdcs2TADwSd5pVaP0Z_kcjcvvTUklh2S7bxZMF8Uj0,87
|
8
|
+
queutils-0.8.2.dist-info/licenses/LICENSE,sha256=J1zeIKU2JVQmhwO2hHQDK8WR6zjVZ-wX8r7ZlL45AbI,1063
|
9
|
+
queutils-0.8.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|