{"id":23117929,"url":"https://github.com/bourbonut/detroit","last_synced_at":"2025-08-16T23:31:20.723Z","repository":{"id":209175271,"uuid":"723406352","full_name":"bourbonut/detroit","owner":"bourbonut","description":"detroit is wrapper for Python of d3js and Observable Plot","archived":false,"fork":false,"pushed_at":"2024-10-23T20:34:28.000Z","size":2906,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-24T08:16:25.154Z","etag":null,"topics":["d3js","plot","python-wrapper","visualization"],"latest_commit_sha":null,"homepage":"https://detroit.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bourbonut.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2023-11-25T15:12:02.000Z","updated_at":"2024-06-23T14:54:59.000Z","dependencies_parsed_at":"2024-01-14T02:35:50.498Z","dependency_job_id":"fe5314cf-21bf-4806-ad9c-88adeef434b0","html_url":"https://github.com/bourbonut/detroit","commit_stats":{"total_commits":64,"total_committers":2,"mean_commits":32.0,"dds":0.015625,"last_synced_commit":"7fcb5317d7a25ab495c3feabb193faf3c6330e7d"},"previous_names":["bourbonut/detroit"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bourbonut%2Fdetroit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bourbonut%2Fdetroit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bourbonut%2Fdetroit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bourbonut%2Fdetroit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bourbonut","download_url":"https://codeload.github.com/bourbonut/detroit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230064473,"owners_count":18167206,"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":["d3js","plot","python-wrapper","visualization"],"created_at":"2024-12-17T04:31:34.813Z","updated_at":"2025-08-16T23:31:20.708Z","avatar_url":"https://github.com/bourbonut.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg style=\"border-radius:15px\" src=\"https://raw.githubusercontent.com/bourbonut/detroit/main/docs/source/_static/logo.png\"\u003e\u003c/img\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://pypi.org/project/detroit/\"\u003e\n        \u003cimg src=\"https://img.shields.io/pypi/v/detroit.svg?style=flat\u0026logo=pypi\" alt=\"PyPI Latest Release\"\u003e\n    \u003c/a\u003e\n    \u003ca href='https://detroit.readthedocs.io/en/latest/?badge=latest'\u003e\n        \u003cimg src='https://readthedocs.org/projects/detroit/badge/?version=latest' alt='Documentation Status' /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://opensource.org/licenses/ISC\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/License-ISC-blue.svg\" alt=\"Licence ISC\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n`detroit` is Python implementation of [d3js](https://d3js.org/).\n\n- [Documentation](https://detroit.readthedocs.io/en/latest/)\n- [Examples](https://github.com/bourbonut/detroit/tree/main/examples)\n\n\u003cp align=\"center\"\u003e\n    \u003cimg style=\"width: 70%;\" src=\"https://raw.githubusercontent.com/bourbonut/detroit/main/docs/source/figures/hertz_russel.png\"\u003e\u003c/img\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/bourbonut/detroit/blob/main/examples/hertz_russel.py\"\u003eSource code\u003c/a\u003e\n\u003c/p\u003e\n\n# Installation\n\n```sh\npip install detroit\n```\n\n# Coverage\n\n| Package Name    | Yes / No | Tests OK | Notes                         |\n|-----------------|----------|----------|-------------------------------|\n| array           | Yes      | Yes      |  Not all functions supported  |\n| axis            | Yes      | Yes      |                               |\n| brush           | No       | -        |                               |\n| chord           | No       | -        |                               |\n| color           | Yes      | Yes      |                               |\n| contour         | No       | -        |                               |\n| delaunay        | No       | -        |                               |\n| dispatch        | No       | -        |                               |\n| drag            | No       | -        |                               |\n| dsv             | -        | -        | use `import pandas / polars`  |\n| ease            | No       | -        |                               |\n| fetch           | -        | -        | use `import requests`         |\n| force           | No       | -        |                               |\n| format          | Yes      | Yes      |                               |\n| geo             | No       | -        |                               |\n| hierarchy       | No       | -        |                               |\n| interpolate     | Yes      | Yes      | interpolate CSS not supported |\n| path            | Yes      | Yes      |                               |\n| polygone        | No       | -        |                               |\n| quadtree        | No       | -        |                               |\n| random          | -        | -        | Use `import random`           |\n| scale           | Yes      | Yes      | Mostly `test_linear`          |\n| scale-chromatic | Yes      | Yes      | See all schemes in `examples` |\n| selection       | Yes      | Yes      |                               |\n| shape           | Yes      | Yes      | Missing some of shapes        |\n| time            | Yes      | Yes      |                               |\n| time-format     | Yes      | Yes      |                               |\n| timer           | No       | -        |                               |\n| transition      | No       | -        |                               |\n| zoom            | No       | -        |                               |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbourbonut%2Fdetroit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbourbonut%2Fdetroit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbourbonut%2Fdetroit/lists"}