LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
versioneer.py
atpbar/__init__.py
atpbar/_version.py
atpbar/detach.py
atpbar/funcs.py
atpbar/main.py
atpbar/pickup.py
atpbar/report.py
atpbar/reporter.py
atpbar.egg-info/PKG-INFO
atpbar.egg-info/SOURCES.txt
atpbar.egg-info/dependency_links.txt
atpbar.egg-info/top_level.txt
atpbar/presentation/__init__.py
atpbar/presentation/barjupyter.py
atpbar/presentation/bartty.py
atpbar/presentation/base.py
atpbar/presentation/create.py
atpbar/presentation/txtprint.py
atpbar/presentation/detect/__init__.py
atpbar/presentation/detect/jupy.py
atpbar/presentation/detect/spy.py
tests/presentation/__init__.py
tests/presentation/test_ProgressPrint.py
tests/presentation/test_base.py
tests/presentation/test_create_presentation.py
tests/presentation/test_is_jupyter_notebook.py
tests/presentation/test_presentation.py
tests/presentation/detect/__init__.py
tests/presentation/detect/test_is_jupyter_notebook.py
tests/presentation/detect/test_is_spyder_ide.py
tests/scenarios/__init__.py
tests/scenarios/conftest.py
tests/scenarios/test_disable.py
tests/scenarios/test_last_report.py
tests/scenarios/test_multiprocessing.py
tests/scenarios/test_readme_mantichora.py
tests/scenarios/test_readme_quick_start.py
tests/scenarios/test_threading.py