issues
search
vxgmichel
/
aiostream
Generator-based operators for asynchronous iteration
http://aiostream.readthedocs.io
GNU General Public License v3.0
801
stars
34
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Support python 3.13
#124
vxgmichel
closed
3 weeks ago
0
Drop support for python 3.8, add support for python 3.13
#123
fpgmaas
closed
1 month ago
2
Add MANIFEST.in to include tests/conftests.py in source dist
#122
vxgmichel
closed
1 month ago
1
tests/conftest.py missing from pypi sdist
#121
sthen
closed
1 month ago
1
How to duplicate streams properly?
#120
diego-ppz
opened
3 months ago
5
Add strict parameter to stream.zip
#119
smheidrich
closed
4 months ago
2
Feature suggestion: `strict` parameter for `zip`
#118
smheidrich
closed
4 months ago
3
Configure pytest test paths so test_utils.py is not mistaken for a test file
#117
vxgmichel
closed
4 months ago
1
question: how to use chain
#116
gnzsnz
closed
5 months ago
8
Fix pytest addopts parameter
#115
penguinpee
closed
5 months ago
9
merge causes anext(): asynchronous generator is already running Exception
#114
sebastianjanisch
closed
5 months ago
2
Fixing the issue of the lack of installation sections
#113
thepapermen
closed
5 months ago
1
No easy to see installation instructions in the docs or README
#112
thepapermen
closed
5 months ago
1
New operators
#111
vxgmichel
opened
6 months ago
2
Migrate from setup.py to pyproject.toml
#110
vxgmichel
closed
6 months ago
1
Docstring and prototype not properly shown with pylance
#109
vxgmichel
opened
6 months ago
1
Add sources operator
#108
vxgmichel
closed
6 months ago
1
Fix documentation after PR #106
#107
vxgmichel
closed
6 months ago
1
Make operators a singleton object instead of a class
#106
vxgmichel
closed
6 months ago
1
Incompatibility with mypy 1.7 and later
#105
vxgmichel
opened
6 months ago
0
Add typing to aiostream.test_utils and update typing tools configuration
#104
vxgmichel
closed
6 months ago
1
Move the remaining setup.cfg configuration to pyproject.toml
#103
vxgmichel
closed
6 months ago
0
chore: move mypy section from setup.cfg to pyproject.toml
#102
hf-kklein
closed
6 months ago
2
chore: move pytest section from setup.cfg to pyproject.toml
#101
hf-kklein
closed
6 months ago
1
chore/format/ci: use black stable style 2024; bump flake8 version; add black config to pyproject.toml
#100
hf-kklein
closed
6 months ago
4
Add pyright to pre-commit
#99
vxgmichel
closed
6 months ago
1
How to handle stream splitting
#98
parkerbjur
opened
6 months ago
5
asyncio.Event for graceful/early termination
#97
mbbyn
opened
6 months ago
7
Add sources_operators
#96
vxgmichel
closed
6 months ago
2
0.5.0 (#84) made backwards incompatible changes
#95
AndreasBackx
closed
6 months ago
6
License change
#94
jhamman
closed
6 months ago
3
chore: run tests in 3.12; add build dependency; mark as 3.12 compatible
#93
hf-kklein
closed
8 months ago
1
chore: Mark package as Python 3.11 compatible
#92
hf-kklein
closed
8 months ago
1
CI test pipeline doesn't run in Python 3.12: ModuleNotFoundError: No module named 'setuptools'
#91
hf-kklein
closed
8 months ago
6
Aiostream fails to import with a TypeError
#90
jmizgajski
opened
12 months ago
1
Properly expose pipe methods in `aiostream.pipe`
#88
vxgmichel
closed
1 year ago
0
Regarding `update_pipe_module`
#87
andrewshvv
closed
1 year ago
3
Add task_limit argument to action operator
#86
vxgmichel
closed
1 year ago
0
action: support task_limit
#85
mpareja
closed
1 year ago
5
Add type annotations
#84
vxgmichel
closed
1 year ago
6
Idea: Timeouts on chunks
#83
danielloader
closed
1 year ago
4
`stream.list` implementation is x10 slower than using plain Python built-in functionality (list comprehension)
#82
simon-liebehenschel
closed
2 years ago
2
Please upload a wheel release to pypi
#81
gilbahat
closed
2 years ago
2
Add python 3.10 and drop python 3.6
#80
vxgmichel
closed
2 years ago
1
add support python3.10
#79
afanasevps
closed
2 years ago
1
iterating from a synchronous iterator blocks the event loop
#78
erikbern
closed
3 years ago
6
Fix confusing traceback when calling wait_stream on a empty stream
#77
vxgmichel
closed
3 years ago
0
UnboundLocalError when trying to reuse a stream
#76
konapun
closed
3 years ago
1
Fix several issues with the task group
#75
vxgmichel
closed
3 years ago
2
Copy pending set before iterating and discarding
#74
cstruct
closed
3 years ago
1
Next