codex-local-sdk-python 0.1.0__tar.gz → 0.1.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/MANIFEST.in +0 -0
- codex_local_sdk_python-0.1.2/PKG-INFO +71 -0
- codex_local_sdk_python-0.1.2/README.md +57 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/pyproject.toml +2 -1
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/setup.cfg +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_local_sdk/__init__.py +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_local_sdk/client.py +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_local_sdk/exceptions.py +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_local_sdk/models.py +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_local_sdk/session_store.py +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_local_sdk/telemetry.py +0 -0
- codex_local_sdk_python-0.1.2/src/codex_local_sdk_python.egg-info/PKG-INFO +71 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_local_sdk_python.egg-info/SOURCES.txt +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_local_sdk_python.egg-info/dependency_links.txt +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_local_sdk_python.egg-info/entry_points.txt +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_local_sdk_python.egg-info/top_level.txt +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_sdk_python/__init__.py +1 -1
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_sdk_python/cli.py +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_sdk_python/data/docs/documentation/AGENTS.md +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_sdk_python/data/docs/documentation/README.md +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_sdk_python/data/docs/documentation/architecture_starter.md +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_sdk_python/data/docs/documentation/automation_ci_cd.md +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_sdk_python/data/docs/documentation/codex_core_docs.md +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_sdk_python/data/docs/documentation/configuration.md +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_sdk_python/data/docs/documentation/enterprise_governance.md +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_sdk_python/data/docs/documentation/mcp_and_skills.md +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_sdk_python/data/docs/documentation/model_pricing_notes.md +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_sdk_python/data/docs/documentation/programmatic_integration.md +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_sdk_python/data/docs/documentation/security_permissions.md +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_sdk_python/data/docs/documentation/setup_auth.md +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_sdk_python/data/docs/html documentation/api-reference.html +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_sdk_python/data/docs/html documentation/assets/styles.css +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_sdk_python/data/docs/html documentation/examples.html +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_sdk_python/data/docs/html documentation/getting-started.html +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_sdk_python/data/docs/html documentation/index.html +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_sdk_python/data/docs/html documentation/live-threads.html +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_sdk_python/data/docs/html documentation/testing-and-quality.html +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_sdk_python/data/skills/codex-local-sdk-usage/SKILL.md +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_sdk_python/data/skills/codex-local-sdk-usage/agents/openai.yaml +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_sdk_python/data/skills/codex-local-sdk-usage/assets/template_async_run.py +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_sdk_python/data/skills/codex-local-sdk-usage/assets/template_live_stream.py +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_sdk_python/data/skills/codex-local-sdk-usage/assets/template_resume_named_session.py +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_sdk_python/data/skills/codex-local-sdk-usage/assets/template_schema_output.py +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_sdk_python/data/skills/codex-local-sdk-usage/assets/template_sync_run.py +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_sdk_python/data/skills/codex-local-sdk-usage/assets/template_telemetry_and_retry.py +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_sdk_python/data/skills/codex-local-sdk-usage/assets/template_thread_session.py +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_sdk_python/data/skills/codex-local-sdk-usage/references/guardrails-and-failure-modes.md +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_sdk_python/data/skills/codex-local-sdk-usage/references/sdk-api-cheatsheet.md +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_sdk_python/data/skills/codex-local-sdk-usage/references/task-routing.md +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_sdk_python/data/skills/codex-local-sdk-usage/scripts/preflight_check.py +0 -0
- {codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_sdk_python/data/skills/codex-local-sdk-usage/scripts/scaffold_usage_template.py +0 -0
- codex_local_sdk_python-0.1.0/PKG-INFO +0 -36
- codex_local_sdk_python-0.1.0/README.md +0 -23
- codex_local_sdk_python-0.1.0/src/codex_local_sdk_python.egg-info/PKG-INFO +0 -36
|
File without changes
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: codex-local-sdk-python
|
|
3
|
+
Version: 0.1.2
|
|
4
|
+
Summary: Python SDK wrapper around codex exec with bundled skill/docs scaffolding CLI.
|
|
5
|
+
Author: Codex Local SDK Maintainers
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/maestromaximo/codex-local-sdk-python
|
|
8
|
+
Project-URL: Repository, https://github.com/maestromaximo/codex-local-sdk-python
|
|
9
|
+
Classifier: Programming Language :: Python :: 3
|
|
10
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
11
|
+
Classifier: Operating System :: OS Independent
|
|
12
|
+
Requires-Python: >=3.10
|
|
13
|
+
Description-Content-Type: text/markdown
|
|
14
|
+
|
|
15
|
+
# codex-local-sdk-python
|
|
16
|
+
|
|
17
|
+
[](https://pypi.org/project/codex-local-sdk-python/)
|
|
18
|
+
[](https://pypi.org/project/codex-local-sdk-python/)
|
|
19
|
+
[](https://github.com/maestromaximo/codex-local-sdk-python/actions/workflows/unit.yml)
|
|
20
|
+
[](https://github.com/maestromaximo/codex-local-sdk-python/blob/main/LICENSE)
|
|
21
|
+
|
|
22
|
+
`codex-local-sdk-python` packages this repository's local `codex_local_sdk` module as an installable
|
|
23
|
+
PyPI distribution and adds a companion CLI:
|
|
24
|
+
|
|
25
|
+
- `codex-sdk skill` copies the bundled `codex-local-sdk-usage` skill to `.agents/skills/`.
|
|
26
|
+
- `codex-sdk docs` copies bundled documentation to `codex-sdk-documentation/`.
|
|
27
|
+
|
|
28
|
+
Project policies:
|
|
29
|
+
|
|
30
|
+
- Contributing: `CONTRIBUTING.md`
|
|
31
|
+
- Security: `SECURITY.md`
|
|
32
|
+
- License: `LICENSE` (MIT)
|
|
33
|
+
|
|
34
|
+
## Install
|
|
35
|
+
|
|
36
|
+
```bash
|
|
37
|
+
pip install codex-local-sdk-python
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
## Python usage
|
|
41
|
+
|
|
42
|
+
```python
|
|
43
|
+
from codex_local_sdk import CodexExecRequest, CodexLocalClient
|
|
44
|
+
|
|
45
|
+
client = CodexLocalClient()
|
|
46
|
+
result = client.run(CodexExecRequest(prompt="Summarize this repo"), timeout_seconds=120)
|
|
47
|
+
print(result.final_message)
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
## CLI
|
|
51
|
+
|
|
52
|
+
```bash
|
|
53
|
+
codex-sdk --help
|
|
54
|
+
codex-sdk skill
|
|
55
|
+
codex-sdk docs
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
Command details:
|
|
59
|
+
|
|
60
|
+
- `codex-sdk skill` copies `codex-local-sdk-usage` to `.agents/skills/`
|
|
61
|
+
- `codex-sdk docs` copies docs to `codex-sdk-documentation/`
|
|
62
|
+
- use `--output <dir>` to choose destination root
|
|
63
|
+
- use `--force` to overwrite existing files
|
|
64
|
+
|
|
65
|
+
Examples:
|
|
66
|
+
|
|
67
|
+
```bash
|
|
68
|
+
codex-sdk skill --output .
|
|
69
|
+
codex-sdk docs --output .
|
|
70
|
+
codex-sdk skill --output /path/to/project --force
|
|
71
|
+
```
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
# codex-local-sdk-python
|
|
2
|
+
|
|
3
|
+
[](https://pypi.org/project/codex-local-sdk-python/)
|
|
4
|
+
[](https://pypi.org/project/codex-local-sdk-python/)
|
|
5
|
+
[](https://github.com/maestromaximo/codex-local-sdk-python/actions/workflows/unit.yml)
|
|
6
|
+
[](https://github.com/maestromaximo/codex-local-sdk-python/blob/main/LICENSE)
|
|
7
|
+
|
|
8
|
+
`codex-local-sdk-python` packages this repository's local `codex_local_sdk` module as an installable
|
|
9
|
+
PyPI distribution and adds a companion CLI:
|
|
10
|
+
|
|
11
|
+
- `codex-sdk skill` copies the bundled `codex-local-sdk-usage` skill to `.agents/skills/`.
|
|
12
|
+
- `codex-sdk docs` copies bundled documentation to `codex-sdk-documentation/`.
|
|
13
|
+
|
|
14
|
+
Project policies:
|
|
15
|
+
|
|
16
|
+
- Contributing: `CONTRIBUTING.md`
|
|
17
|
+
- Security: `SECURITY.md`
|
|
18
|
+
- License: `LICENSE` (MIT)
|
|
19
|
+
|
|
20
|
+
## Install
|
|
21
|
+
|
|
22
|
+
```bash
|
|
23
|
+
pip install codex-local-sdk-python
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
## Python usage
|
|
27
|
+
|
|
28
|
+
```python
|
|
29
|
+
from codex_local_sdk import CodexExecRequest, CodexLocalClient
|
|
30
|
+
|
|
31
|
+
client = CodexLocalClient()
|
|
32
|
+
result = client.run(CodexExecRequest(prompt="Summarize this repo"), timeout_seconds=120)
|
|
33
|
+
print(result.final_message)
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
## CLI
|
|
37
|
+
|
|
38
|
+
```bash
|
|
39
|
+
codex-sdk --help
|
|
40
|
+
codex-sdk skill
|
|
41
|
+
codex-sdk docs
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
Command details:
|
|
45
|
+
|
|
46
|
+
- `codex-sdk skill` copies `codex-local-sdk-usage` to `.agents/skills/`
|
|
47
|
+
- `codex-sdk docs` copies docs to `codex-sdk-documentation/`
|
|
48
|
+
- use `--output <dir>` to choose destination root
|
|
49
|
+
- use `--force` to overwrite existing files
|
|
50
|
+
|
|
51
|
+
Examples:
|
|
52
|
+
|
|
53
|
+
```bash
|
|
54
|
+
codex-sdk skill --output .
|
|
55
|
+
codex-sdk docs --output .
|
|
56
|
+
codex-sdk skill --output /path/to/project --force
|
|
57
|
+
```
|
|
@@ -4,10 +4,11 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "codex-local-sdk-python"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.2"
|
|
8
8
|
description = "Python SDK wrapper around codex exec with bundled skill/docs scaffolding CLI."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
11
|
+
license = "MIT"
|
|
11
12
|
authors = [
|
|
12
13
|
{ name = "Codex Local SDK Maintainers" }
|
|
13
14
|
]
|
|
File without changes
|
{codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_local_sdk/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_local_sdk/exceptions.py
RENAMED
|
File without changes
|
|
File without changes
|
{codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_local_sdk/session_store.py
RENAMED
|
File without changes
|
{codex_local_sdk_python-0.1.0 → codex_local_sdk_python-0.1.2}/src/codex_local_sdk/telemetry.py
RENAMED
|
File without changes
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: codex-local-sdk-python
|
|
3
|
+
Version: 0.1.2
|
|
4
|
+
Summary: Python SDK wrapper around codex exec with bundled skill/docs scaffolding CLI.
|
|
5
|
+
Author: Codex Local SDK Maintainers
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/maestromaximo/codex-local-sdk-python
|
|
8
|
+
Project-URL: Repository, https://github.com/maestromaximo/codex-local-sdk-python
|
|
9
|
+
Classifier: Programming Language :: Python :: 3
|
|
10
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
11
|
+
Classifier: Operating System :: OS Independent
|
|
12
|
+
Requires-Python: >=3.10
|
|
13
|
+
Description-Content-Type: text/markdown
|
|
14
|
+
|
|
15
|
+
# codex-local-sdk-python
|
|
16
|
+
|
|
17
|
+
[](https://pypi.org/project/codex-local-sdk-python/)
|
|
18
|
+
[](https://pypi.org/project/codex-local-sdk-python/)
|
|
19
|
+
[](https://github.com/maestromaximo/codex-local-sdk-python/actions/workflows/unit.yml)
|
|
20
|
+
[](https://github.com/maestromaximo/codex-local-sdk-python/blob/main/LICENSE)
|
|
21
|
+
|
|
22
|
+
`codex-local-sdk-python` packages this repository's local `codex_local_sdk` module as an installable
|
|
23
|
+
PyPI distribution and adds a companion CLI:
|
|
24
|
+
|
|
25
|
+
- `codex-sdk skill` copies the bundled `codex-local-sdk-usage` skill to `.agents/skills/`.
|
|
26
|
+
- `codex-sdk docs` copies bundled documentation to `codex-sdk-documentation/`.
|
|
27
|
+
|
|
28
|
+
Project policies:
|
|
29
|
+
|
|
30
|
+
- Contributing: `CONTRIBUTING.md`
|
|
31
|
+
- Security: `SECURITY.md`
|
|
32
|
+
- License: `LICENSE` (MIT)
|
|
33
|
+
|
|
34
|
+
## Install
|
|
35
|
+
|
|
36
|
+
```bash
|
|
37
|
+
pip install codex-local-sdk-python
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
## Python usage
|
|
41
|
+
|
|
42
|
+
```python
|
|
43
|
+
from codex_local_sdk import CodexExecRequest, CodexLocalClient
|
|
44
|
+
|
|
45
|
+
client = CodexLocalClient()
|
|
46
|
+
result = client.run(CodexExecRequest(prompt="Summarize this repo"), timeout_seconds=120)
|
|
47
|
+
print(result.final_message)
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
## CLI
|
|
51
|
+
|
|
52
|
+
```bash
|
|
53
|
+
codex-sdk --help
|
|
54
|
+
codex-sdk skill
|
|
55
|
+
codex-sdk docs
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
Command details:
|
|
59
|
+
|
|
60
|
+
- `codex-sdk skill` copies `codex-local-sdk-usage` to `.agents/skills/`
|
|
61
|
+
- `codex-sdk docs` copies docs to `codex-sdk-documentation/`
|
|
62
|
+
- use `--output <dir>` to choose destination root
|
|
63
|
+
- use `--force` to overwrite existing files
|
|
64
|
+
|
|
65
|
+
Examples:
|
|
66
|
+
|
|
67
|
+
```bash
|
|
68
|
+
codex-sdk skill --output .
|
|
69
|
+
codex-sdk docs --output .
|
|
70
|
+
codex-sdk skill --output /path/to/project --force
|
|
71
|
+
```
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: codex-local-sdk-python
|
|
3
|
-
Version: 0.1.0
|
|
4
|
-
Summary: Python SDK wrapper around codex exec with bundled skill/docs scaffolding CLI.
|
|
5
|
-
Author: Codex Local SDK Maintainers
|
|
6
|
-
Project-URL: Homepage, https://github.com/maestromaximo/codex-local-sdk-python
|
|
7
|
-
Project-URL: Repository, https://github.com/maestromaximo/codex-local-sdk-python
|
|
8
|
-
Classifier: Programming Language :: Python :: 3
|
|
9
|
-
Classifier: Programming Language :: Python :: 3 :: Only
|
|
10
|
-
Classifier: Operating System :: OS Independent
|
|
11
|
-
Requires-Python: >=3.10
|
|
12
|
-
Description-Content-Type: text/markdown
|
|
13
|
-
|
|
14
|
-
# codex-local-sdk-python
|
|
15
|
-
|
|
16
|
-
`codex-local-sdk-python` packages this repository's local `codex_local_sdk` module as an installable
|
|
17
|
-
PyPI distribution and adds a companion CLI:
|
|
18
|
-
|
|
19
|
-
- `codex-sdk skill` copies the bundled `codex-local-sdk-usage` skill to `.agents/skills/`.
|
|
20
|
-
- `codex-sdk docs` copies bundled documentation to `codex-sdk-documentation/`.
|
|
21
|
-
|
|
22
|
-
## Install
|
|
23
|
-
|
|
24
|
-
```bash
|
|
25
|
-
pip install codex-local-sdk-python
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
## CLI
|
|
29
|
-
|
|
30
|
-
```bash
|
|
31
|
-
codex-sdk --help
|
|
32
|
-
codex-sdk skill
|
|
33
|
-
codex-sdk docs
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
Use `--force` to overwrite existing files and `--output` to select a target directory.
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
# codex-local-sdk-python
|
|
2
|
-
|
|
3
|
-
`codex-local-sdk-python` packages this repository's local `codex_local_sdk` module as an installable
|
|
4
|
-
PyPI distribution and adds a companion CLI:
|
|
5
|
-
|
|
6
|
-
- `codex-sdk skill` copies the bundled `codex-local-sdk-usage` skill to `.agents/skills/`.
|
|
7
|
-
- `codex-sdk docs` copies bundled documentation to `codex-sdk-documentation/`.
|
|
8
|
-
|
|
9
|
-
## Install
|
|
10
|
-
|
|
11
|
-
```bash
|
|
12
|
-
pip install codex-local-sdk-python
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
## CLI
|
|
16
|
-
|
|
17
|
-
```bash
|
|
18
|
-
codex-sdk --help
|
|
19
|
-
codex-sdk skill
|
|
20
|
-
codex-sdk docs
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
Use `--force` to overwrite existing files and `--output` to select a target directory.
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: codex-local-sdk-python
|
|
3
|
-
Version: 0.1.0
|
|
4
|
-
Summary: Python SDK wrapper around codex exec with bundled skill/docs scaffolding CLI.
|
|
5
|
-
Author: Codex Local SDK Maintainers
|
|
6
|
-
Project-URL: Homepage, https://github.com/maestromaximo/codex-local-sdk-python
|
|
7
|
-
Project-URL: Repository, https://github.com/maestromaximo/codex-local-sdk-python
|
|
8
|
-
Classifier: Programming Language :: Python :: 3
|
|
9
|
-
Classifier: Programming Language :: Python :: 3 :: Only
|
|
10
|
-
Classifier: Operating System :: OS Independent
|
|
11
|
-
Requires-Python: >=3.10
|
|
12
|
-
Description-Content-Type: text/markdown
|
|
13
|
-
|
|
14
|
-
# codex-local-sdk-python
|
|
15
|
-
|
|
16
|
-
`codex-local-sdk-python` packages this repository's local `codex_local_sdk` module as an installable
|
|
17
|
-
PyPI distribution and adds a companion CLI:
|
|
18
|
-
|
|
19
|
-
- `codex-sdk skill` copies the bundled `codex-local-sdk-usage` skill to `.agents/skills/`.
|
|
20
|
-
- `codex-sdk docs` copies bundled documentation to `codex-sdk-documentation/`.
|
|
21
|
-
|
|
22
|
-
## Install
|
|
23
|
-
|
|
24
|
-
```bash
|
|
25
|
-
pip install codex-local-sdk-python
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
## CLI
|
|
29
|
-
|
|
30
|
-
```bash
|
|
31
|
-
codex-sdk --help
|
|
32
|
-
codex-sdk skill
|
|
33
|
-
codex-sdk docs
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
Use `--force` to overwrite existing files and `--output` to select a target directory.
|