Skip to content

Commit 7739ee9

Browse files
author
David Braun
committed
update pypi
1 parent a865d33 commit 7739ee9

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# AbletonParsing
22
Parse an Ableton ASD clip file in Python.
33

4+
## Install
5+
6+
`pip install abletonparsing`
7+
8+
## API
9+
410
Clip class:
511
* .loop_on - ( bool , READ/WRITE ) - Loop toggle is on
612
* .start_marker - ( float , READ/WRITE ) - Start marker in beats relative to 1.1.1

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[metadata]
2-
name = abletonparsing-braun
2+
name = abletonparsing
33
version = 0.1.1
44
author = David Braun
55
author_email = braun@ccrma.stanford.edu
@@ -13,13 +13,13 @@ classifiers =
1313
Programming Language :: Python :: 3
1414
License :: OSI Approved :: MIT License
1515
Operating System :: OS Independent
16-
tests_require = pytest; librosa; soundfile; pyrubberband
1716

1817
[options]
1918
package_dir =
2019
= src
2120
packages = find:
2221
python_requires = >=3.6
22+
tests_require = pytest; librosa; soundfile; pyrubberband
2323

2424
[options.packages.find]
2525
where = src

0 commit comments

Comments
 (0)