.gitignore
.gitlab-ci.yml
.readthedocs.yaml
CHANGELOG.md
LICENSE
Makefile
README.md
pyproject.toml
.github/dependabot.yml
.github/workflows/pypi.yml
.github/workflows/test.yml
docs/.gitignore
docs/make.py
docs/zensical.toml
docs/pdoc-template/frame.html.jinja2
docs/src/index.md
jbpy/__init__.py
jbpy/_jbpdump.py
jbpy/_jbpinfo.py
jbpy/core.py
jbpy/image_data.py
jbpy/py.typed
jbpy.egg-info/PKG-INFO
jbpy.egg-info/SOURCES.txt
jbpy.egg-info/dependency_links.txt
jbpy.egg-info/entry_points.txt
jbpy.egg-info/top_level.txt
jbpy/examples/README.md
jbpy/examples/__init__.py
jbpy/examples/extract_nitf_image.py
jbpy/extensions/__init__.py
jbpy/extensions/des_subheader/__init__.py
jbpy/extensions/des_subheader/xml_data_content.py
jbpy/extensions/tre/BLOCKA.py
jbpy/extensions/tre/EXOPTA.py
jbpy/extensions/tre/GEOPSB.py
jbpy/extensions/tre/ICHIPB.py
jbpy/extensions/tre/J2KLRA.py
jbpy/extensions/tre/PRJPSB.py
jbpy/extensions/tre/REGPTB.py
jbpy/extensions/tre/RPC00B.py
jbpy/extensions/tre/SECTGA.py
jbpy/extensions/tre/STDIDC.py
jbpy/extensions/tre/USE00A.py
jbpy/extensions/tre/__init__.py
jbpy/extensions/tre/_core.py
test/__init__.py
test/test_core.py
test/test_image_data.py
test/test_jbpdump.py
test/test_jbpinfo.py
test/test_jbpy.py
test/utils.py
test/des_subheader/__init__.py
test/des_subheader/test_xml_data_content.py
test/tre/__init__.py
test/tre/test_exopta.py
test/tre/test_j2klra.py
test/tre/test_prjpsb.py
test/tre/test_regptb.py
test/tre/test_rpc00b.py
test/tre/test_tre.py
test/tre/test_use00a.py