Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve type-hints, support any AsyncIterable[bytes] as input, remove support for EOL python versions #69

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sashkent3
Copy link

@sashkent3 sashkent3 commented Feb 16, 2025

This PR is mostly a refactoring of the code base to cover the whole project with correct type-hints. Additionally it also:

  • adds support for any AsyncIterable[bytes] as pipe input so virtually any asyncio-compatible source can be used
  • removes support for python versions less than 3.9 which have reached end-of-life in 2024 and weren't properly supported anyways because of the reliance on PEP 585

@sashkent3 sashkent3 changed the title Fix PathLike type-hints Improve type-hints, support any AsyncIterable[bytes] as input, remove support for EOL python versions Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant