.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
mkdocs.yml
noxfile.py
pyproject.toml
setup.py
.github/workflows/coverage.yml
.github/workflows/docs.yml
.github/workflows/lint.yml
.github/workflows/pages.yml
.github/workflows/release.yml
.github/workflows/sanitizers.yml
.github/workflows/tests.yml
.github/workflows/wheels.yml
benchmarks/bench.py
benchmarks/results/results.json
docs/api.md
docs/architecture.md
docs/attribute-semantics.md
docs/audit.md
docs/benchmarks.md
docs/compatibility.md
docs/development.md
docs/errors.md
docs/faq.md
docs/index.md
docs/installation.md
docs/mapping-semantics.md
docs/nested.md
docs/packaging.md
docs/performance.md
docs/quickstart.md
docs/release.md
docs/serialization.md
docs/troubleshooting.md
docs/assets/extra.css
docs/assets/logo.png
scripts/retag_pyodide_wheel.py
scripts/smoke_wheel.py
spec/00-overview.md
spec/01-product-requirements.md
spec/02-personas-and-use-cases.md
spec/03-functional-requirements.md
spec/04-non-functional-requirements.md
spec/05-system-architecture.md
spec/06-domain-model.md
spec/07-memory-management.md
spec/08-api-specification.md
spec/09-packaging.md
spec/10-testing.md
spec/11-performance.md
spec/12-security.md
spec/13-ci.md
spec/14-documentation.md
spec/assumptions.md
spec/decisions.md
spec/risks.md
spec/topological_graph.md
src/attributedict/__init__.py
src/attributedict/_attributedict.c
src/attributedict/_pickle_support.py
src/attributedict/_reference.py
src/attributedict/py.typed
src/py_attributedict.egg-info/PKG-INFO
src/py_attributedict.egg-info/SOURCES.txt
src/py_attributedict.egg-info/dependency_links.txt
src/py_attributedict.egg-info/scm_file_list.json
src/py_attributedict.egg-info/scm_version.json
src/py_attributedict.egg-info/top_level.txt
tests/test_attributes.py
tests/test_bootstrap.py
tests/test_c_extension.py
tests/test_copy_pickle.py
tests/test_errors.py
tests/test_failinject.py
tests/test_mapping.py
tests/test_memory.py
tests/test_nested.py
tests/test_oom.py
tests/test_property_based.py
tests/test_reference.py
tests/test_repr_equality_hash.py