MANIFEST.in
README.rst
classifiers.txt
reqs.txt
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
bonobo/__init__.py
bonobo/__main__.py
bonobo/_version.py
bonobo/config.py
bonobo.egg-info/PKG-INFO
bonobo.egg-info/SOURCES.txt
bonobo.egg-info/dependency_links.txt
bonobo.egg-info/entry_points.txt
bonobo.egg-info/requires.txt
bonobo.egg-info/top_level.txt
bonobo/commands/__init__.py
bonobo/commands/init.py
bonobo/commands/run.py
bonobo/commands/version.py
bonobo/context/__init__.py
bonobo/context/execution.py
bonobo/context/processors.py
bonobo/core/__init__.py
bonobo/core/bags.py
bonobo/core/errors.py
bonobo/core/graphs.py
bonobo/core/inputs.py
bonobo/core/plugins.py
bonobo/core/services.py
bonobo/core/statistics.py
bonobo/core/strategies/__init__.py
bonobo/core/strategies/base.py
bonobo/core/strategies/executor.py
bonobo/core/strategies/naive.py
bonobo/core/strategies/util.py
bonobo/examples/__init__.py
bonobo/examples/datasets/__init__.py
bonobo/examples/datasets/coffeeshops.py
bonobo/examples/datasets/fablabs.py
bonobo/examples/files/__init__.py
bonobo/examples/files/csv.py
bonobo/examples/files/json.py
bonobo/examples/files/text.py
bonobo/examples/tutorials/__init__.py
bonobo/examples/tutorials/tut02_01_read.py
bonobo/examples/tutorials/tutorial_basics_firststeps.py
bonobo/examples/tutorials/tutorial_basics_summary.py
bonobo/examples/types/__init__.py
bonobo/examples/types/bags.py
bonobo/examples/types/dicts.py
bonobo/examples/types/strings.py
bonobo/ext/__init__.py
bonobo/ext/couchdb_.py
bonobo/ext/opendatasoft.py
bonobo/ext/pandas.py
bonobo/ext/console/__init__.py
bonobo/ext/console/plugin.py
bonobo/ext/edgy/__init__.py
bonobo/ext/edgy/project/__init__.py
bonobo/ext/edgy/project/feature.py
bonobo/ext/jupyter/__init__.py
bonobo/ext/jupyter/helpers.py
bonobo/ext/jupyter/plugin.py
bonobo/ext/jupyter/widget.py
bonobo/ext/jupyter/static/extension.js
bonobo/ext/jupyter/static/index.js
bonobo/ext/jupyter/static/index.js.map
bonobo/io/__init__.py
bonobo/io/csv.py
bonobo/io/file.py
bonobo/io/json.py
bonobo/util/__init__.py
bonobo/util/compat.py
bonobo/util/helpers.py
bonobo/util/iterators.py
bonobo/util/lifecycle.py
bonobo/util/objects.py
bonobo/util/testing.py
bonobo/util/time.py
bonobo/util/tokens.py