33These are the [ Synthizer] ( https://github.com/synthizer/synthizer ) Python
44bindings. Se the Synthizer manual for more details and example usage.
55
6+ ## WARNING: UINMAINTAINED
7+
8+ This is unmaintained software. Issues will be ignored. PRs will be closed without merging. If it is of use to you, please feel free to fork.
9+
610## Installing From This Repository
711
812You probably want the Pypi version, which will just ` pip install ` for you
@@ -18,25 +22,3 @@ the following procedure:
1822- From the root of this repo, ` python synthizer-c/vendor.py synthizer-vendored `
1923- Then ` python setup.py install ` or ` bdist_wheel ` or whatever.
2024
21- ## Maintainers Wanted
22-
23- I (@ahicks92 ) don't have the bandwidth to maintain all bindings we might want
24- and have primarily moved on to Rust. Consequently the Python bindings can be
25- expected to lag behind Synthizer proper unless maintainers step up. You'll need
26- to know C and Cython to get anywhere fast. Otherwise I'll just be adding to
27- this as I have extra time. How this works is as follows:
28-
29- - You decide to add something.
30- - if whatever you're adding is going to take more than 5 minutes and/or you
31- don't want to be told no after the fact, open an issue and propose a design.
32- - Or if someone else made an issue, use that one.
33- - add the thing and submit a PR.
34- - I review your PR.
35- - We land your PR.
36- - anyone who needs to use Synthizer without a release can use the instructions
37- above for installing from the repository.
38- - At some point, usually around the time of a Synthizer release, I tag a release
39- here as well and your changes go out to Pypi.
40-
41- We're tracking things that need to be added as issues on this repository, if
42- you're looking for ideas or a task list.
0 commit comments