FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
jackclient-python/pyproject.toml at master · spatialaudio/jackclient-python · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
spatialaudio
/
jackclient-python
Public
Notifications
You must be signed in to change notification settings
Fork
28
Star
150
Code
Issues
14
Pull requests
5
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
jackclient-python
/
pyproject.toml
Copy path
More file actions
More file actions
Latest commit
History
History
History
42 lines (36 loc) · 1.14 KB
Breadcrumbs
jackclient-python
/
pyproject.toml
Copy path
File metadata and controls
42 lines (36 loc) · 1.14 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[
build-system
]
requires
= [
"
setuptools
"
,
"
setuptools-scm
"
,
"
cffi
"
]
build-backend
=
"
setuptools.build_meta
"
[
project
]
name
=
"
JACK-Client
"
license
=
"
MIT
"
dynamic
= [
"
version
"
]
description
=
"
JACK Audio Connection Kit (JACK) Client for Python
"
readme
=
"
README.rst
"
keywords
= [
"
JACK
"
,
"
audio
"
,
"
low-latency
"
,
"
multi-channel
"
]
authors
= [{
name
=
"
Matthias Geier
"
,
email
=
"
Matthias.Geier@gmail.com
"
}]
classifiers
= [
"
Operating System :: OS Independent
"
,
"
Programming Language :: Python
"
,
"
Programming Language :: Python :: 3
"
,
"
Topic :: Multimedia :: Sound/Audio
"
,
]
requires-python
=
"
>=3.7
"
dependencies
= [
"
cffi
"
]
[
project
.
urls
]
Documentation
=
"
http://jackclient-python.readthedocs.io/
"
Repository
=
"
https://github.com/spatialaudio/jackclient-python/
"
Issues
=
"
https://github.com/spatialaudio/jackclient-python/issues
"
[
dependency-groups
]
dev
= [{
include-group
=
"
test
"
}, {
include-group
=
"
doc
"
}]
test
= [
"
pytest
"
]
doc
= [
"
insipid-sphinx-theme
"
,
"
sphinx-last-updated-by-git
"
,
]
[
tool
.
setuptools
]
py-modules
= [
"
jack
"
,
"
_jack
"
]
[
tool
.
setuptools
.
packages
.
find
]
where
= [
"
src
"
]
[
tool
.
setuptools
.
dynamic
]
version
= {
attr
=
"
jack.__version__
"
}
Back
|
FazBrowse Home
|
New Git URL