# SpikeForge has no runtime dependencies.
#
# BGZF is a gzip stream and the BAM record layout is in the SAM spec, so the
# whole read/write path is Python standard library: no pysam, no samtools, no
# compiler, no aligner, no reference genome download.
#
# That is not minimalism for its own sake.  Because nothing round-trips through
# a third-party writer, every record SpikeForge did not target comes out the far
# end as the exact bytes that went in -- which is the guarantee the tool exists
# to make.
#
# For development only:
#   pip install -e ".[test]"
