.codeclimate.json | |
|
|
.flake8 | |
|
|
.github/CODEOWNERS | |
|
|
.github/ISSUE_TEMPLATE/BUG_REPORT.md | |
|
|
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | |
|
|
.github/PULL_REQUEST_TEMPLATE.md | |
|
|
.github/workflows/ci.yml | |
|
|
.gitignore | |
|
|
Dockerfile | |
|
|
LICENSE | |
|
|
Pipfile | |
|
|
Pipfile.lock | |
|
|
README.md | |
|
|
coverage.sh | |
|
|
daemon.env | |
|
|
daemon/__init__.py | 0 | A 0 mins | F 0% |
daemon/__main__.py | 3 | A 0 mins | A 100% |
daemon/authorization.py | 23 | A 0 mins | A 100% |
daemon/daemon.py | 70 | A 0 mins | A 100% |
daemon/database/__init__.py | 20 | A 0 mins | A 100% |
daemon/database/database.py | 178 | A 0 mins | A 100% |
daemon/endpoint_collection.py | 87 | A 0 mins | A 100% |
daemon/endpoints/__init__.py | 12 | A 0 mins | A 100% |
daemon/endpoints/counter.py | 71 | A 0 mins | A 100% |
daemon/environment.py | 30 | A 0 mins | A 100% |
daemon/exceptions/api_exception.py | 20 | A 0 mins | A 100% |
daemon/exceptions/counter.py | 10 | A 0 mins | A 100% |
daemon/logger.py | 42 | A 0 mins | A 100% |
daemon/main.py | 24 | A 0 mins | A 100% |
daemon/models/counter.py | 8 | A 0 mins | A 100% |
daemon/schemas/counter.py | 9 | A 0 mins | A 100% |
daemon/schemas/daemon.py | 18 | A 0 mins | A 100% |
daemon/schemas/ok.py | 6 | A 0 mins | A 100% |
daemon/utils.py | 24 | A 0 mins | A 100% |
docker-compose.yml | |
|
|
docs.sh | |
|
|
pyproject.toml | |
|
|
test.sh | |
|
|