LICENSE
README.md
pyproject.toml
setup.py
ifgen/__init__.py
ifgen/__main__.py
ifgen/app.py
ifgen/dev_requirements.txt
ifgen/entry.py
ifgen/paths.py
ifgen/py.typed
ifgen/requirements.txt
ifgen/schemas.py
ifgen.egg-info/PKG-INFO
ifgen.egg-info/SOURCES.txt
ifgen.egg-info/dependency_links.txt
ifgen.egg-info/entry_points.txt
ifgen.egg-info/requires.txt
ifgen.egg-info/top_level.txt
ifgen/commands/__init__.py
ifgen/commands/all.py
ifgen/commands/gen.py
ifgen/common/__init__.py
ifgen/config/__init__.py
ifgen/data/default.yaml
ifgen/data/schemas/BitField.yaml
ifgen/data/schemas/Config.yaml
ifgen/data/schemas/Enum.yaml
ifgen/data/schemas/Struct.yaml
ifgen/data/schemas/StructField.yaml
ifgen/data/schemas/StructInstance.yaml
ifgen/data/schemas/has_description.yaml
ifgen/data/schemas/has_json_indent.yaml
ifgen/data/schemas/has_namespace.yaml
ifgen/data/schemas/has_volatile.yaml
ifgen/enum/__init__.py
ifgen/enum/common.py
ifgen/enum/header.py
ifgen/enum/map.py
ifgen/enum/source.py
ifgen/enum/test.py
ifgen/environment/__init__.py
ifgen/generation/__init__.py
ifgen/generation/interface.py
ifgen/generation/json.py
ifgen/generation/test.py
ifgen/struct/__init__.py
ifgen/struct/source.py
ifgen/struct/stream.py
ifgen/struct/test.py
ifgen/struct/methods/__init__.py
ifgen/struct/methods/bit.py
ifgen/struct/methods/common.py
ifgen/struct/methods/decode.py
ifgen/struct/methods/encode.py
ifgen/struct/methods/fields.py
ifgen/struct/methods/swap.py
tests/test_entry.py
tests/test_resources.py