FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
codex/sdk/python/pyproject.toml at main · codengine/codex · GitHub
codengine
/
codex
Public
forked from
openai/codex
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
codex
/
sdk
/
python
/
pyproject.toml
Copy path
More file actions
More file actions
Latest commit
History
History
History
74 lines (64 loc) · 1.79 KB
Breadcrumbs
codex
/
sdk
/
python
/
pyproject.toml
Copy path
File metadata and controls
74 lines (64 loc) · 1.79 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[
build-system
]
requires
= [
"
uv_build>=0.11.19,<0.12
"
]
build-backend
=
"
uv_build
"
[
project
]
name
=
"
openai-codex
"
version
=
"
0.0.0-dev
"
description
=
"
Python SDK for Codex
"
readme
=
"
README.md
"
requires-python
=
"
>=3.10
"
license
=
"
Apache-2.0
"
authors
= [{
name
=
"
OpenAI
"
}]
keywords
= [
"
codex
"
,
"
sdk
"
,
"
llm
"
,
"
ai
"
,
"
agents
"
]
classifiers
= [
"
Development Status :: 5 - Production/Stable
"
,
"
Intended Audience :: Developers
"
,
"
Topic :: Software Development :: Libraries :: Python Modules
"
,
]
dependencies
= [
"
pydantic>=2.12
"
,
"
openai-codex-cli-bin==0.147.0
"
]
[
project
.
urls
]
Homepage
=
"
https://github.com/openai/codex
"
Repository
=
"
https://github.com/openai/codex
"
Issues
=
"
https://github.com/openai/codex/issues
"
Documentation
=
"
https://github.com/openai/codex/tree/main/sdk/python/docs
"
[
dependency-groups
]
format
= [
"
ruff>=0.15.8
"
]
test
= [
"
pytest>=8.0
"
,
"
datamodel-code-generator==0.31.2
"
,
{
include-group
=
"
format
"
},
]
dev
= [
{
include-group
=
"
test
"
},
{
include-group
=
"
format
"
},
]
[
tool
.
pytest
.
ini_options
]
addopts
=
"
-q
"
testpaths
= [
"
tests
"
]
[
tool
.
ruff
]
target-version
=
"
py310
"
required-version
=
"
>=0.15.8
"
line-length
=
100
extend-exclude
= [
"
notebooks/**
"
,
"
src/openai_codex/generated/**
"
,
]
[
tool
.
ruff
.
lint
]
select
= [
"
E
"
,
"
F
"
,
"
I
"
,
"
B
"
,
"
C4
"
]
ignore
= [
"
E501
"
]
preview
=
true
extend-safe-fixes
= [
"
ALL
"
]
unfixable
= [
"
F841
"
]
[
tool
.
ruff
.
lint
.
per-file-ignores
]
"examples/**/*.py"
= [
"
E402
"
]
"tests/test_real_app_server_integration.py"
= [
"
E402
"
]
[
tool
.
ruff
.
lint
.
isort
]
combine-as-imports
=
true
[
tool
.
uv
]
exclude-newer
=
"
7 days
"
exclude-newer-package
= {
openai-codex-cli-bin
=
"
2026-08-19T00:00:00Z
"
}
index-strategy
=
"
first-index
"
[
tool
.
uv
.
pip
]
exclude-newer
=
"
7 days
"
exclude-newer-package
= {
openai-codex-cli-bin
=
"
2026-08-19T00:00:00Z
"
}
index-strategy
=
"
first-index
"
Back
|
FazBrowse Home
|
New Git URL