{"id":31786320,"url":"https://github.com/cybersecurity-dev/timeseries-toolkit","last_synced_at":"2026-02-17T15:34:02.796Z","repository":{"id":291428926,"uuid":"972074149","full_name":"cybersecurity-dev/TimeSeries-Toolkit","owner":"cybersecurity-dev","description":"Time Series Toolkit","archived":false,"fork":false,"pushed_at":"2025-11-29T23:11:36.000Z","size":34,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-02T04:11:52.591Z","etag":null,"topics":["time-series","time-series-analysis","timeseries","timeseries-analysis"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cybersecurity-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATIONS.bib","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":"2025-04-24T13:50:45.000Z","updated_at":"2025-11-29T23:11:40.000Z","dependencies_parsed_at":"2025-10-29T20:35:08.835Z","dependency_job_id":"ba8db302-8575-4d64-a668-f284d21290a2","html_url":"https://github.com/cybersecurity-dev/TimeSeries-Toolkit","commit_stats":null,"previous_names":["cybersecurity-dev/timeseries-toolkit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cybersecurity-dev/TimeSeries-Toolkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2FTimeSeries-Toolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2FTimeSeries-Toolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2FTimeSeries-Toolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2FTimeSeries-Toolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cybersecurity-dev","download_url":"https://codeload.github.com/cybersecurity-dev/TimeSeries-Toolkit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2FTimeSeries-Toolkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29548360,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T14:33:00.708Z","status":"ssl_error","status_checked_at":"2026-02-17T14:32:58.657Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["time-series","time-series-analysis","timeseries","timeseries-analysis"],"created_at":"2025-10-10T12:51:31.868Z","updated_at":"2026-02-17T15:34:02.792Z","avatar_url":"https://github.com/cybersecurity-dev.png","language":null,"readme":"\u003cdiv align=\"center\"\u003e\n\n# [Time Series](https://www.ibm.com/think/topics/time-series-model) Toolkit\n\u003c/div\u003e\n\n[![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?style=for-the-badge\u0026logo=YouTube\u0026logoColor=white)]()\n[![Reddit](https://img.shields.io/badge/Reddit-FF4500?style=for-the-badge\u0026logo=reddit\u0026logoColor=white)]()\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/cybersecurity-dev/\"\u003e\u003cimg height=\"25\" src=\"https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/github.svg\" alt=\"GitHub\"\u003e\u003c/a\u003e\n    \u0026nbsp;\n    \u003ca href=\"https://www.youtube.com/@CyberThreatDefence\"\u003e\u003cimg height=\"25\" src=\"https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/youtube.svg\" alt=\"YouTube\"\u003e\u003c/a\u003e\n    \u0026nbsp;\n    \u003ca href=\"https://cyberthreatdefence.com/my_awesome_lists\"\u003e\u003cimg height=\"20\" src=\"https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/blog.svg\" alt=\"My Awesome Lists\"\u003e\u003c/a\u003e\n    \u003cimg src=\"https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/bar.gif\"\u003e\n\u003c/p\u003e\n\n## 📖 Contents\n- [My Other Awesome Lists](#my-other-awesome-lists)\n- [Contributing](#contributing)\n- [Contributors](#contributors)\n\n\u003cdetails\u003e\n \n \u003csummary\u003eInstall required tools on Linux\u003c/summary\u003e\n \n ### For Ubuntu 18.04, 20.04, 22.04\n \n ```bash\n sudo apt-get update\n ```\n \u003c/details\u003e\n \n \n \u003cdetails\u003e\n \n \u003csummary\u003eInstall required python libs\u003c/summary\u003e\n \n ### pip install\n ```bash\n pip install -r requirements.txt\n python3 setup.py install\n ```\n \n ### conda install\n ```bash\n conda config --add channels conda-forge\n conda install --file requirements_conda.txt\n python3 setup.py install\n ```\n \n \u003c/details\u003e\n\n\n##\n\n### My Awesome Lists\nYou can access the my awesome lists [here](https://cyberthreatdefence.com/my_awesome_lists)\n\n### Contributing\n\n[Contributions of any kind welcome, just follow the guidelines](contributing.md)!\n\n### Contributors\n\n[Thanks goes to these contributors](https://github.com/cybersecurity-dev/Time-Series-Toolkit/graphs/contributors)!\n\n[🔼 Back to top](#time-series-toolkit)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybersecurity-dev%2Ftimeseries-toolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcybersecurity-dev%2Ftimeseries-toolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybersecurity-dev%2Ftimeseries-toolkit/lists"}