.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.rst
pyproject.toml
setup.cfg
setup.py
simple.ini
tox.ini
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/senor_octopus/__init__.py
src/senor_octopus/cli.py
src/senor_octopus/graph.py
src/senor_octopus/scheduler.py
src/senor_octopus/types.py
src/senor_octopus.egg-info/PKG-INFO
src/senor_octopus.egg-info/SOURCES.txt
src/senor_octopus.egg-info/dependency_links.txt
src/senor_octopus.egg-info/entry_points.txt
src/senor_octopus.egg-info/not-zip-safe
src/senor_octopus.egg-info/requires.txt
src/senor_octopus.egg-info/top_level.txt
src/senor_octopus/filters/jpath.py
src/senor_octopus/sinks/log.py
src/senor_octopus/sinks/pushover.py
src/senor_octopus/sinks/db/postgresql.py
src/senor_octopus/sources/awair.py
src/senor_octopus/sources/rand.py
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_graph.py
tests/test_scheduler.py
tests/travis_install.sh
tests/sinks/test_pushover.py
tests/sinks/db/__init__.py
tests/sinks/db/test_postgresql.py
tests/sources/test_awair.py