Skip to content

Consolidate stream classes into single module #1934

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

Merged
merged 1 commit into from
Jun 26, 2025
Merged

Consolidate stream classes into single module #1934

merged 1 commit into from
Jun 26, 2025

Conversation

WyattBlue
Copy link
Member

  • Move AttachmentStream and DataStream from separate modules into av/stream.py
  • Convert stream.pyx from Cython to pure Python
  • Add missing 'options' property to Stream type hints

This consolidation reduces code duplication and simplifies the module structure without changing the public API.

- Move AttachmentStream and DataStream from separate modules into av/stream.py
- Convert stream.pyx from Cython to pure Python
- Add missing 'options' property to Stream type hints

This consolidation reduces code duplication and simplifies the module
structure without changing the public API.
@WyattBlue WyattBlue merged commit d6ae316 into main Jun 26, 2025
5 checks passed
@WyattBlue WyattBlue deleted the patch branch June 26, 2025 06:03
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