{"id":34041926,"url":"https://github.com/tkarabela/miscreaders","last_synced_at":"2026-04-06T02:04:11.271Z","repository":{"id":228684922,"uuid":"728425979","full_name":"tkarabela/miscreaders","owner":"tkarabela","description":"Parsers for output of various programs","archived":false,"fork":false,"pushed_at":"2025-11-03T22:00:08.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-15T14:29:00.456Z","etag":null,"topics":["digital-wellbeing","habit-tracking","loophabits","moonwatch-rs","stayfree","usage-tracking"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tkarabela.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-06T23:11:33.000Z","updated_at":"2025-11-03T22:00:11.000Z","dependencies_parsed_at":"2024-03-20T00:47:54.378Z","dependency_job_id":"35e94f54-66a8-4a33-9987-2fe0e4dd993d","html_url":"https://github.com/tkarabela/miscreaders","commit_stats":null,"previous_names":["tkarabela/habit-ingest","tkarabela/miscreaders"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/tkarabela/miscreaders","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkarabela%2Fmiscreaders","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkarabela%2Fmiscreaders/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkarabela%2Fmiscreaders/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkarabela%2Fmiscreaders/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tkarabela","download_url":"https://codeload.github.com/tkarabela/miscreaders/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkarabela%2Fmiscreaders/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28130015,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-30T02:00:05.476Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["digital-wellbeing","habit-tracking","loophabits","moonwatch-rs","stayfree","usage-tracking"],"created_at":"2025-12-13T22:10:19.482Z","updated_at":"2026-04-06T02:04:11.265Z","avatar_url":"https://github.com/tkarabela.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CI - build](https://img.shields.io/github/actions/workflow/status/tkarabela/miscreaders/main.yml?branch=master)](https://github.com/tkarabela/miscreaders/actions)\n[![CI - coverage](https://img.shields.io/codecov/c/github/tkarabela/miscreaders)](https://app.codecov.io/github/tkarabela/miscreaders)\n[![MyPy \u0026 Ruffle checked](https://img.shields.io/badge/MyPy%20%26%20Ruffle-checked-blue?style=flat)](https://github.com/tkarabela/pysubs2/actions)\n![PyPI - Version](https://img.shields.io/pypi/v/miscreaders.svg?style=flat)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/miscreaders.svg?style=flat)\n![License](https://img.shields.io/pypi/l/miscreaders.svg?style=flat)\n\n# miscreaders\n\nThis library provides parsers for output of various programs.\n\nTo learn more, please [see the documentation](https://miscreaders.readthedocs.io).\n\n## List of readers\n\n| Program                                                   | Description                                        |\n|-----------------------------------------------------------|----------------------------------------------------|\n| [StayFree](https://stayfreeapps.com/)                     | Device usage statistics (mobile, desktop, browser) |\n| [Loop Habit Tracker](https://github.com/iSoron/uhabits)   | Habit tracker (Android)                            |\n| [Moonwatch.rs](https://github.com/tkarabela/moonwatch-rs) | Privacy-focused device usage statistics (desktop)  |\n\n## Installation\n\n```bash\npip install miscreaders\n```\n\n## Example\n\n```python\n\u003e\u003e\u003e from miscreaders.stayfree import StayfreeXlsReader\n\u003e\u003e\u003e reader = StayfreeXlsReader(\"StayFree Export - Total Usage - 8_9_24.xls\")\n\u003e\u003e\u003e reader.get_usage_time_df()\nshape: (6_222, 4)\n┌────────────┬─────────────┬──────────────┬────────┐\n│ date       ┆ app         ┆ duration     ┆ device │\n│ ---        ┆ ---         ┆ ---          ┆ ---    │\n│ date       ┆ str         ┆ duration[μs] ┆ str    │\n╞════════════╪═════════════╪══════════════╪════════╡\n│ 2023-11-10 ┆ addititious ┆ 0µs          ┆        │\n│ 2023-11-11 ┆ addititious ┆ 0µs          ┆        │\n│ 2023-11-12 ┆ addititious ┆ 0µs          ┆        │\n│ 2023-11-13 ┆ addititious ┆ 0µs          ┆        │\n│ 2023-11-14 ┆ addititious ┆ 6s           ┆        │\n│ …          ┆ …           ┆ …            ┆ …      │\n│ 2024-03-06 ┆ xylometer   ┆ 53m 8s       ┆        │\n│ 2024-03-07 ┆ xylometer   ┆ 0µs          ┆        │\n│ 2024-03-08 ┆ xylometer   ┆ 30m 54s      ┆        │\n│ 2024-03-09 ┆ xylometer   ┆ 0µs          ┆        │\n│ 2024-03-10 ┆ xylometer   ┆ 0µs          ┆        │\n└────────────┴─────────────┴──────────────┴────────┘\n```\n\n## License\n\nMIT, see [LICENSE.txt](./LICENSE.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftkarabela%2Fmiscreaders","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftkarabela%2Fmiscreaders","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftkarabela%2Fmiscreaders/lists"}