.gitignore
.hgignore
.readthedocs.yml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.md
autobuild_docs.py
setup.cfg
setup.py
tox.ini
.github/workflows/pytest.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/requirements.txt
docs/_static/.gitignore
docs/_static/index.png
docs/_static/my-styles.css
src/mbf_fileformats/__init__.py
src/mbf_fileformats/bed.py
src/mbf_fileformats/gff.py
src/mbf_fileformats/prism.py
src/mbf_fileformats/util.py
src/mbf_fileformats/wiggle.py
src/mbf_fileformats.egg-info/PKG-INFO
src/mbf_fileformats.egg-info/SOURCES.txt
src/mbf_fileformats.egg-info/dependency_links.txt
src/mbf_fileformats.egg-info/not-zip-safe
src/mbf_fileformats.egg-info/requires.txt
src/mbf_fileformats.egg-info/top_level.txt
tests/conftest.py
tests/test_other.py
tests/test_util.py