Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy
 

How to install dawdreamer via python pip




dawdreamer - An audio-processing Python library supporting core DAW features, it belongs to Classifiers:

- License :: OSI Approved :: GNU General Public License v3 (GPLv3)
- Operating System :: MacOS
- Operating System :: Microsoft
- Operating System :: POSIX :: Linux
- Programming Language :: C
- Programming Language :: C++
- Topic :: Multimedia
- Topic :: Multimedia :: Sound/Audio

When you know about this project and you want to new install dawdreamer to support your project or you get trouble as ModuleNotFoundError: No module named "dawdreamer" or ImportError: cannot import name "dawdreamer" in your project, let follow this tutorial to install dawdreamer



Installation:

Step 1: First, ensure you installed pip in your os, to check pip has been installed on your computer

In Windows (CMD):

py -m pip --version

In Unix/macOS:

python3 -m pip --version

Ensure pip, setuptools, and wheel are up to date:

In Windows (CMD):

py -m pip install --upgrade pip setuptools wheel

In Unix/macOS:

python3 -m pip install --upgrade pip setuptools wheel


Optional - If you want to install in virtual environment:

In Windows (CMD):

- Install virtualenv - if you installed it, please ignore

py -m pip install --user virtualenv

- Create a virtual environment

py -m venv test_dawdreamer_env

- Active the virtual environment

test_dawdreamer_env\Scripts\active

In Unix/macOS:

- Install virtualenv - if you installed it, please ignore

pip3 install virtualenv

- Create a virtual environment

python3 -m venv test_dawdreamer_env

- Active the virtual environment

source test_dawdreamer_env/bin/active


Step 2: OK, now, let flow below content to start the installation dawdreamer

To install dawdreamer on Windows(CMD):

py -m pip install dawdreamer

To install dawdreamer on Unix/macOs:

pip install dawdreamer


Step 3: If you want to install a specific dawdreamer version, add ==<dawdreamer version> to the end command line

Example:

pip install dawdreamer==0.5.7.5


Please see the version list below table:

VersionReleased dateCommand
dawdreamer 0.6.102022-06-30T04:17:35Windows:

py -m pip install dawdreamer==0.6.10

Unix/macOs:

pip install dawdreamer==0.6.10

dawdreamer 0.6.92022-06-09T02:31:41Windows:

py -m pip install dawdreamer==0.6.9

Unix/macOs:

pip install dawdreamer==0.6.9

dawdreamer 0.6.82022-06-08T23:36:09Windows:

py -m pip install dawdreamer==0.6.8

Unix/macOs:

pip install dawdreamer==0.6.8

dawdreamer 0.6.72022-05-21T17:46:53Windows:

py -m pip install dawdreamer==0.6.7

Unix/macOs:

pip install dawdreamer==0.6.7

dawdreamer 0.6.62022-05-18T22:03:52Windows:

py -m pip install dawdreamer==0.6.6

Unix/macOs:

pip install dawdreamer==0.6.6

dawdreamer 0.6.52022-05-11T05:03:31Windows:

py -m pip install dawdreamer==0.6.5

Unix/macOs:

pip install dawdreamer==0.6.5

dawdreamer 0.6.42022-04-28T23:14:29Windows:

py -m pip install dawdreamer==0.6.4

Unix/macOs:

pip install dawdreamer==0.6.4

dawdreamer 0.6.32022-04-19T17:43:57Windows:

py -m pip install dawdreamer==0.6.3

Unix/macOs:

pip install dawdreamer==0.6.3

dawdreamer 0.6.22022-04-19T04:52:33Windows:

py -m pip install dawdreamer==0.6.2

Unix/macOs:

pip install dawdreamer==0.6.2

dawdreamer 0.6.12022-04-04T22:38:43Windows:

py -m pip install dawdreamer==0.6.1

Unix/macOs:

pip install dawdreamer==0.6.1

dawdreamer 0.6.02022-03-24T23:22:20Windows:

py -m pip install dawdreamer==0.6.0

Unix/macOs:

pip install dawdreamer==0.6.0

dawdreamer 0.5.8.22022-01-14T03:24:26Windows:

py -m pip install dawdreamer==0.5.8.2

Unix/macOs:

pip install dawdreamer==0.5.8.2

dawdreamer 0.5.8.12022-01-14T02:05:27Windows:

py -m pip install dawdreamer==0.5.8.1

Unix/macOs:

pip install dawdreamer==0.5.8.1

dawdreamer 0.5.7.92021-10-12T16:24:28Windows:

py -m pip install dawdreamer==0.5.7.9

Unix/macOs:

pip install dawdreamer==0.5.7.9

dawdreamer 0.5.7.82021-10-09T19:41:20Windows:

py -m pip install dawdreamer==0.5.7.8

Unix/macOs:

