.git_archival.txt
.gitattributes
.gitignore
CHANGES.rst
LICENSE
MANIFEST.in
README.rst
jupyter_o2_tips.rst
pyproject.toml
requirements-dev.txt
setup.cfg
setup.py
.github/workflows/main.yml
bin/jupyter-o2
src/jupyter_o2/__init__.py
src/jupyter_o2/__main__.py
src/jupyter_o2/_version.py
src/jupyter_o2/config_manager.py
src/jupyter_o2/jupyter-o2.cfg
src/jupyter_o2/jupyter_o2.py
src/jupyter_o2/pysectools.py
src/jupyter_o2/utils.py
src/jupyter_o2.egg-info/PKG-INFO
src/jupyter_o2.egg-info/SOURCES.txt
src/jupyter_o2.egg-info/dependency_links.txt
src/jupyter_o2.egg-info/entry_points.txt
src/jupyter_o2.egg-info/requires.txt
src/jupyter_o2.egg-info/top_level.txt
tests/__init__.py
tests/test_jupyter_o2.py
tests/test_jupyter_o2_config_manager.py
tests/test_jupyter_o2_utils.py
tests/test_pysectools.py