Registry / data / decomp-settings

decomp-settings

JSON →
library0.0.10pypypi✓ verified 89d ago

A library for reading the decomp.yaml configuration file used in decompilation projects. Current version 0.0.10, requires Python >=3.7. Release cadence is irregular.

pip install decomp-settings
INSTALL
IMPORT
SIG · DECOMP-SETTINGS
D
decomp-settings
datapythonv0.0.10
Install
1.6s avg
Import
—
Disk
17MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.9–3.13
musl
3.9–3.13
Install & Compatibility
Where this runs
tested against v0.0.10 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 19.4MB
glibc
py 3.10–3.95 runs
installs and imports cleanly · install 1.6s · import 0.000s · 19MB
17MB installed
● package 17MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Version
✓ from decomp_settings import Version
✗ from decomp_settings.version import Version
Version is exposed at top-level package.
Config
✓ from decomp_settings import Config
✗ from decomp_settings.config import Config
Config is exposed at top-level package.

Load a decomp.yaml file and print its version and tools.

from decomp_settings import Config, Version config = Config.from_yaml('decomp.yaml') print(config.version) print(config.tools)
Debug
Known issues
deprecatedThe 'github' field in decomp.yaml was renamed to 'repo' in version 0.0.9.
fix
Update your decomp.yaml: replace 'github:' with 'repo:'.
affects: >=0.0.9
breakingVersion paths are now type-checked; previously strings were accepted, now they must be an appropriate type.
fix
Ensure version paths are typed correctly (see docs).
affects: >=0.0.9
gotchaThe library is built with PyO3 (Rust), so installation may require a Rust compiler on some systems.
fix
If pip fails, install Rust via rustup or use pre-built wheels.
affects: all
deprecatedOld-style tool definitions (plain strings) were deprecated in 0.0.4 and may be removed.
fix
Use the new arbitrary tool definition format.
affects: >=0.0.4
Errors
Common errors & fixes
ModuleNotFoundError: No module named 'decomp_settings'
Library not installed or installed in wrong environment.
fix
Run 'pip install decomp-settings' in the correct Python environment.
AttributeError: module 'decomp_settings' has no attribute 'Config'
Old import pattern (e.g., 'from decomp_settings.config import Config') was used.
fix
Use 'from decomp_settings import Config'.
yaml.YAMLError: while scanning a simple key
The decomp.yaml file has indentation errors or mixed tabs/spaces.
fix
Check the YAML syntax; use consistent indentation (spaces).
Upgrade
Version history
0.0.10latest on PyPI · released Jan 16, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
9
OpenAI (training)
1
Resources