{"id":15890389,"url":"https://github.com/fferegrino/hubify","last_synced_at":"2026-05-02T04:41:27.607Z","repository":{"id":44555819,"uuid":"500912943","full_name":"fferegrino/hubify","owner":"fferegrino","description":"Create GitHub-like visualisations of your time series data","archived":false,"fork":false,"pushed_at":"2022-07-26T05:55:58.000Z","size":95,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-08T10:47:24.082Z","etag":null,"topics":["github","matplotlib","plot","python","timeseries"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fferegrino.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-06-07T16:09:44.000Z","updated_at":"2022-07-15T21:58:21.000Z","dependencies_parsed_at":"2022-07-19T12:54:57.318Z","dependency_job_id":null,"html_url":"https://github.com/fferegrino/hubify","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fferegrino%2Fhubify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fferegrino%2Fhubify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fferegrino%2Fhubify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fferegrino%2Fhubify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fferegrino","download_url":"https://codeload.github.com/fferegrino/hubify/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246856687,"owners_count":20844974,"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","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":["github","matplotlib","plot","python","timeseries"],"created_at":"2024-10-06T07:05:34.952Z","updated_at":"2026-05-02T04:41:27.574Z","avatar_url":"https://github.com/fferegrino.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"hubify\n======\n\nCreate GitHub-like visualisations from your time series data.\n\n## Basic Usage\n\n```python\n# A list of datetimes, where each datetime represents an observation\nfrom datetime import datetime, timedelta\nimport random\n\n# Import Hubify\nfrom hubify import hubify\n\n# Set a seed\nrandom.seed(42)\n\n# Create 400 random events\nevents = [\n    datetime.today() - timedelta(days=random.randint(0, 365))\n    for _ in range(400)\n]\n\n# Call hubify\nhubify(events)\n```\n\nYou should see something like this\n\n![Hubify plot](https://ik.imagekit.io/thatcsharpguy/projects/hubify/front-page.png)\n\n## Installation\n\n```shell\npip install hubify\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffferegrino%2Fhubify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffferegrino%2Fhubify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffferegrino%2Fhubify/lists"}