MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
bin/mpire-dashboard
mpire/__init__.py
mpire/comms.py
mpire/context.py
mpire/exception.py
mpire/insights.py
mpire/params.py
mpire/pool.py
mpire/progress_bar.py
mpire/signal.py
mpire/tqdm_utils.py
mpire/utils.py
mpire/worker.py
mpire.egg-info/PKG-INFO
mpire.egg-info/SOURCES.txt
mpire.egg-info/dependency_links.txt
mpire.egg-info/requires.txt
mpire.egg-info/top_level.txt
mpire/dashboard/__init__.py
mpire/dashboard/connection_utils.py
mpire/dashboard/dashboard.py
mpire/dashboard/manager.py
mpire/dashboard/utils.py
mpire/dashboard/static/bootstrap.bundle.min.js
mpire/dashboard/static/bootstrap.min.css
mpire/dashboard/static/glyphicons.css
mpire/dashboard/static/jquery-ui.min.js
mpire/dashboard/static/jquery.min.js
mpire/dashboard/static/refresh.js
mpire/dashboard/static/style.css
mpire/dashboard/static/fonts/glyphicons-halflings-regular.eot
mpire/dashboard/static/fonts/glyphicons-halflings-regular.svg
mpire/dashboard/static/fonts/glyphicons-halflings-regular.ttf
mpire/dashboard/static/fonts/glyphicons-halflings-regular.woff
mpire/dashboard/static/fonts/glyphicons-halflings-regular.woff2
mpire/dashboard/templates/index.html
mpire/dashboard/templates/menu_top_right.html
mpire/dashboard/templates/mpire.html
mpire/dashboard/templates/progress_bar.html
tests/__init__.py
tests/test_comms.py
tests/test_insights.py
tests/test_params.py
tests/test_pool.py
tests/test_signal.py
tests/test_utils.py
tests/utils.py