pychuck

View on PyPIReverse Dependencies (0)

1.0.1 pychuck-1.0.1-py3-none-any.whl

Wheel Details

Project: pychuck
Version: 1.0.1
Filename: pychuck-1.0.1-py3-none-any.whl
Download: [link]
Size: 17171
MD5: 0f23f8a2108d001124398d6a8edc6afa
SHA256: f0a1a5cef8bc10056c36bdcdb7868c6defcf88cf520136fe985b1f64fe379983
Uploaded: 2023-05-24 22:05:07 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pychuck
Version: 1.0.1
Summary: Python implementation of music programming language Chuck
Author-Email: Yikai Li <yikaili[at]stanford.edu>
Maintainer-Email: Yikai Li <yikaili[at]stanford.edu>
Project-Url: documentation, https://pychuck.readthedocs.io/en/latest/
Project-Url: repository, https://github.com/42x00/pychuck.git
License: Copyright (c) 2018 The Python Packaging Authority Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Keywords: chuck,music,programming,sound,synthesis
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Requires-Python: >=3.7
Requires-Dist: numpy
Requires-Dist: networkx
Requires-Dist: sounddevice
Requires-Dist: PyQt6-QScintilla; extra == "gui"
Provides-Extra: cli
Provides-Extra: gui
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 502 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.40.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
pychuck/__init__.py sha256=Yd7p9NP9hdPfbHZpT1FH9llT4JtGkyhZbxGS5bcRmbY 278
pychuck/core.py sha256=jorW_qnLhgGXi8-T5Sk5s8yiImAhz9I-XhcCUK3vJa8 6104
pychuck/gui.py sha256=BRPeilcHFiYIx6qkg1T3XmVhJBgfmwI77M0gTWbIHaA 22107
pychuck/unit.py sha256=Edykd_6cIa5t1vJftea6HilIGNS8pymcomWhFpIrQAg 4335
pychuck/util.py sha256=Oy5-BDxOUcdOvepUmjiRiFOk2kudBrV5O7XbO8tC9zA 5647
pychuck/ui/main.py sha256=CgBA814uNtEhgavu4DQzqJ75P7ywqznGInfzTas-CNM 10302
pychuck/ui/pyaudicle.py sha256=ZKrFVUpHN_MGp_uVPZpO6mdRPnFjpYF6jrzejaC9V6I 12005
pychuck-1.0.1.dist-info/LICENSE sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00 1073
pychuck-1.0.1.dist-info/METADATA sha256=O2IZ8J4sFbi_hX2eTh_pBqd2Sr0xO2zBYg6CaFzB7h0 2458
pychuck-1.0.1.dist-info/WHEEL sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18 92
pychuck-1.0.1.dist-info/entry_points.txt sha256=8_yR2Gebti5mKXUYT0aiZgiyomWYW2sx-9chezjCKvw 99
pychuck-1.0.1.dist-info/top_level.txt sha256=PuNYg1AVhCNZjdH1hve6KZiPmexZF7R6C6Mtg2oemGI 8
pychuck-1.0.1.dist-info/RECORD

top_level.txt

pychuck

entry_points.txt

pychuck = pychuck.core:main_cli
pyaudicle = pychuck.core:main_gui