quick fix 2
This commit is contained in:
1
Lib/site-packages/audioop_lts-0.2.2.dist-info/INSTALLER
Normal file
1
Lib/site-packages/audioop_lts-0.2.2.dist-info/INSTALLER
Normal file
@ -0,0 +1 @@
|
||||
pip
|
||||
60
Lib/site-packages/audioop_lts-0.2.2.dist-info/METADATA
Normal file
60
Lib/site-packages/audioop_lts-0.2.2.dist-info/METADATA
Normal file
@ -0,0 +1,60 @@
|
||||
Metadata-Version: 2.4
|
||||
Name: audioop-lts
|
||||
Version: 0.2.2
|
||||
Summary: LTS Port of Python audioop
|
||||
Maintainer-email: AbstractUmbra <umbra@abstractumbra.dev>
|
||||
License-Expression: PSF-2.0
|
||||
Project-URL: github, https://github.com/AbstractUmbra/audioop
|
||||
Project-URL: homepage, https://github.com/AbstractUmbra/audioop
|
||||
Project-URL: issues, https://github.com/AbstractUmbra/audioop/issues
|
||||
Project-URL: funding, https://github.com/sponsors/AbstractUmbra
|
||||
Classifier: Development Status :: 4 - Beta
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: Natural Language :: English
|
||||
Classifier: Operating System :: OS Independent
|
||||
Classifier: Programming Language :: Python :: 3.13
|
||||
Classifier: Programming Language :: Python :: 3.14
|
||||
Classifier: Programming Language :: Python :: Implementation :: CPython
|
||||
Requires-Python: >=3.13
|
||||
Description-Content-Type: text/markdown
|
||||
License-File: LICENSE
|
||||
Dynamic: license-file
|
||||
|
||||
# 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
|
||||
|
||||
> [!WARNING]
|
||||
**This module only functions at Python versions of 3.13 or greater** due to being removed in this version.
|
||||
|
||||
As such, you can conditionally add this project to your dependencies:
|
||||
|
||||
#### pip-requirements
|
||||
```
|
||||
audioop-lts; python_version>='3.13'
|
||||
```
|
||||
|
||||
#### Poetry-pyproject
|
||||
```toml
|
||||
[tool.poetry.dependencies]
|
||||
audioop-lts = { version = "...", python = "^3.13" }
|
||||
```
|
||||
Relevant documentation is [here](https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies), or alternatively use [`markers`](https://python-poetry.org/docs/dependency-specification/#using-environment-markers)
|
||||
|
||||
#### pdm-pyproject / uv-pyproject / hatch-pyproject
|
||||
```toml
|
||||
[project]
|
||||
dependencies = [
|
||||
"audioop-lts; python_version >= '3.13'",
|
||||
]
|
||||
```
|
||||
|
||||
#### Pipenv-pipfile
|
||||
```toml
|
||||
[packages]
|
||||
audioop-lts = { version = "...", markers = "python_version >= 3.13" }
|
||||
```
|
||||
11
Lib/site-packages/audioop_lts-0.2.2.dist-info/RECORD
Normal file
11
Lib/site-packages/audioop_lts-0.2.2.dist-info/RECORD
Normal file
@ -0,0 +1,11 @@
|
||||
audioop/__init__.py,sha256=4ep-Vq3-_RVpEMyra728Kioj--DnU8goSmmQ0k5hpHw,818
|
||||
audioop/__init__.pyi,sha256=GLg57iWIMSpr0HFrz5N1kSxxAFwRoUCvMMflxFVgmYc,2182
|
||||
audioop/__pycache__/__init__.cpython-313.pyc,,
|
||||
audioop/_audioop.pyd,sha256=yfh15_brjKjJ3dz4-HXjMPG4MbisBCz9uDj7KubNQO8,49152
|
||||
audioop/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
audioop_lts-0.2.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
audioop_lts-0.2.2.dist-info/METADATA,sha256=g7uPrmOROGRZK1-xqt2b9nIQGo-D17Guzkpucd1jb5Q,2031
|
||||
audioop_lts-0.2.2.dist-info/RECORD,,
|
||||
audioop_lts-0.2.2.dist-info/WHEEL,sha256=lqmTfV8q-CnQwoFHwi3dsH6K8vVffRgdTHo8KC7eFpQ,100
|
||||
audioop_lts-0.2.2.dist-info/licenses/LICENSE,sha256=NDI35L5OF4e7VAGavNYdSEZax_wuEvQYOEb6aLhEc3E,14215
|
||||
audioop_lts-0.2.2.dist-info/top_level.txt,sha256=zl-DTW3eCS46Ddt9xGWY-5evE7-FSvwemDaBMelsgCs,8
|
||||
5
Lib/site-packages/audioop_lts-0.2.2.dist-info/WHEEL
Normal file
5
Lib/site-packages/audioop_lts-0.2.2.dist-info/WHEEL
Normal file
@ -0,0 +1,5 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: setuptools (80.9.0)
|
||||
Root-Is-Purelib: false
|
||||
Tag: cp313-abi3-win_amd64
|
||||
|
||||
@ -0,0 +1 @@
|
||||
audioop
|
||||
Reference in New Issue
Block a user