Registry / serialization / update

update

JSON →
library0.0.1pypypiunverified

A Python utility library for updating nested data structures (dicts, lists) with dot-notation path support. Current version: 0.0.1, pre-1.0, early stage.

serializationdata
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

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

from update import update

Update nested dict value using dot-separated path.

from update import update data = {'a': {'b': 1}} update(data, 'a.b', 2) print(data) # {'a': {'b': 2}}
Debug
Known footguns
gotchaLibrary is pre-1.0 (0.0.1), API may change without notice.
gotchaThe update function mutates the input dict in-place; no deep copy is made.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
13 hits · last 30 days
ahrefsbot
4
gptbot
3
claudebot
3
mj12bot
1
Resources