FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
pybind11_mkdoc/pyproject.toml at master · pybind/pybind11_mkdoc · GitHub
pybind
/
pybind11_mkdoc
Public
Notifications
You must be signed in to change notification settings
Fork
24
Star
44
Code
Issues
4
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
pybind11_mkdoc
/
pyproject.toml
Copy path
More file actions
More file actions
Latest commit
History
History
History
59 lines (49 loc) · 1.43 KB
Breadcrumbs
pybind11_mkdoc
/
pyproject.toml
Copy path
File metadata and controls
59 lines (49 loc) · 1.43 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
53
54
55
56
57
58
59
[
build-system
]
requires
= [
"
flit_core>=3.9
"
]
build-backend
=
"
flit_core.buildapi
"
[
project
]
name
=
"
pybind11_mkdoc
"
description
=
"
Generate documentation bindings for pybind11 modules.
"
readme
=
"
README.md
"
requires-python
=
"
>=3.9
"
license
=
"
MIT
"
authors
= [
{
name
=
"
Wenzel Jakob
"
,
email
=
"
wenzel.jakob@epfl.ch
"
}
]
urls.homepage
=
"
https://github.com/pybind/pybind11_mkdoc
"
dependencies
= [
"
clang
"
]
classifiers
= [
"
Development Status :: 3 - Alpha
"
,
"
Programming Language :: Python :: 3.9
"
,
"
Programming Language :: Python :: 3.10
"
,
"
Programming Language :: Python :: 3.11
"
,
"
Programming Language :: Python :: 3.12
"
,
"
Programming Language :: Python :: 3.13
"
,
"
Programming Language :: Python :: 3.14
"
,
"
Programming Language :: Python :: 3.15
"
,
"
Topic :: Software Development :: Documentation
"
,
"
Operating System :: POSIX
"
,
"
Operating System :: MacOS
"
,
"
Typing :: Typed
"
]
dynamic
= [
"
version
"
]
[
dependency-groups
]
test
= [
"
pytest
"
,
"
pybind11
"
,
]
dev
= [{
include-group
=
"
test
"
}]
[
project
.
scripts
]
pybind11-mkdoc
=
"
pybind11_mkdoc:main
"
[
tool
.
flit
.
sdist
]
include
= [
"
tests/**/*.py
"
,
"
tests/**/*.h
"
,
"
.gitignore
"
]
[
tool
.
mypy
]
files
= [
"
pybind11_mkdoc
"
]
strict
=
true
warn_unreachable
=
true
enable_error_code
= [
"
ignore-without-code
"
,
"
redundant-expr
"
,
"
truthy-bool
"
]
[[
tool
.
mypy
.
overrides
]]
module
=
"
clang.*
"
ignore_missing_imports
=
true
[
tool
.
ruff
.
lint
]
ignore
= [
"
S110
"
,
"
BLE
"
,
"
PLW2901
"
,
"
PLW0603
"
,
"
INP001
"
]
Back
|
FazBrowse Home
|
New Git URL