LICENSE
MANIFEST.in
Makefile
README.md
setup.py
bandicoot/__init__.py
bandicoot/core.py
bandicoot/individual.py
bandicoot/io.py
bandicoot/network.py
bandicoot/recharge.py
bandicoot/spatial.py
bandicoot/utils.py
bandicoot/visualization.py
bandicoot/weekmatrix.py
bandicoot.egg-info/PKG-INFO
bandicoot.egg-info/SOURCES.txt
bandicoot.egg-info/dependency_links.txt
bandicoot.egg-info/requires.txt
bandicoot.egg-info/top_level.txt
bandicoot/helper/__init__.py
bandicoot/helper/group.py
bandicoot/helper/maths.py
bandicoot/helper/stops.py
bandicoot/helper/tools.py
bandicoot/tests/__init__.py
bandicoot/tests/generate_user.py
bandicoot/tests/test_core.py
bandicoot/tests/test_export.py
bandicoot/tests/test_group.py
bandicoot/tests/test_manual.py
bandicoot/tests/test_network.py
bandicoot/tests/test_parsers.py
bandicoot/tests/test_regressions.py
bandicoot/tests/test_sequences.py
bandicoot/tests/test_spatial.py
bandicoot/tests/test_special.py
bandicoot/tests/test_utils.py
bandicoot/tests/testing_tools.py
dashboard_src/package.json
dashboard_src/public/index.html
dashboard_src/public/build/app.js
dashboard_src/public/build/main.css
dashboard_src/public/data/bc_export.json
dashboard_src/public/fonts/opensans-400.woff
dashboard_src/public/js/app.js
dashboard_src/public/js/indicator_chart.js
dashboard_src/public/js/network.js
dashboard_src/public/js/timescale_brush.js
dashboard_src/public/js/utils.js
dashboard_src/public/sass/main.scss
docs/Makefile
docs/conf.py
docs/data_integrity.rst
docs/developers.rst
docs/index.rst
docs/quickstart.rst
docs/requirements.txt
docs/using_bandicoot.rst
docs/_static/bandicoot-dashboard.png
docs/_static/mini-mockups-01.png
docs/_static/mini-mockups-02.png
docs/_static/style.css
docs/_templates/globaltoc.html
docs/_templates/layout.html
docs/_templates/autosummary/base.rst
docs/_templates/autosummary/class.rst
docs/reference/bandicoot.core.rst
docs/reference/bandicoot.individual.rst
docs/reference/bandicoot.io.rst
docs/reference/bandicoot.network.rst
docs/reference/bandicoot.others.rst
docs/reference/bandicoot.recharge.rst
docs/reference/bandicoot.spatial.rst
docs/reference/bandicoot.visualization.rst
docs/reference/bandicoot.weekmatrix.rst
docs/reference/index.rst
sample_code/full_pipeline.py
sample_code/full_pipeline_mp.py