Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

audioop-lts

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

audioop-lts

LTS Port of Python audioop

  • 0.2.1
  • PyPI
  • Socket score

Maintainers
1

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'"
]

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc