.coveragerc
.gitignore
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
pytest.ini
requirements.txt
requirements_test.txt
setup.py
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
conda.recipe/meta.yaml
conda.recipe/post-link.bat
conda.recipe/post-link.sh
conda.recipe/pre-unlink.bat
conda.recipe/pre-unlink.sh
conda.recipe/run_test.py
jupyter_docx_bundler/__init__.py
jupyter_docx_bundler/converters.py
jupyter_docx_bundler/pandoc_filter.py
jupyter_docx_bundler.egg-info/PKG-INFO
jupyter_docx_bundler.egg-info/SOURCES.txt
jupyter_docx_bundler.egg-info/dependency_links.txt
jupyter_docx_bundler.egg-info/entry_points.txt
jupyter_docx_bundler.egg-info/requires.txt
jupyter_docx_bundler.egg-info/top_level.txt
jupyter_docx_bundler/tests/__init__.py
jupyter_docx_bundler/tests/conftest.py
jupyter_docx_bundler/tests/test_bundler.py
jupyter_docx_bundler/tests/test_converters.py