pip install dawdreamer==0.5.7.8

dawdreamer 0.5.7.72021-09-22T23:54:21Windows:

py -m pip install dawdreamer==0.5.7.7

Unix/macOs:

pip install dawdreamer==0.5.7.7

dawdreamer 0.5.7.52021-09-13T00:09:19Windows:

py -m pip install dawdreamer==0.5.7.5

Unix/macOs:

pip install dawdreamer==0.5.7.5


Step 4: Otherwise, you can install dawdreamer from local archives:

Download the distribution file from dawdreamer-0.6.10-cp310-cp310-win_amd64.whl or the specific dawdreamer version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_dawdreamer_downloaded_file>

On Unix/macOs:

pip install <path_to_dawdreamer_downloaded_file>


List distribution:

- dawdreamer-0.5.7.5-cp38-cp38-macosx_11_0_universal2.whl (python version ==3.8.*)
- dawdreamer-0.5.7.5-cp38-cp38-macosx_11_0_x86_64.whl (python version ==3.8.*)
- dawdreamer-0.5.7.5-cp38-cp38-win_amd64.whl (python version ==3.8.*)
- dawdreamer-0.5.7.5-cp39-cp39-macosx_11_0_universal2.whl (python version ==3.8.*)
- dawdreamer-0.5.7.5-cp39-cp39-macosx_11_0_x86_64.whl (python version ==3.8.*)
- dawdreamer-0.5.7.5-cp39-cp39-win_amd64.whl (python version ==3.8.*)
- dawdreamer-0.5.7.7-cp37-cp37m-win_amd64.whl (python version ==3.7.*)
- dawdreamer-0.5.7.7-cp38-cp38-macosx_11_0_universal2.whl (python version ==3.7.*)
- dawdreamer-0.5.7.7-cp38-cp38-macosx_11_0_x86_64.whl (python version ==3.7.*)
- dawdreamer-0.5.7.7-cp38-cp38-win_amd64.whl (python version ==3.7.*)
- dawdreamer-0.5.7.7-cp39-cp39-macosx_11_0_universal2.whl (python version ==3.7.*)
- dawdreamer-0.5.7.7-cp39-cp39-macosx_11_0_x86_64.whl (python version ==3.7.*)
- dawdreamer-0.5.7.7-cp39-cp39-win_amd64.whl (python version ==3.7.*)
- dawdreamer-0.5.7.8-cp37-cp37m-win_amd64.whl (python version ==3.7.*)
- dawdreamer-0.5.7.8-cp38-cp38-macosx_11_0_universal2.whl (python version ==3.7.*)
- dawdreamer-0.5.7.8-cp38-cp38-macosx_11_0_x86_64.whl (python version ==3.7.*)
- dawdreamer-0.5.7.8-cp38-cp38-win_amd64.whl (python version ==3.7.*)
- dawdreamer-0.5.7.8-cp39-cp39-macosx_11_0_universal2.whl (python version ==3.7.*)
- dawdreamer-0.5.7.8-cp39-cp39-macosx_11_0_x86_64.whl (python version ==3.7.*)
- dawdreamer-0.5.7.8-cp39-cp39-win_amd64.whl (python version ==3.7.*)
- dawdreamer-0.5.7.9-cp37-cp37m-win_amd64.whl (python version ==3.7.*)
- dawdreamer-0.5.7.9-cp38-cp38-macosx_11_0_universal2.whl (python version ==3.7.*)
- dawdreamer-0.5.7.9-cp38-cp38-macosx_11_0_x86_64.whl (python version ==3.7.*)
- dawdreamer-0.5.7.9-cp38-cp38-win_amd64.whl (python version ==3.7.*)
- dawdreamer-0.5.7.9-cp39-cp39-macosx_11_0_universal2.whl (python version ==3.7.*)
- dawdreamer-0.5.7.9-cp39-cp39-macosx_11_0_x86_64.whl (python version ==3.7.*)
- dawdreamer-0.5.7.9-cp39-cp39-win_amd64.whl (python version ==3.7.*)
- dawdreamer-0.5.8.1-cp310-cp310-macosx_10_15_universal2.whl (python version ==3.10.*)
- dawdreamer-0.5.8.1-cp37-cp37m-macosx_10_15_x86_64.whl (python version ==3.10.*)
- dawdreamer-0.5.8.1-cp37-cp37m-win_amd64.whl (python version ==3.10.*)
- dawdreamer-0.5.8.1-cp38-cp38-macosx_10_15_universal2.whl (python version ==3.10.*)
- dawdreamer-0.5.8.1-cp38-cp38-win_amd64.whl (python version ==3.10.*)
- dawdreamer-0.5.8.1-cp39-cp39-macosx_10_15_universal2.whl (python version ==3.10.*)
- dawdreamer-0.5.8.1-cp39-cp39-win_amd64.whl (python version ==3.10.*)
- dawdreamer-0.5.8.2-cp310-cp310-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.5.8.2-cp37-cp37m-macosx_10_15_x86_64.whl (python version >=3.7)
- dawdreamer-0.5.8.2-cp37-cp37m-win_amd64.whl (python version >=3.7)
- dawdreamer-0.5.8.2-cp38-cp38-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.5.8.2-cp38-cp38-win_amd64.whl (python version >=3.7)
- dawdreamer-0.5.8.2-cp39-cp39-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.5.8.2-cp39-cp39-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.0-cp310-cp310-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.0-cp37-cp37m-macosx_10_15_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.0-cp37-cp37m-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.0-cp38-cp38-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.0-cp38-cp38-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.0-cp39-cp39-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.0-cp39-cp39-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.1-cp310-cp310-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.1-cp37-cp37m-macosx_10_15_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.1-cp37-cp37m-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.1-cp38-cp38-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.1-cp38-cp38-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.1-cp39-cp39-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.1-cp39-cp39-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.2-cp310-cp310-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.2-cp37-cp37m-macosx_10_15_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.2-cp37-cp37m-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.2-cp38-cp38-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.2-cp38-cp38-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.2-cp39-cp39-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.2-cp39-cp39-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.3-cp310-cp310-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.3-cp37-cp37m-macosx_10_15_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.3-cp37-cp37m-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.3-cp38-cp38-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.3-cp38-cp38-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.3-cp39-cp39-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.3-cp39-cp39-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.4-cp310-cp310-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.4-cp37-cp37m-macosx_10_15_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.4-cp37-cp37m-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.4-cp38-cp38-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.4-cp38-cp38-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.4-cp39-cp39-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.4-cp39-cp39-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.5-cp310-cp310-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.5-cp37-cp37m-macosx_10_15_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.5-cp37-cp37m-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.5-cp38-cp38-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.5-cp38-cp38-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.5-cp39-cp39-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.5-cp39-cp39-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.6-cp310-cp310-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.6-cp37-cp37m-macosx_10_15_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.6-cp37-cp37m-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.6-cp38-cp38-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.6-cp38-cp38-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.6-cp39-cp39-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.6-cp39-cp39-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.7-cp310-cp310-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.7-cp37-cp37m-macosx_10_15_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.7-cp37-cp37m-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.7-cp38-cp38-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.7-cp38-cp38-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.7-cp39-cp39-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.7-cp39-cp39-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.8-cp310-cp310-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.8-cp310-cp310-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.8-cp37-cp37m-macosx_10_15_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.8-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.8-cp37-cp37m-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.8-cp38-cp38-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.8-cp38-cp38-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.8-cp39-cp39-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.8-cp39-cp39-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.9-cp310-cp310-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.9-cp310-cp310-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.9-cp37-cp37m-macosx_10_15_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.9-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.9-cp37-cp37m-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.9-cp38-cp38-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.9-cp38-cp38-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.9-cp39-cp39-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.9-cp39-cp39-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.10-cp310-cp310-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.10-cp310-cp310-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.10-cp37-cp37m-macosx_10_15_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.10-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.10-cp37-cp37m-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.10-cp38-cp38-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.10-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.10-cp38-cp38-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.10-cp39-cp39-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.10-cp39-cp39-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.11-cp310-cp310-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.11-cp310-cp310-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.11-cp37-cp37m-macosx_10_15_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.11-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.11-cp37-cp37m-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.11-cp38-cp38-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.11-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.11-cp38-cp38-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.11-cp39-cp39-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.11-cp39-cp39-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.12-cp310-cp310-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.12-cp310-cp310-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.12-cp37-cp37m-macosx_10_15_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.12-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.12-cp37-cp37m-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.12-cp38-cp38-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.12-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.12-cp38-cp38-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.12-cp39-cp39-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.12-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.12-cp39-cp39-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.13-cp310-cp310-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.13-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.13-cp310-cp310-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.13-cp37-cp37m-macosx_10_15_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.13-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.13-cp37-cp37m-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.13-cp38-cp38-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.13-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.13-cp38-cp38-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.13-cp39-cp39-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.13-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.13-cp39-cp39-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.14-cp310-cp310-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.14-cp310-cp310-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.14-cp37-cp37m-macosx_10_15_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.14-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.14-cp37-cp37m-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.14-cp38-cp38-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.14-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.14-cp38-cp38-win_amd64.whl (python version >=3.7)
- dawdreamer-0.6.14-cp39-cp39-macosx_10_15_universal2.whl (python version >=3.7)
- dawdreamer-0.6.14-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- dawdreamer-0.6.14-cp39-cp39-win_amd64.whl (python version >=3.7)


Project link:

- Homepage
- Documentation
- Source