CreativePython 0.0.0__tar.gz → 0.0.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- creativepython-0.0.2/MANIFEST.in +1 -0
- creativepython-0.0.2/PKG-INFO +65 -0
- creativepython-0.0.2/README.md +25 -0
- creativepython-0.0.2/pyproject.toml +45 -0
- creativepython-0.0.2/src/AudioSample.py +969 -0
- creativepython-0.0.2/src/CreativePython.egg-info/PKG-INFO +65 -0
- creativepython-0.0.2/src/CreativePython.egg-info/SOURCES.txt +20 -0
- creativepython-0.0.2/src/CreativePython.egg-info/entry_points.txt +3 -0
- creativepython-0.0.2/src/CreativePython.egg-info/requires.txt +4 -0
- creativepython-0.0.2/src/CreativePython.egg-info/top_level.txt +11 -0
- creativepython-0.0.2/src/_RealtimeAudioPlayer.py +757 -0
- creativepython-0.0.2/src/creativepython_setup.py +101 -0
- creativepython-0.0.2/src/gui.py +3562 -0
- creativepython-0.0.2/src/image.py +76 -0
- creativepython-0.0.2/src/midi.py +942 -0
- creativepython-0.0.2/src/music.py +4513 -0
- creativepython-0.0.2/src/osc.py +385 -0
- creativepython-0.0.2/src/timer.py +574 -0
- creativepython-0.0.0/PKG-INFO +0 -18
- creativepython-0.0.0/README.md +0 -5
- creativepython-0.0.0/pyproject.toml +0 -24
- creativepython-0.0.0/src/CreativePython/import_test.py +0 -6
- creativepython-0.0.0/src/CreativePython.egg-info/PKG-INFO +0 -18
- creativepython-0.0.0/src/CreativePython.egg-info/SOURCES.txt +0 -9
- creativepython-0.0.0/src/CreativePython.egg-info/top_level.txt +0 -1
- {creativepython-0.0.0 → creativepython-0.0.2}/LICENSE +0 -0
- {creativepython-0.0.0 → creativepython-0.0.2}/setup.cfg +0 -0
- {creativepython-0.0.0 → creativepython-0.0.2}/src/CreativePython.egg-info/dependency_links.txt +0 -0
- {creativepython-0.0.0/src/CreativePython → creativepython-0.0.2/src}/__init__.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
recursive-exclude */.DS_Store
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: CreativePython
|
|
3
|
+
Version: 0.0.2
|
|
4
|
+
Summary: A Python-based software environment for developing algorithmic art projects.
|
|
5
|
+
Author-email: "Dr. Bill Manaris" <manaris@cofc.edu>, Taj Ballinger <ballingertj@g.cofc.edu>, Trevor Ritchie <ritchiets@g.cofc.edu>
|
|
6
|
+
License: MIT License
|
|
7
|
+
|
|
8
|
+
Copyright (c) 2025 Dr. Bill Manaris
|
|
9
|
+
|
|
10
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
11
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
12
|
+
in the Software without restriction, including without limitation the rights
|
|
13
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
14
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
15
|
+
furnished to do so, subject to the following conditions:
|
|
16
|
+
|
|
17
|
+
The above copyright notice and this permission notice shall be included in all
|
|
18
|
+
copies or substantial portions of the Software.
|
|
19
|
+
|
|
20
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
23
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
24
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
25
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
26
|
+
SOFTWARE.
|
|
27
|
+
|
|
28
|
+
Project-URL: Homepage, https://jythonmusic.me
|
|
29
|
+
Keywords: audio,midi,learning,algorithmic art,algoart
|
|
30
|
+
Classifier: Programming Language :: Python :: 3
|
|
31
|
+
Classifier: Operating System :: OS Independent
|
|
32
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
33
|
+
Requires-Python: >=3.9
|
|
34
|
+
Description-Content-Type: text/markdown
|
|
35
|
+
License-File: LICENSE
|
|
36
|
+
Provides-Extra: dev
|
|
37
|
+
Requires-Dist: build; extra == "dev"
|
|
38
|
+
Requires-Dist: twine; extra == "dev"
|
|
39
|
+
Dynamic: license-file
|
|
40
|
+
|
|
41
|
+
# CreativePython
|
|
42
|
+
|
|
43
|
+
CreativePython is a Python-based software environment for developing algorithmic art projects. It mirrors the [JythonMusic API](https://jythonmusic.me/api-reference/).
|
|
44
|
+
|
|
45
|
+
This package is still under development.
|
|
46
|
+
|
|
47
|
+
---
|
|
48
|
+
|
|
49
|
+
## Quick Install
|
|
50
|
+
|
|
51
|
+
Download the [CreativePython Install Scripts](https://www.dropbox.com/scl/fo/if4jt56r9noqgj47rk2cq/AFRANez_l8BmKUU19-GAbh4?rlkey=uws2jof8hq2zpj0oke0rt7886&dl=1)
|
|
52
|
+
|
|
53
|
+
### Windows
|
|
54
|
+
1. Right-click `windows_setup.bat` → **Run as Administrator** (it will open PowerShell and run).
|
|
55
|
+
2. Follow any prompts and let it finish.
|
|
56
|
+
|
|
57
|
+
### macOS
|
|
58
|
+
1. Control-click `mac_setup.command` → **Open** (it will open Terminal and run).
|
|
59
|
+
2. Follow any prompts and let it finish.
|
|
60
|
+
|
|
61
|
+
---
|
|
62
|
+
|
|
63
|
+
## Custom Installation
|
|
64
|
+
|
|
65
|
+
See "Advanced Installation" in [INSTALL.md](https://www.dropbox.com/scl/fi/us1j6im3ef67lzyfvq6ub/INSTALL.md?rlkey=fu9yjzj1hk11p6wgmhsc27s8y&dl=0).
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# CreativePython
|
|
2
|
+
|
|
3
|
+
CreativePython is a Python-based software environment for developing algorithmic art projects. It mirrors the [JythonMusic API](https://jythonmusic.me/api-reference/).
|
|
4
|
+
|
|
5
|
+
This package is still under development.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Quick Install
|
|
10
|
+
|
|
11
|
+
Download the [CreativePython Install Scripts](https://www.dropbox.com/scl/fo/if4jt56r9noqgj47rk2cq/AFRANez_l8BmKUU19-GAbh4?rlkey=uws2jof8hq2zpj0oke0rt7886&dl=1)
|
|
12
|
+
|
|
13
|
+
### Windows
|
|
14
|
+
1. Right-click `windows_setup.bat` → **Run as Administrator** (it will open PowerShell and run).
|
|
15
|
+
2. Follow any prompts and let it finish.
|
|
16
|
+
|
|
17
|
+
### macOS
|
|
18
|
+
1. Control-click `mac_setup.command` → **Open** (it will open Terminal and run).
|
|
19
|
+
2. Follow any prompts and let it finish.
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## Custom Installation
|
|
24
|
+
|
|
25
|
+
See "Advanced Installation" in [INSTALL.md](https://www.dropbox.com/scl/fi/us1j6im3ef67lzyfvq6ub/INSTALL.md?rlkey=fu9yjzj1hk11p6wgmhsc27s8y&dl=0).
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = [
|
|
3
|
+
"setuptools>=69.0",
|
|
4
|
+
"tinysoundfont>=0.3.6",
|
|
5
|
+
"osc4py3>=1.0.8",
|
|
6
|
+
"mido>=1.3.3",
|
|
7
|
+
"numpy>=2.3.2",
|
|
8
|
+
"pyaudio>=0.2.14",
|
|
9
|
+
"PySide6>=6.9.1",
|
|
10
|
+
"sounddevice>=0.5.2",
|
|
11
|
+
"soundfile>=0.13.1",
|
|
12
|
+
"pooch>=1.8",
|
|
13
|
+
"platformdirs>=4.2",
|
|
14
|
+
"pypianoroll>=1.0"
|
|
15
|
+
]
|
|
16
|
+
build-backend = "setuptools.build_meta"
|
|
17
|
+
|
|
18
|
+
[project]
|
|
19
|
+
name = "CreativePython"
|
|
20
|
+
version = "0.0.2"
|
|
21
|
+
description = "A Python-based software environment for developing algorithmic art projects."
|
|
22
|
+
readme = "README.md"
|
|
23
|
+
license = { file = "LICENSE" }
|
|
24
|
+
authors = [
|
|
25
|
+
{ name = "Dr. Bill Manaris", email = "manaris@cofc.edu" },
|
|
26
|
+
{ name = "Taj Ballinger", email = "ballingertj@g.cofc.edu" },
|
|
27
|
+
{ name = "Trevor Ritchie", email = "ritchiets@g.cofc.edu" },
|
|
28
|
+
]
|
|
29
|
+
keywords = ["audio", "midi", "learning", "algorithmic art", "algoart"]
|
|
30
|
+
requires-python = ">=3.9"
|
|
31
|
+
classifiers = [
|
|
32
|
+
"Programming Language :: Python :: 3",
|
|
33
|
+
"Operating System :: OS Independent",
|
|
34
|
+
"License :: OSI Approved :: MIT License",
|
|
35
|
+
]
|
|
36
|
+
|
|
37
|
+
[project.urls]
|
|
38
|
+
Homepage = "https://jythonmusic.me"
|
|
39
|
+
|
|
40
|
+
[project.scripts]
|
|
41
|
+
cp-setup = "creativepython_setup:run"
|
|
42
|
+
cp-test = "creativepython_setup:playNote"
|
|
43
|
+
|
|
44
|
+
[project.optional-dependencies]
|
|
45
|
+
dev = ["build", "twine"]
|