Stanley Kudrow

Results 19 issues of Stanley Kudrow

Resolving the relevant FIXME in the nats/aio/client.py module. The client states are made public (out of the Client class), but not in a separate module (so be it for now)....

Features: - abandon pdm in favour of uv - add Python3.14 support - move from Makefile to Justfile -> https://github.com/casey/just - update GHA workflow files - some other chores Based...

Features: - base::`wrap` -> base::`asyncio.to_thread` - update Justfile - update pytest configuration in the pyproject.toml file - add mypy for `just check` Closes #207 . Makes the #177 obsolete (actually...

The Py3.8 support is over, but the [badge](https://img.shields.io/pypi/pyversions/aiofiles.svg) is not updated.

Closes #160 . Also may close #167 . Features: - add the `to_agen` decorator responsible for wrapping sync iterators and turning them into asynchronous ones - analogously to the `to_coro`...

Once Python 3.8 is dropped and the next 3.9 version takes its place (#204), the [wrap](https://github.com/Tinche/aiofiles/blob/main/src/aiofiles/ospath.py#L8-L16) decorator can use `asyncio.to_thread` coroutine function. References: - https://docs.python.org/3.9/library/asyncio-task.html#running-in-threads - https://superfastpython.com/asyncio-to_thread/

The PRs that can go into the v0.3.1: - #138 - #136 - #141 - ... (to be updated) It is good to have the next release as soon as...

Fixes #345 . Similar to the #346 and #348 (closed) PRs. Drags some changes from the #364 . Prepares the ground for future drop of Python 3.8 ( #356 )...

Python packages move to the "pyproject.toml" file as a single and standard source of project metadata. Practically all modern project managers like uv, poetry, pdm, setuptools and so forth support...