Skip to content

An LTS port of Python's `audioop` module.

License

Notifications You must be signed in to change notification settings

AbstractUmbra/audioop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

audioop

An LTS port of the Python builtin module audioop which was deprecated since version 3.11 and removed in 3.13.

This project exists to maintain this module for future versions.

Using this project

As this only becomes mandatory at Python versions of 3.13 or greater, you can conditionally add this project to your dependencies:

pip-requirements

audioop-lts; python_version>='3.13'

Poetry-pyproject

[tool.poetry.dependencies]
audioop-lts = { version = "...", python = "^3.13" }

Relevant documtation is here, or alternatively use markers

Pipenv-pipfile

[packages]
audioop-lts = { version = "...", markers = "python_version >= 3.13" }

Hatch-pyproject

[project]
dependencies = [
    "audioop-lts; python_version >= '3.13'"
    # or
    "audioop-lts==...; python_version >= '3.13'"
]

About

An LTS port of Python's `audioop` module.

Resources

License

Stars

Watchers

Forks

Packages

No packages published