{"id":21253845,"url":"https://github.com/ebonnal/scimple","last_synced_at":"2026-05-21T10:02:34.420Z","repository":{"id":57464475,"uuid":"122541181","full_name":"ebonnal/scimple","owner":"ebonnal","description":"Allow quicker prototyping for PoC with Matplotlib, Kafka, PySpark","archived":false,"fork":false,"pushed_at":"2020-06-09T21:25:55.000Z","size":129931,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-16T21:06:04.517Z","etag":null,"topics":["kafka","matplotlib","plot","pyspark","python"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/ebonnal.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":"2018-02-22T22:08:29.000Z","updated_at":"2020-06-09T21:25:58.000Z","dependencies_parsed_at":"2022-08-31T01:15:26.080Z","dependency_job_id":null,"html_url":"https://github.com/ebonnal/scimple","commit_stats":null,"previous_names":["enzobnl/scimple","ebonnal/scimple"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ebonnal/scimple","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebonnal%2Fscimple","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebonnal%2Fscimple/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebonnal%2Fscimple/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebonnal%2Fscimple/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ebonnal","download_url":"https://codeload.github.com/ebonnal/scimple/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebonnal%2Fscimple/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32214418,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T03:15:14.334Z","status":"ssl_error","status_checked_at":"2026-04-24T03:15:11.608Z","response_time":64,"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":["kafka","matplotlib","plot","pyspark","python"],"created_at":"2024-11-21T03:53:15.466Z","updated_at":"2026-04-24T07:34:54.676Z","avatar_url":"https://github.com/ebonnal.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Scimple\n[![Actions Status](https://github.com/enzobnl/scimple/workflows/PyPI/badge.svg)](https://github.com/enzobnl/scimple/actions)\n\n\nUtils scimplifying Matplotlib, Apache Kafka, Apache PySpark\n## Goal\nGain time on repetitive things\n## Features\n```\nfrom scimple import kafka, Plot\n```\nPlot square function as scimply as : \n`Plot().add(x=range(-10, 10), y=lambda i, x: x[i]**2)`\n\nStart a kafka server and talk on it as scimply as : \n```\nkafka.start_server()\nkafka.talk(topic=\"about_cats\", message=\"cats_are_cute\")\n```\n\nCreate a PySpark Streaming dstream listening on a Kafka topic as scimply as : \n```\ndstream = kafka.create_dstream(topic=\"about_cats\")\n```\n## Test it\n\n1. run  `pip install scimple` \n2. Run your favorite *notebook* \n3. Test `./notebook_example.ipynb`\n\nSome outputs from the notebook:\n\n![](https://github.com/EnzoBnl/Scimple/blob/master/screens/1.png)\n\n![](https://github.com/EnzoBnl/Scimple/blob/master/screens/2.png)\n\n![](https://github.com/EnzoBnl/Scimple/blob/master/screens/3.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febonnal%2Fscimple","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Febonnal%2Fscimple","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febonnal%2Fscimple/lists"}