.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
Makefile
README.rst
setup.cfg
setup.py
tox.ini
benchmark/benchmark.py
benchmark/common.py
benchmark/make_figures.py
benchmark/make_figures_and_tables.py
benchmark/make_table.py
benchmark/run_benchmarks.bat
benchmark/figures/1000000_100__5_reps_median.svg
benchmark/figures/1000000_300__5_reps_median.svg
benchmark/figures/3000000_100__5_reps_median.svg
benchmark/figures/3000000_300__5_reps_median.svg
benchmark/results/1000000_100__5_reps.pkl
benchmark/results/1000000_300__5_reps.pkl
benchmark/results/3000000_100__5_reps.pkl
benchmark/results/3000000_300__5_reps.pkl
benchmark/tables/1000000_100__5_reps_median.rst
benchmark/tables/1000000_300__5_reps_median.rst
benchmark/tables/3000000_100__5_reps_median.rst
benchmark/tables/3000000_300__5_reps_median.rst
docs/Makefile
docs/authors.rst
docs/benchmark.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/extending.py
docs/formats_table.rst
docs/index.rst
docs/installation.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/_static/css/custom_guzzle.css
docs/_templates/apidoc/module.rst
docs/_templates/apidoc/package.rst
docs/api/embfile.compression.rst
docs/api/embfile.core.loaders.rst
docs/api/embfile.core.reader.rst
docs/api/embfile.core.rst
docs/api/embfile.errors.rst
docs/api/embfile.formats.bin.rst
docs/api/embfile.formats.rst
docs/api/embfile.formats.txt.rst
docs/api/embfile.formats.vvm.rst
docs/api/embfile.initializers.rst
docs/api/embfile.registry.rst
docs/api/embfile.rst
docs/api/embfile.types.rst
docs/api/embfile.word_vector.rst
scripts/remove_dir.py
src/__init__.py
src/embfile/__init__.py
src/embfile/_embfile.py
src/embfile/_utils.py
src/embfile/compression.py
src/embfile/errors.py
src/embfile/initializers.py
src/embfile/registry.py
src/embfile/types.py
src/embfile/word_vector.py
src/embfile.egg-info/PKG-INFO
src/embfile.egg-info/SOURCES.txt
src/embfile.egg-info/dependency_links.txt
src/embfile.egg-info/not-zip-safe
src/embfile.egg-info/requires.txt
src/embfile.egg-info/top_level.txt
src/embfile/core/__init__.py
src/embfile/core/_file.py
src/embfile/core/loaders.py
src/embfile/core/reader.py
src/embfile/formats/__init__.py
src/embfile/formats/bin.py
src/embfile/formats/txt.py
src/embfile/formats/vvm.py
tests/__init__.py
tests/conftest.py
tests/mocks.py
tests/test_build_matrix.py
tests/test_compression.py
tests/test_core_base.py
tests/test_files.py
tests/test_open.py
tests/test_utils.py