FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
JSON-DOC/python/pyproject.toml at main · textcortex/JSON-DOC · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
textcortex
/
JSON-DOC
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
6
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
JSON-DOC
/
python
/
pyproject.toml
Copy path
More file actions
More file actions
Latest commit
History
History
History
46 lines (40 loc) · 1020 Bytes
Breadcrumbs
JSON-DOC
/
python
/
pyproject.toml
Copy path
File metadata and controls
46 lines (40 loc) · 1020 Bytes
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
[
project
]
name
=
"
python-jsondoc
"
version
=
"
0.1.0
"
description
=
"
"
authors
= [{
name
=
"
TextCortex Dev Team
"
,
email
=
"
dev@textcortex.com
"
}]
requires-python
=
"
>=3.10,<3.13
"
readme
=
"
README.md
"
dependencies
= [
"
pydantic>=2.7.2,<3
"
,
"
jsonschema>=4.23.0,<5
"
,
"
pypandoc>=1.15
"
,
"
beautifulsoup4>=4.13.3
"
,
"
typeid-python>=0.3.2
"
,
]
[
project
.
scripts
]
validate_jsondoc
=
"
jsondoc.bin.validate_jsondoc:main
"
convert_jsondoc
=
"
jsondoc.bin.convert_jsondoc:main
"
[
dependency-groups
]
dev
= [
"
datamodel-code-generator>=0.25.9,<0.26
"
,
"
ipdb>=0.13.13
"
,
"
lxml>=5.4.0
"
,
"
pre-commit>=4.1.0
"
,
"
pytest>=8.3.5
"
,
"
python-dotenv>=1.0.1
"
,
"
requests>=2.32.3
"
,
"
ruff>=0.9.10
"
,
]
[
tool
.
hatch
.
build
.
targets
.
sdist
]
include
= [
"
jsondoc
"
]
[
tool
.
hatch
.
build
.
targets
.
wheel
]
include
= [
"
jsondoc
"
]
[
build-system
]
requires
= [
"
hatchling
"
]
build-backend
=
"
hatchling.build
"
[
tool
.
pytest
.
ini_options
]
testpaths
= [
"
tests
"
]
python_files
=
"
test_*.py
"
python_functions
=
"
test_*
"
addopts
=
"
-v
"
Back
|
FazBrowse Home
|
New Git URL