.gitlab-ci.yml
.pre-commit-config.yaml
AUTHORS
CHANGELOG.md
LICENSE
README.rst
pylintrc
pyproject.toml
requirements.txt
setup.cfg
setup.py
stdeb.cfg
tox.ini
doc/.gitignore
doc/Makefile
doc/conf.py
doc/index.rst
doc/make.bat
doc/module.rst
doc/plugins.rst
doc/requirements.txt
doc/yaml.rst
doc/_static/spalax.png
examples/spalax.yaml
examples/test.yaml
pypimonitor/__init__.py
pypimonitor/__main__.py
pypimonitor.egg-info/PKG-INFO
pypimonitor.egg-info/SOURCES.txt
pypimonitor.egg-info/dependency_links.txt
pypimonitor.egg-info/entry_points.txt
pypimonitor.egg-info/not-zip-safe
pypimonitor.egg-info/requires.txt
pypimonitor.egg-info/top_level.txt
pypimonitor/cell/__init__.py
pypimonitor/cell/base.py
pypimonitor/cell/gitlab.py
pypimonitor/cell/pypi.py
pypimonitor/cell/readthedocs.py
pypimonitor/cell/shields.py
pypimonitor/cell/travis.py
pypimonitor/data/static/favicon.png
pypimonitor/data/static/style.css
pypimonitor/data/templates/index.html
pypimonitor/data/templates/linecharts.html
pypimonitor/data/templates/cells/cellerror.html
pypimonitor/data/templates/cells/color.html
pypimonitor/data/templates/cells/homepage.html
pypimonitor/data/templates/cells/link.html
pypimonitor/data/templates/cells/readthedocs.html
pypimonitor/data/templates/cells/travisci.html
pypimonitor/data/templates/cells/gitlab/gitlabci.html
pypimonitor/data/templates/cells/gitlab/gitlabcoverage.html
pypimonitor/data/templates/cells/shieldsio/pypiddownloads.html
pypimonitor/data/templates/cells/shieldsio/pypimdownloads.html
pypimonitor/data/templates/cells/shieldsio/pypiversion.html
pypimonitor/data/templates/cells/shieldsio/pypiwdownloads.html
pypimonitor/httpd/__main__.py