LICENSE
README.md
pyproject.toml
src/segy/__init__.py
src/segy/accessors.py
src/segy/arrays.py
src/segy/config.py
src/segy/constants.py
src/segy/ebcdic.py
src/segy/exceptions.py
src/segy/factory.py
src/segy/file.py
src/segy/ibm.py
src/segy/indexing.py
src/segy/inference.py
src/segy/py.typed
src/segy/transforms.py
src/segy.egg-info/PKG-INFO
src/segy.egg-info/SOURCES.txt
src/segy.egg-info/dependency_links.txt
src/segy.egg-info/entry_points.txt
src/segy.egg-info/requires.txt
src/segy.egg-info/top_level.txt
src/segy/alias/__init__.py
src/segy/alias/core.py
src/segy/alias/segyio.py
src/segy/alias/seis_unix.py
src/segy/cli/__init__.py
src/segy/cli/common.py
src/segy/cli/dump.py
src/segy/cli/segy.py
src/segy/schema/__init__.py
src/segy/schema/base.py
src/segy/schema/format.py
src/segy/schema/header.py
src/segy/schema/segy.py
src/segy/schema/text_header.py
src/segy/schema/trace.py
src/segy/standards/__init__.py
src/segy/standards/codes.py
src/segy/standards/minimal.py
src/segy/standards/registry.py
src/segy/standards/spec.py
src/segy/standards/fields/__init__.py
src/segy/standards/fields/base.py
src/segy/standards/fields/binary.py
src/segy/standards/fields/trace.py
tests/test_accessors.py
tests/test_arrays.py
tests/test_cli.py
tests/test_ibm_float.py
tests/test_indexing.py
tests/test_schema_data_type.py
tests/test_schema_header.py
tests/test_schema_segy.py
tests/test_schema_trace.py
tests/test_segy_factory.py
tests/test_segy_file.py
tests/test_standards_registry.py
tests/test_transforms.py