ActivityWatch/aw-core

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.coveragerc
.github/workflows/build.yml
.github/workflows/codeql.yml
.github/workflows/lint.yml
.gitignore
LICENSE.txt
Makefile
README.md
aw_core/py.typed
aw_core/schemas/bucket.json
aw_core/schemas/event.json
aw_core/schemas/export.json
aw_datastore/py.typed
aw_query/py.typed
aw_transform/py.typed
poetry.lock
pyproject.toml
scripts/install_python.ps1
scripts/run_with_env.cmd
stubs/appdirs.pyi
stubs/iso8601.pyi
aw_cli/__main__.py64
A
35 mins
aw_cli/log.py43
A
2 hrs
aw_core/__about__.py18
aw_core/__init__.py20
aw_core/config.py85
A
1 hr
aw_core/decorators.py40
aw_core/dirs.py35
aw_core/log.py84
A
1 hr
aw_core/models.py116
A
25 mins
aw_core/schema.py12
aw_core/util.py18
aw_datastore/__init__.py13
aw_datastore/benchmark.py70
aw_datastore/datastore.py155
A
3 hrs
aw_datastore/migration.py48
aw_datastore/storages/__init__.py12
aw_datastore/storages/abstract.py83
A
1 hr
aw_datastore/storages/memory.py157
A
3 hrs
aw_datastore/storages/peewee.py327
C
1 day
aw_datastore/storages/sqlite.py329
B
5 hrs
aw_query/__init__.py2
aw_query/exceptions.py8
aw_query/functions.py237
A
2 hrs
aw_query/query2.py349
D
2 days
aw_transform/__init__.py41
aw_transform/chunk_events_by_key.py34
A
55 mins
aw_transform/classify.py49
A
55 mins
aw_transform/filter_keyvals.py19
aw_transform/filter_period_intersect.py132
A
3 hrs