Language-Agnostic Development Codex Plugins
la-dev-codex-plugins supplies dependency-free Python command-line tooling and reusable development utilities from the Language-Agnostic Development Codex Plugins repository.
The Python distribution installs three commands:
codex-perform, a standalone launcher for actions configured by the marketplace's Toolkit plugin.la-dev-markdown-tables, a canonical Markdown pipe-table formatter and checker.la-dev-release-checksums, a deterministic, failure-safe SHA-256 manifest generator.
It also contains an explicitly loaded pytest-isolation plugin. The distribution does not install Codex, the marketplace, any Codex plugin, or the Toolkit action runtime and assets.
Install in a virtual environment
Create and activate any Python 3.6+ virtual environment, then install the package:
python3 -m venv /PATH/TO/VENV
source /PATH/TO/VENV/bin/activate
python -m pip install la-dev-codex-plugins
codex-perform --version
la-dev-markdown-tables --version
la-dev-release-checksums --version
The command is available while the virtual environment is active. It always uses that environment's Python interpreter and restarts it in isolated mode before importing the package, so the caller's current directory, PYTHONPATH, and user site-packages cannot replace the installed launcher.
The published pure-Python wheel supports Python 3.6 through current Python releases. The base install has no mandatory dependencies; Codex Perform, Markdown tables, and release checksums use only the Python standard library. On an older Python installation, use --only-binary=:all: if you want installation to fail rather than fall back to building the source distribution:
python -m pip install --only-binary=:all: la-dev-codex-plugins
Install the optional pytest integration with either extra:
python -m pip install 'la-dev-codex-plugins[pytest]'
python -m pip install 'la-dev-codex-plugins[dev]'
Both extras currently add pytest>=7.0.1. The package does not register a pytest11 entry point, so installing an extra never activates the plugin automatically; explicitly load la_dev_codex_plugins.pytest_isolation.plugin in the downstream suite. Loading alone leaves unmarked tests untouched. Suites can use private per-test isolated_cwd and guarded_cwd fixtures or markers, separately opt otherwise unmarked tests into one session-shared guarded CWD per pytest process, and customize that process-global shared boundary through a pytest hook. Boundaries use immediate verified cleanup by default; suites with interpreter-owned resources can opt into a pytest-retained lifecycle whose compatibility requirements and later-pruning tradeoffs are documented in the detailed guide.
Detailed documentation:
Install the Toolkit plugin separately
The default launcher flow requires the toolkit plugin from the la-dev-codex-plugins marketplace to be installed and enabled for the active codex executable and CODEX_HOME. See the marketplace plugin installation guide for marketplace and plugin installation.
At runtime, codex-perform asks Codex for the installed Toolkit version, validates its cache layout and manifest, checks the launcher API version, and imports the runtime from that selected plugin. The Python distribution and Toolkit plugin versions do not have to match exactly, but their launcher API versions must be compatible.
Use --plugin-root to select an explicit Toolkit plugin checkout during development:
codex-perform --plugin-root /PATH/TO/la-dev-codex-plugins/plugins/toolkit list
Source-only alternative
Installing the Python package is optional. The repository also provides activate.sh, which defines the same command directly from a checkout and works with a read-only standard-library Python 3.6+ installation:
source /PATH/TO/la-dev-codex-plugins/activate.sh
codex-perform --version
CODEX_PERFORM_PYTHON selects the interpreter only for this source-only activation path. If a shell already contains the source-defined codex-perform function, that function takes precedence over an executable installed by a subsequently activated virtual environment; start a fresh shell or run unset -f codex-perform before using the venv command.
Support
The officially supported hosts are Ubuntu 18.04 or newer and macOS 14 or newer. Compatibility with other POSIX Linux distributions is intended but is not part of the official support guarantee. Native Windows and WSL are not supported. For action configuration, CLI behavior, and troubleshooting, use the Codex Perform documentation. For marketplace and development documentation, use the documentation index.
Release files for la-dev-codex-plugins 0.5.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| la_dev_codex_plugins-0.5.3.tar.gz | 53.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| la_dev_codex_plugins-0.5.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 106.2 kB
Release files / la_dev_codex_plugins-0.5.3.tar.gz
| Download URL | la_dev_codex_plugins-0.5.3.tar.gz |
|---|---|
| Size | 53.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f62bbde8db5cd17726d392997e29146a1b72b47c327da1ecc804533bd407361c
|
|
BLAKE2b-256 checksum How to use checksums |
35282cbd54e31fed48f5391a2e3342c88d4dcaaa062e5e65daf599858ab5cab9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 23, 2026.
Transparency logRelease files / la_dev_codex_plugins-0.5.3-py3-none-any.whl
| Download URL | la_dev_codex_plugins-0.5.3-py3-none-any.whl |
|---|---|
| Size | 53.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d03d86116d0160b4add3ee82f2bb97e17345b60669eae5fcb6a4a5a5527b6f2d
|
|
BLAKE2b-256 checksum How to use checksums |
7f181fa93da99a185c1622d666f4449a4e89f92cd7f58dbc1a8ab99de7835f24
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 23, 2026.
Transparency log