HISTORY.rst
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
jupytext/__init__.py
jupytext/cell_metadata.py
jupytext/cell_reader.py
jupytext/cell_to_text.py
jupytext/cli.py
jupytext/combine.py
jupytext/compare.py
jupytext/contentsmanager.py
jupytext/file_format_version.py
jupytext/header.py
jupytext/jupytext.py
jupytext/languages.py
jupytext/magics.py
jupytext/rmarkdownexporter.py
jupytext/srcexporter.py
jupytext/stringparser.py
jupytext.egg-info/PKG-INFO
jupytext.egg-info/SOURCES.txt
jupytext.egg-info/dependency_links.txt
jupytext.egg-info/entry_points.txt
jupytext.egg-info/requires.txt
jupytext.egg-info/top_level.txt
tests/__init__.py
tests/python_notebook_sample.py
tests/test_active_cells.py
tests/test_cell_metadata.py
tests/test_cells.py
tests/test_cli.py
tests/test_combine.py
tests/test_compare.py
tests/test_contentsmanager.py
tests/test_escape_magics.py
tests/test_header.py
tests/test_ipynb_to_R.py
tests/test_ipynb_to_py.py
tests/test_ipynb_to_rmd.py
tests/test_knitr_spin.py
tests/test_load_multiple.py
tests/test_mirror.py
tests/test_nbconvert.py
tests/test_nbrmd_errors.py
tests/test_preserve_empty_cells.py
tests/test_read_all_py.py
tests/test_read_incomplete_rmd.py
tests/test_read_simple_R.py
tests/test_read_simple_julia.py
tests/test_read_simple_markdown.py
tests/test_read_simple_python.py
tests/test_read_simple_rmd.py
tests/test_rmd_to_ipynb.py
tests/test_save_multiple.py
tests/test_stringparser.py
tests/test_trust_notebook.py
tests/test_unicode.py
tests/utils.py