FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
msgpack-python/pyproject.toml at main · DiamondLightSource/msgpack-python · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
DiamondLightSource
/
msgpack-python
Public
forked from
msgpack/msgpack-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
msgpack-python
/
pyproject.toml
Copy path
More file actions
More file actions
Latest commit
History
History
History
52 lines (46 loc) · 1.38 KB
Breadcrumbs
msgpack-python
/
pyproject.toml
Copy path
File metadata and controls
52 lines (46 loc) · 1.38 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
43
44
45
46
47
48
49
50
51
52
[
build-system
]
requires
= [
"
setuptools >= 78.1.1
"
]
build-backend
=
"
setuptools.build_meta
"
[
project
]
name
=
"
msgpack
"
dynamic
= [
"
version
"
]
license
=
"
Apache-2.0
"
authors
= [{
name
=
"
Inada Naoki
"
,
email
=
"
songofacandy@gmail.com
"
}]
description
=
"
MessagePack serializer
"
readme
=
"
README.md
"
keywords
= [
"
msgpack
"
,
"
messagepack
"
,
"
serializer
"
,
"
serialization
"
,
"
binary
"
]
requires-python
=
"
>=3.10
"
classifiers
= [
"
Development Status :: 5 - Production/Stable
"
,
"
Operating System :: OS Independent
"
,
"
Topic :: File Formats
"
,
"
Intended Audience :: Developers
"
,
"
Programming Language :: Python :: Implementation :: CPython
"
,
"
Programming Language :: Python :: Implementation :: PyPy
"
,
]
dependencies
= []
[
project
.
urls
]
Homepage
=
"
https://msgpack.org/
"
Documentation
=
"
https://msgpack-python.readthedocs.io/
"
Repository
=
"
https://github.com/msgpack/msgpack-python/
"
Tracker
=
"
https://github.com/msgpack/msgpack-python/issues
"
Changelog
=
"
https://github.com/msgpack/msgpack-python/blob/main/CHANGELOG.md
"
[
tool
.
setuptools
]
#
Do not install C/C++/Cython source files
include-package-data
=
false
[
tool
.
setuptools
.
dynamic
]
version
= {
attr
=
"
msgpack.__version__
"
}
[
tool
.
ruff
]
line-length
=
100
target-version
=
"
py310
"
lint.select
= [
"
E
"
,
#
pycodestyle
"
F
"
,
#
Pyflakes
"
I
"
,
#
isort
#
"UP", pyupgrade
]
[
dependency-groups
]
dev
= [
"
cython>=3.2.5
"
,
"
pytest>=9.0.3
"
,
]
Back
|
FazBrowse Home
|
New Git URL