{"id":13738317,"url":"https://github.com/shakedzy/dython","last_synced_at":"2026-02-18T22:02:26.537Z","repository":{"id":37431604,"uuid":"120195284","full_name":"shakedzy/dython","owner":"shakedzy","description":"A set of data tools in Python","archived":false,"fork":false,"pushed_at":"2026-01-11T12:39:25.000Z","size":4728,"stargazers_count":511,"open_issues_count":0,"forks_count":103,"subscribers_count":13,"default_branch":"master","last_synced_at":"2026-01-11T16:48:51.641Z","etag":null,"topics":["analysis","correlation","data","modeling","plot","python","roc"],"latest_commit_sha":null,"homepage":"http://shakedzy.xyz/dython/","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/shakedzy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"shakedzy","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2018-02-04T15:07:45.000Z","updated_at":"2026-01-11T12:39:29.000Z","dependencies_parsed_at":"2023-01-29T20:01:04.656Z","dependency_job_id":"a02df233-2d72-4421-ab6b-de725c431f06","html_url":"https://github.com/shakedzy/dython","commit_stats":{"total_commits":534,"total_committers":20,"mean_commits":26.7,"dds":"0.23782771535580527","last_synced_commit":"ea466ad79249dd4b5ae81dec630563410182427d"},"previous_names":[],"tags_count":45,"template":false,"template_full_name":null,"purl":"pkg:github/shakedzy/dython","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shakedzy%2Fdython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shakedzy%2Fdython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shakedzy%2Fdython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shakedzy%2Fdython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shakedzy","download_url":"https://codeload.github.com/shakedzy/dython/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shakedzy%2Fdython/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29596331,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T20:59:56.587Z","status":"ssl_error","status_checked_at":"2026-02-18T20:58:41.434Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["analysis","correlation","data","modeling","plot","python","roc"],"created_at":"2024-08-03T03:02:18.329Z","updated_at":"2026-02-18T22:02:26.532Z","avatar_url":"https://github.com/shakedzy.png","language":"Python","readme":"![banner](http://shakedzy.xyz/dython/images/index_banner.png)\n\n# Dython\n\n[![PyPI Version](https://img.shields.io/pypi/v/dython.svg)](https://pypi.org/project/dython/)\n[![Conda Version](https://img.shields.io/conda/vn/conda-forge/dython)](https://anaconda.org/conda-forge/dython)\n[![Python Version](https://img.shields.io/pypi/pyversions/dython.svg)](https://pypi.org/project/dython/)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/dython)](https://pypistats.org/packages/dython)\n[![Coverage](https://codecov.io/github/shakedzy/dython/coverage.svg?branch=main)](https://app.codecov.io/github/shakedzy/dython/)\n[![License](https://img.shields.io/pypi/l/dython)](https://github.com/shakedzy/dython/blob/master/LICENSE)\n[![Paper](https://img.shields.io/badge/JOSS-10.21105%2Fjoss.09174-eb34c6)](https://joss.theoj.org/papers/10.21105/joss.09174)\n[![Zenodo](https://img.shields.io/badge/Zenodo-10.5281%2Fzenodo.12698421-8f34eb)](https://zenodo.org/doi/10.5281/zenodo.12698421)\n\nA set of **D**ata analysis tools in p**YTHON** 3.x.\n\nDython was designed with analysis usage in mind - meaning ease-of-use, functionality and readability are the core \nvalues of this library. \n\n## Installation\nDython can be installed directly using `pip`:\n```\npip install dython\n```\nor, via the `conda` package manager:\n```\nconda install -c conda-forge dython\n```\n\n## Documentation\nModules documentation can be found on [shakedzy.xyz/dython](http://shakedzy.xyz/dython).\nYou can also learn more and see examples of the main methods of this library on \n[these blogposts](http://shakedzy.xyz/dython/related_blogposts). \n\n## Contributing\nContributions are always welcomed - if you found something you can fix, or have an idea for a new feature, feel free to write it and open a pull request. Please make sure to go over the [contributions guidelines](https://github.com/shakedzy/dython/blob/master/CONTRIBUTING.md).\n\n## Citing\nWhen using Dython, please cite it using this citation:\n```bibtex\n@article{Zychlinski2025,\n    doi = {10.21105/joss.09174},\n    url = {https://doi.org/10.21105/joss.09174},\n    year = {2025},\n    publisher = {The Open Journal},\n    volume = {10},\n    number = {116},\n    pages = {9174},\n    author = {Shaked Zychlinski},\n    title = {dython: A Set of Analysis and Visualization Tools for Data and Variables in Python},\n    journal = {Journal of Open Source Software}\n }\n```","funding_links":["https://ko-fi.com/shakedzy"],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshakedzy%2Fdython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshakedzy%2Fdython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshakedzy%2Fdython/lists"}