tuney 0.2.0__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.
Files changed (127) hide show
  1. tuney-0.2.0/.gitignore +202 -0
  2. tuney-0.2.0/.idea/.gitignore +10 -0
  3. tuney-0.2.0/.idea/inspectionProfiles/profiles_settings.xml +6 -0
  4. tuney-0.2.0/.idea/misc.xml +7 -0
  5. tuney-0.2.0/.idea/modules.xml +8 -0
  6. tuney-0.2.0/.idea/tuney.iml +10 -0
  7. tuney-0.2.0/.idea/vcs.xml +7 -0
  8. tuney-0.2.0/.idea/workspace.xml +73 -0
  9. tuney-0.2.0/.python-version +1 -0
  10. tuney-0.2.0/LICENSE +21 -0
  11. tuney-0.2.0/PKG-INFO +23 -0
  12. tuney-0.2.0/README.md +3 -0
  13. tuney-0.2.0/assets/guitar/A#3.mp3 +0 -0
  14. tuney-0.2.0/assets/guitar/A#4.mp3 +0 -0
  15. tuney-0.2.0/assets/guitar/A#5.mp3 +0 -0
  16. tuney-0.2.0/assets/guitar/A3.mp3 +0 -0
  17. tuney-0.2.0/assets/guitar/A4.mp3 +0 -0
  18. tuney-0.2.0/assets/guitar/A5.mp3 +0 -0
  19. tuney-0.2.0/assets/guitar/B3.mp3 +0 -0
  20. tuney-0.2.0/assets/guitar/B4.mp3 +0 -0
  21. tuney-0.2.0/assets/guitar/B5.mp3 +0 -0
  22. tuney-0.2.0/assets/guitar/C#3.mp3 +0 -0
  23. tuney-0.2.0/assets/guitar/C#4.mp3 +0 -0
  24. tuney-0.2.0/assets/guitar/C#5.mp3 +0 -0
  25. tuney-0.2.0/assets/guitar/C3.mp3 +0 -0
  26. tuney-0.2.0/assets/guitar/C4.mp3 +0 -0
  27. tuney-0.2.0/assets/guitar/C5.mp3 +0 -0
  28. tuney-0.2.0/assets/guitar/D#3.mp3 +0 -0
  29. tuney-0.2.0/assets/guitar/D#4.mp3 +0 -0
  30. tuney-0.2.0/assets/guitar/D#5.mp3 +0 -0
  31. tuney-0.2.0/assets/guitar/D3.mp3 +0 -0
  32. tuney-0.2.0/assets/guitar/D4.mp3 +0 -0
  33. tuney-0.2.0/assets/guitar/D5.mp3 +0 -0
  34. tuney-0.2.0/assets/guitar/E3.mp3 +0 -0
  35. tuney-0.2.0/assets/guitar/E4.mp3 +0 -0
  36. tuney-0.2.0/assets/guitar/E5.mp3 +0 -0
  37. tuney-0.2.0/assets/guitar/F#3.mp3 +0 -0
  38. tuney-0.2.0/assets/guitar/F#4.mp3 +0 -0
  39. tuney-0.2.0/assets/guitar/F#5.mp3 +0 -0
  40. tuney-0.2.0/assets/guitar/F3.mp3 +0 -0
  41. tuney-0.2.0/assets/guitar/F4.mp3 +0 -0
  42. tuney-0.2.0/assets/guitar/F5.mp3 +0 -0
  43. tuney-0.2.0/assets/guitar/G#3.mp3 +0 -0
  44. tuney-0.2.0/assets/guitar/G#4.mp3 +0 -0
  45. tuney-0.2.0/assets/guitar/G#5.mp3 +0 -0
  46. tuney-0.2.0/assets/guitar/G3.mp3 +0 -0
  47. tuney-0.2.0/assets/guitar/G4.mp3 +0 -0
  48. tuney-0.2.0/assets/guitar/G5.mp3 +0 -0
  49. tuney-0.2.0/assets/piano/A#3.mp3 +0 -0
  50. tuney-0.2.0/assets/piano/A#4.mp3 +0 -0
  51. tuney-0.2.0/assets/piano/A#5.mp3 +0 -0
  52. tuney-0.2.0/assets/piano/A3.mp3 +0 -0
  53. tuney-0.2.0/assets/piano/A4.mp3 +0 -0
  54. tuney-0.2.0/assets/piano/A5.mp3 +0 -0
  55. tuney-0.2.0/assets/piano/B3.mp3 +0 -0
  56. tuney-0.2.0/assets/piano/B4.mp3 +0 -0
  57. tuney-0.2.0/assets/piano/B5.mp3 +0 -0
  58. tuney-0.2.0/assets/piano/C#3.mp3 +0 -0
  59. tuney-0.2.0/assets/piano/C#4.mp3 +0 -0
  60. tuney-0.2.0/assets/piano/C#5.mp3 +0 -0
  61. tuney-0.2.0/assets/piano/C3.mp3 +0 -0
  62. tuney-0.2.0/assets/piano/C4.mp3 +0 -0
  63. tuney-0.2.0/assets/piano/C5.mp3 +0 -0
  64. tuney-0.2.0/assets/piano/D#3.mp3 +0 -0
  65. tuney-0.2.0/assets/piano/D#4.mp3 +0 -0
  66. tuney-0.2.0/assets/piano/D#5.mp3 +0 -0
  67. tuney-0.2.0/assets/piano/D3.mp3 +0 -0
  68. tuney-0.2.0/assets/piano/D4.mp3 +0 -0
  69. tuney-0.2.0/assets/piano/D5.mp3 +0 -0
  70. tuney-0.2.0/assets/piano/E3.mp3 +0 -0
  71. tuney-0.2.0/assets/piano/E4.mp3 +0 -0
  72. tuney-0.2.0/assets/piano/E5.mp3 +0 -0
  73. tuney-0.2.0/assets/piano/F#3.mp3 +0 -0
  74. tuney-0.2.0/assets/piano/F#4.mp3 +0 -0
  75. tuney-0.2.0/assets/piano/F#5.mp3 +0 -0
  76. tuney-0.2.0/assets/piano/F3.mp3 +0 -0
  77. tuney-0.2.0/assets/piano/F4.mp3 +0 -0
  78. tuney-0.2.0/assets/piano/F5.mp3 +0 -0
  79. tuney-0.2.0/assets/piano/G#3.mp3 +0 -0
  80. tuney-0.2.0/assets/piano/G#4.mp3 +0 -0
  81. tuney-0.2.0/assets/piano/G#5.mp3 +0 -0
  82. tuney-0.2.0/assets/piano/G3.mp3 +0 -0
  83. tuney-0.2.0/assets/piano/G4.mp3 +0 -0
  84. tuney-0.2.0/assets/piano/G5.mp3 +0 -0
  85. tuney-0.2.0/pyproject.toml +46 -0
  86. tuney-0.2.0/scripts/play_sound.py +92 -0
  87. tuney-0.2.0/scripts/simple_grid.py +36 -0
  88. tuney-0.2.0/scripts/text_timings.txt +211 -0
  89. tuney-0.2.0/studies/count_scales.py +49 -0
  90. tuney-0.2.0/studies/count_scales.txt +4195 -0
  91. tuney-0.2.0/studies/notes.md +34 -0
  92. tuney-0.2.0/test/__init__.py +6 -0
  93. tuney-0.2.0/test/test_note.py +20 -0
  94. tuney-0.2.0/test/test_scale.py +17 -0
  95. tuney-0.2.0/test/test_text_timings.py +21 -0
  96. tuney-0.2.0/tuney/__init__.py +0 -0
  97. tuney-0.2.0/tuney/__main__.py +10 -0
  98. tuney-0.2.0/tuney/audio/__init__.py +8 -0
  99. tuney-0.2.0/tuney/audio/device_config.py +40 -0
  100. tuney-0.2.0/tuney/audio/file_player.py +37 -0
  101. tuney-0.2.0/tuney/audio/midi.py +20 -0
  102. tuney-0.2.0/tuney/audio/oscillator.py +49 -0
  103. tuney-0.2.0/tuney/audio/player.py +58 -0
  104. tuney-0.2.0/tuney/audio/runnable.py +22 -0
  105. tuney-0.2.0/tuney/audio/sample_data.py +36 -0
  106. tuney-0.2.0/tuney/audio/scipy.py +701 -0
  107. tuney-0.2.0/tuney/audio/synth_player.py +151 -0
  108. tuney-0.2.0/tuney/keyboard/__init__.py +13 -0
  109. tuney-0.2.0/tuney/keyboard/key_types.py +17 -0
  110. tuney-0.2.0/tuney/keyboard/listener.py +93 -0
  111. tuney-0.2.0/tuney/keyboard/queue.py +84 -0
  112. tuney-0.2.0/tuney/mapper/__init__.py +0 -0
  113. tuney-0.2.0/tuney/mapper/linear_mapper.py +29 -0
  114. tuney-0.2.0/tuney/scale/__init__.py +0 -0
  115. tuney-0.2.0/tuney/scale/nearest_note.py +23 -0
  116. tuney-0.2.0/tuney/scale/scale.py +32 -0
  117. tuney-0.2.0/tuney/scale/twelve_tet.py +50 -0
  118. tuney-0.2.0/tuney/time/__init__.py +4 -0
  119. tuney-0.2.0/tuney/time/event.py +61 -0
  120. tuney-0.2.0/tuney/time/text_timings.py +114 -0
  121. tuney-0.2.0/tuney/ui/__init__.py +0 -0
  122. tuney-0.2.0/tuney/ui/controller.py +45 -0
  123. tuney-0.2.0/tuney/ui/keyboard_controller.py +25 -0
  124. tuney-0.2.0/tuney/ui/note_grid.py +74 -0
  125. tuney-0.2.0/tuney/ui/note_grid.tcss +18 -0
  126. tuney-0.2.0/tuney/ui/text_controller.py +48 -0
  127. tuney-0.2.0/uv.lock +697 -0
