Metadata-Version: 2.4
Name: cydsp
Version: 0.1.3.post1
Summary: High-performance Python DSP toolkit built on C++ libraries via nanobind
Author: cydsp contributors
Author-email: Shakeeb Alireza <shakfu@users.noreply.github.com>
License: MIT
Keywords: audio,dsp,signal-processing,filters,fft,synthesis,effects
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: C++
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Sound/Audio :: Analysis
Classifier: Topic :: Multimedia :: Sound/Audio :: Sound Synthesis
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: nanodsp==0.1.3

## cydsp is now nanodsp

This package has been renamed. Use `pip install nanodsp` instead.

New package: <https://pypi.org/project/nanodsp>

New repo: <https://github.com/shakfu/nanodsp>

Note that installing this [package](https://pypi.org/project/cydsp/0.1.3.post1/
) (which was renamed at `v0.1.3.post1`) will always install `nanodsp==0.1.3`. Development will continue in the nanodsp project.
