https://github.com/activitywatch/aw-research

Tools to analyse and experiment with ActivityWatch data

https://github.com/activitywatch/aw-research

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.0%) to scientific vocabulary

Keywords

activitywatch data-analysis python quantified-self

Keywords from Contributors

timetracker time-tracker archival productivity charts interactive standardization sequences projection periodic-table
Last synced: 6 months ago · JSON representation

Repository

Tools to analyse and experiment with ActivityWatch data

Basic Info
  • Host: GitHub
  • Owner: ActivityWatch
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 519 KB
Statistics
  • Stars: 31
  • Watchers: 3
  • Forks: 6
  • Open Issues: 8
  • Releases: 0
Topics
activitywatch data-analysis python quantified-self
Created over 8 years ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

aw-research

Build Status

Tools to analyse and experiment with ActivityWatch data.

Some of the things developed here might become ActivityWatch features, and others are starting points for research as talked about in this issue.

Usage

pipenv install pipenv run python3 -m aw_research --help

To use some of the analysis methods you need to create some configuration files manually, see the .example files for how they should look.

Owner

  • Name: ActivityWatch
  • Login: ActivityWatch
  • Kind: organization

Open source time-tracking application with a focus on extensibility and privacy.

GitHub Events

Total
  • Watch event: 4
Last Year
  • Watch event: 4

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 108
  • Total Committers: 3
  • Avg Commits per committer: 36.0
  • Development Distribution Score (DDS): 0.019
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Erik Bjäreholt e****k@b****t 106
dependabot[bot] 4****] 1
lgtm-com[bot] 4****] 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 8 months ago

All Time
  • Total issues: 7
  • Total pull requests: 14
  • Average time to close issues: 3 months
  • Average time to close pull requests: about 2 months
  • Total issue authors: 3
  • Total pull request authors: 5
  • Average comments per issue: 1.29
  • Average comments per pull request: 0.36
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 8
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • ErikBjare (4)
  • mekarpeles (2)
  • johan-bjareholt (1)
Pull Request Authors
  • dependabot[bot] (7)
  • ErikBjare (4)
  • lgtm-com[bot] (1)
  • johan-bjareholt (1)
  • rTreutlein (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (7)

Dependencies

poetry.lock pypi
  • atomicwrites 1.4.0 develop
  • black 22.1.0 develop
  • coverage 6.3.2 develop
  • iniconfig 1.1.1 develop
  • mypy 0.941 develop
  • mypy-extensions 0.4.3 develop
  • pathspec 0.9.0 develop
  • platformdirs 2.5.1 develop
  • pluggy 1.0.0 develop
  • py 1.11.0 develop
  • pytest 7.1.1 develop
  • pytest-cov 3.0.0 develop
  • appdirs 1.4.4
  • attrs 21.4.0
  • aw-client 0.5.9
  • aw-core 0.5.9
  • cachetools 5.0.0
  • certifi 2021.10.8
  • charset-normalizer 2.0.12
  • click 8.0.4
  • colorama 0.4.4
  • cycler 0.11.0
  • deprecation 2.1.0
  • fonttools 4.31.2
  • google-api-core 2.7.1
  • google-api-python-client 2.42.0
  • google-auth 2.6.2
  • google-auth-httplib2 0.1.0
  • googleapis-common-protos 1.56.0
  • httplib2 0.20.4
  • idna 3.3
  • importlib-resources 5.4.0
  • iso8601 1.0.2
  • joblib 1.1.0
  • jsonschema 4.4.0
  • kiwisolver 1.4.0
  • matplotlib 3.5.1
  • numpy 1.22.3
  • packaging 21.3
  • pandas 1.4.1
  • peewee 3.14.10
  • persist-queue 0.7.0
  • pillow 9.0.1
  • protobuf 3.19.4
  • pyasn1 0.4.8
  • pyasn1-modules 0.2.8
  • pydash 5.1.0
  • pyparsing 3.0.7
  • pyrsistent 0.18.1
  • python-dateutil 2.8.2
  • python-json-logger 2.0.2
  • pytz 2022.1
  • requests 2.27.1
  • rfc3339-validator 0.1.4
  • rsa 4.8
  • setuptools-scm 6.4.2
  • six 1.16.0
  • strict-rfc3339 0.7
  • tabulate 0.8.9
  • takethetime 0.3.1
  • timeslot 0.1.2
  • toml 0.10.2
  • tomli 2.0.1
  • tomlkit 0.10.0
  • typing-extensions 4.1.1
  • uritemplate 4.1.1
  • urllib3 1.26.9
  • zipp 3.7.0
pyproject.toml pypi
  • black * develop
  • mypy * develop
  • pytest * develop
  • pytest-cov * develop
  • aw-client ^0.5
  • aw-core ^0.5
  • google-api-python-client *
  • iso8601 *
  • joblib *
  • matplotlib *
  • numpy *
  • pandas *
  • pydash *
  • python ^3.8
  • pytz *
  • tabulate *
  • toml *
.github/workflows/build.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v1 composite
.github/workflows/codeql.yml actions
  • actions/checkout v3 composite
  • github/codeql-action/analyze v2 composite
  • github/codeql-action/autobuild v2 composite
  • github/codeql-action/init v2 composite