tuney-0.2.0/.gitignore ADDED
@@ -0,0 +1,202 @@
1
+ # Byte-compiled / optimized / DLL files
2
+ __pycache__/
3
+ *.py[codz]
4
+ *$py.class
5
+
6
+ # C extensions
7
+ *.so
8
+
9
+ # Distribution / packaging
10
+ .Python
11
+ build/
12
+ develop-eggs/
13
+ dist/
14
+ downloads/
15
+ eggs/
16
+ .eggs/
17
+ lib/
18
+ lib64/
19
+ parts/
20
+ sdist/
21
+ var/
22
+ wheels/
23
+ share/python-wheels/
24
+ *.egg-info/
25
+ .installed.cfg
26
+ *.egg
27
+ MANIFEST
28
+
29
+ # PyInstaller
30
+ # Usually these files are written by a python script from a template
31
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
32
+ *.manifest
33
+ *.spec
34
+
35
+ # Installer logs
36
+ pip-log.txt
37
+ pip-delete-this-directory.txt
38
+
39
+ # Unit test / coverage reports
40
+ htmlcov/
41
+ .tox/
42
+ .nox/
43
+ .coverage
44
+ .coverage.*
45
+ .cache
46
+ nosetests.xml
47
+ coverage.xml
48
+ *.cover
49
+ *.py.cover
50
+ .hypothesis/
51
+ .pytest_cache/
52
+ cover/
53
+
54
+ # Translations
55
+ *.mo
56
+ *.pot
57
+
58
+ # Django stuff:
59
+ *.log
60
+ local_settings.py
61
+ db.sqlite3
62
+ db.sqlite3-journal
63
+
64
+ # Flask stuff:
65
+ instance/
66
+ .webassets-cache
67
+
68
+ # Scrapy stuff:
69
+ .scrapy
70
+
71
+ # Sphinx documentation
72
+ docs/_build/
73
+
74
+ # PyBuilder
75
+ .pybuilder/
76
+ target/
77
+
78
+ # Jupyter Notebook
79
+ .ipynb_checkpoints
80
+
81
+ # IPython
82
+ profile_default/
83
+ ipython_config.py
84
+
85
+ # pipenv
86
+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
87
+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
88
+ # having no cross-platform support, pipenv may install dependencies that don't work, or not
89
+ # install all needed dependencies.
90
+ #Pipfile.lock
91
+
92
+ # UV
93
+ # Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
94
+ # This is especially recommended for binary packages to ensure reproducibility, and is more
95
+ # commonly ignored for libraries.
96
+ #uv.lock
97
+
98
+ # poetry
99
+ # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
100
+ # This is especially recommended for binary packages to ensure reproducibility, and is more
101
+ # commonly ignored for libraries.
102
+ # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
103
+ #poetry.lock
104
+ #poetry.toml
105
+
106
+ # pdm
107
+ # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
108
+ # pdm recommends including project-wide configuration in pdm.toml, but excluding .pdm-python.
109
+ # https://pdm-project.org/en/latest/usage/project/#working-with-version-control
110
+ #pdm.lock
111
+ #pdm.toml
112
+ .pdm-python
113
+ .pdm-build/
114
+
115
+ # pixi
116
+ # Similar to Pipfile.lock, it is generally recommended to include pixi.lock in version control.
117
+ #pixi.lock
118
+ # Pixi creates a virtual environment in the .pixi directory, just like venv module creates one
119
+ # in the .venv directory. It is recommended not to include this directory in version control.
120
+ .pixi
121
+
122
+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
123
+ __pypackages__/
124
+
125
+ # Celery stuff
126
+ celerybeat-schedule
127
+ celerybeat.pid
128
+
129
+ # SageMath parsed files
130
+ *.sage.py
131
+
132
+ # Environments
133
+ .env
134
+ .envrc
135
+ .venv
136
+ env/
137
+ venv/
138
+ ENV/
139
+ env.bak/
140
+ venv.bak/
141
+
142
+ # Spyder project settings
143
+ .spyderproject
144
+ .spyproject
145
+
146
+ # Rope project settings
147
+ .ropeproject
148
+
149
+ # mkdocs documentation
150
+ /site
151
+
152
+ # mypy
153
+ .mypy_cache/
154
+ .dmypy.json
155
+ dmypy.json
156
+
157
+ # Pyre type checker
158
+ .pyre/
159
+
160
+ # pytype static type analyzer
161
+ .pytype/
162
+
163
+ # Cython debug symbols
164
+ cython_debug/
165
+
166
+ # PyCharm
167
+ # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
168
+ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
169
+ # and can be added to the global gitignore or merged into this file. For a more nuclear
170
+ # option (not recommended) you can uncomment the following to ignore the entire idea folder.
171
+ #.idea/
172
+
173
+ # Abstra
174
+ # Abstra is an AI-powered process automation framework.
175
+ # Ignore directories containing user credentials, local state, and settings.
176
+ # Learn more at https://abstra.io/docs
177
+ .abstra/
178
+
179
+ # Visual Studio Code
180
+ # Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
181
+ # that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
182
+ # and can be added to the global gitignore or merged into this file. However, if you prefer,
183
+ # you could uncomment the following to ignore the entire vscode folder
184
+ # .vscode/
185
+
186
+ # Ruff stuff:
187
+ .ruff_cache/
188
+
189
+ # PyPI configuration file
190
+ .pypirc
191
+
192
+ # Cursor
193
+ # Cursor is an AI-powered code editor. `.cursorignore` specifies files/directories to
194
+ # exclude from AI features like autocomplete and code analysis. Recommended for sensitive data
195
+ # refer to https://docs.cursor.com/context/ignore-files
196
+ .cursorignore
197
+ .cursorindexingignore
198
+
199
+ # Marimo
200
+ marimo/_static/
201
+ marimo/_lsp/
202
+ __marimo__/
@@ -0,0 +1,10 @@
1
+ # Default ignored files
2
+ /shelf/
3
+ /workspace.xml
4
+ # Editor-based HTTP Client requests
5
+ /httpRequests/
6
+ # Ignored default folder with query files
7
+ /queries/
8
+ # Datasource local storage ignored files
9
+ /dataSources/
10
+ /dataSources.local.xml
@@ -0,0 +1,6 @@
1
+ <component name="InspectionProjectProfileManager">
2
+ <settings>
3
+ <option name="USE_PROJECT_PROFILE" value="false" />
4
+ <version value="1.0" />
5
+ </settings>
6
+ </component>
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="Black">
4
+ <option name="sdkName" value="uv (tuney)" />
5
+ </component>
6
+ <component name="ProjectRootManager" version="2" project-jdk-name="uv (tuney)" project-jdk-type="Python SDK" />
7
+ </project>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/.idea/tuney.iml" filepath="$PROJECT_DIR$/.idea/tuney.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="PYTHON_MODULE" version="4">
3
+ <component name="NewModuleRootManager">
4
+ <content url="file://$MODULE_DIR$">
5
+ <excludeFolder url="file://$MODULE_DIR$/.venv" />
6
+ </content>
7
+ <orderEntry type="jdk" jdkName="uv (tuney)" jdkType="Python SDK" />
8
+ <orderEntry type="sourceFolder" forTests="false" />
9
+ </component>
10
+ </module>
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="" vcs="Git" />
5
+ <mapping directory="$PROJECT_DIR$" vcs="Git" />
6
+ </component>
7
+ </project>
@@ -0,0 +1,73 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="AutoImportSettings">
4
+ <option name="autoReloadType" value="SELECTIVE" />
5
+ </component>
6
+ <component name="ChangeListManager">
7
+ <list default="true" id="3085eefd-6643-4348-8a67-a1b75f9fb3b5" name="Changes" comment="" />
8
+ <option name="SHOW_DIALOG" value="false" />
9
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
10
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
11
+ <option name="LAST_RESOLUTION" value="IGNORE" />
12
+ </component>
13
+ <component name="Git.Settings">
14
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
15
+ </component>
16
+ <component name="ProjectColorInfo"><![CDATA[{
17
+ "associatedIndex": 4
18
+ }]]></component>
19
+ <component name="ProjectId" id="38WvI5T0Xlzrg9zh34arwT425KE" />
20
+ <component name="ProjectViewState">
21
+ <option name="hideEmptyMiddlePackages" value="true" />
22
+ <option name="showLibraryContents" value="true" />
23
+ </component>
24
+ <component name="PropertiesComponent"><![CDATA[{
25
+ "keyToString": {
26
+ "ModuleVcsDetector.initialDetectionPerformed": "true",
27
+ "RunOnceActivity.ShowReadmeOnStart": "true",
28
+ "RunOnceActivity.git.unshallow": "true",
29
+ "RunOnceActivity.typescript.service.memoryLimit.init": "true",
30
+ "ai.playground.ignore.import.keys.banner.in.settings": "true",
31
+ "git-widget-placeholder": "main",
32
+ "node.js.detected.package.eslint": "true",
33
+ "node.js.detected.package.tslint": "true",
34
+ "node.js.selected.package.eslint": "(autodetect)",
35
+ "node.js.selected.package.tslint": "(autodetect)",
36
+ "nodejs_package_manager_path": "npm",
37
+ "vue.rearranger.settings.migration": "true"
38
+ }
39
+ }]]></component>
40
+ <component name="SharedIndexes">
41
+ <attachedChunks>
42
+ <set>
43
+ <option value="bundled-js-predefined-d6986cc7102b-9b0f141eb926-JavaScript-PY-253.29346.308" />
44
+ <option value="bundled-python-sdk-ca5e2b39c7df-6e1f45a539f7-com.jetbrains.pycharm.pro.sharedIndexes.bundled-PY-253.29346.308" />
45
+ </set>
46
+ </attachedChunks>
47
+ </component>
48
+ <component name="TaskManager">
49
+ <task active="true" id="Default" summary="Default task">
50
+ <changelist id="3085eefd-6643-4348-8a67-a1b75f9fb3b5" name="Changes" comment="" />
51
+ <created>1768928058448</created>
52
+ <option name="number" value="Default" />
53
+ <option name="presentableId" value="Default" />
54
+ <updated>1768928058448</updated>
55
+ <workItem from="1768928059428" duration="8369000" />
56
+ </task>
57
+ <servers />
58
+ </component>
59
+ <component name="TypeScriptGeneratedFilesManager">
60
+ <option name="version" value="3" />
61
+ </component>
62
+ <component name="XDebuggerManager">
63
+ <breakpoint-manager>
64
+ <breakpoints>
65
+ <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
66
+ <url>file://$PROJECT_DIR$/tuney/scale/twelve_tet.py</url>
67
+ <line>2</line>
68
+ <option name="timeStamp" value="9" />
69
+ </line-breakpoint>
70
+ </breakpoints>
71
+ </breakpoint-manager>
72
+ </component>
73
+ </project>
@@ -0,0 +1 @@
1
+ 3.12
tuney-0.2.0/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Tom Ritchford
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
tuney-0.2.0/PKG-INFO ADDED
@@ -0,0 +1,23 @@
1
+ Metadata-Version: 2.4
2
+ Name: tuney
3
+ Version: 0.2.0
4
+ Summary: 🎶 Turn text into music (#noAI) 🎶
5
+ License-File: LICENSE
6
+ Classifier: Programming Language :: Python :: 3
7
+ Classifier: Programming Language :: Python :: 3.12
8
+ Classifier: Programming Language :: Python :: 3.13
9
+ Classifier: Programming Language :: Python :: 3.14
10
+ Requires-Python: >=3.12
11
+ Requires-Dist: mido>=1.3.3
12
+ Requires-Dist: numpy>=2.4.1
13
+ Requires-Dist: pynput>=1.8.1
14
+ Requires-Dist: sounddevice>=0.5.3
15
+ Requires-Dist: soundfile>=0.13.1
16
+ Requires-Dist: textual>=7.3.0
17
+ Requires-Dist: ty>=0.0.13
18
+ Requires-Dist: typer>=0.20.1
19
+ Description-Content-Type: text/markdown
20
+
21
+ # tuney
22
+
23
+ Turn text into musical notes
tuney-0.2.0/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # tuney
2
+
3
+ Turn text into musical notes
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,46 @@
1
+ [project]
2
+ name = "tuney"
3
+ version = "0.2.0"
4
+ description = "🎶 Turn text into music (#noAI) 🎶"
5
+ readme = "README.md"
6
+ requires-python = ">=3.12"
7
+ dependencies = [
8
+ "mido>=1.3.3",
9
+ "numpy>=2.4.1",
10
+ "pynput>=1.8.1",
11
+ "sounddevice>=0.5.3",
12
+ "soundfile>=0.13.1",
13
+ "textual>=7.3.0",
14
+ "ty>=0.0.13",
15
+ "typer>=0.20.1",
16
+ ]
17
+ classifiers = ["Programming Language :: Python :: 3", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.14"]
18
+
19
+ [dependency-groups]
20
+ dev = [
21
+ "coverage>=7.13.2",
22
+ "pytest>=9.0.2",
23
+ "pyupgrade>=3.21.2",
24
+ "ruff>=0.14.10",
25
+ "ty>=0.0.8",
26
+ ]
27
+
28
+ [tool.uv]
29
+ package = true
30
+
31
+ [tool.coverage]
32
+ [tool.coverage.run]
33
+ branch = true
34
+
35
+ [tool.coverage.report]
36
+ skip_covered = true
37
+ exclude_lines = ["pragma: no cover", "if False:", "if __name__ == .__main__.:", "raise NotImplementedError"]
38
+
39
+ [tool.ruff.format]
40
+ quote-style = "single"
41
+ [build-system]
42
+ requires = ["hatchling"]
43
+ build-backend = "hatchling.build"
44
+
45
+ [project.scripts]
46
+ tuney = "tuney.__main__:main"