{"id":25257084,"url":"https://github.com/noahgorstein/exploring-peps","last_synced_at":"2025-08-16T22:32:20.664Z","repository":{"id":276057914,"uuid":"926246290","full_name":"noahgorstein/exploring-peps","owner":"noahgorstein","description":"Source code to accompany my blog post Exploring Python Enhancement Proposals (PEPs) with Python and Graphs","archived":false,"fork":false,"pushed_at":"2025-02-06T02:46:42.000Z","size":77,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-12T11:54:13.152Z","etag":null,"topics":["graph","rdf","rdflib"],"latest_commit_sha":null,"homepage":"https://www.noahgorstein.com/blog/exploring-peps-with-python-and-graphs","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/noahgorstein.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-02T22:03:22.000Z","updated_at":"2025-02-06T02:46:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"493114ee-a8e2-46fe-8c8c-c6287bf141d0","html_url":"https://github.com/noahgorstein/exploring-peps","commit_stats":null,"previous_names":["noahgorstein/exploring-peps"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/noahgorstein/exploring-peps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noahgorstein%2Fexploring-peps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noahgorstein%2Fexploring-peps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noahgorstein%2Fexploring-peps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noahgorstein%2Fexploring-peps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noahgorstein","download_url":"https://codeload.github.com/noahgorstein/exploring-peps/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noahgorstein%2Fexploring-peps/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270781196,"owners_count":24643804,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["graph","rdf","rdflib"],"created_at":"2025-02-12T06:33:33.395Z","updated_at":"2025-08-16T22:32:20.626Z","avatar_url":"https://github.com/noahgorstein.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Exploring Python Enhancement Proposals (PEPs) with Python and Graphs\n\nThis is the code that accompanies by blog post on [Exploring Python Enhancement Proposals (PEPs) with Python and Graphs](https://noahgorstein.com/blog/exploring-peps-with-python-and-graphs). \n\nThe code in this repository is used to generate the data visualizations in the blog post.\n\n## Installation\n\nTo install, use [`uv`](https://docs.astral.sh/uv/getting-started/installation/) to install the dependencies and run the code:\n\n```bash\nuv run src/main.py\n```\n\nYou should see output like the following:\n\n```bash\nConverting PEPs to RDF...\nRDF data saved to generated/\nGenerating visualizations...\nGenerating visualization for pep_supersession.html...\nGenerating visualization for pep_482_authors_contributions.html...\nGenerating visualization for pep_dependencies.html...\nGenerating visualization for pep_status_pie_chart.html...\nGenerating visualization for guidos_peps_over_time.html...\nVisualizations saved to generated/visualizations/\n```\n\nThe generated visualizations and RDF will be saved in the `generated` directory.\n- The RDF schema is saved as [`schema.ttl`](./generated/schema.ttl) and the instance RDF data is saved as [`data.ttl`](./generated/data.ttl). These are included in the repository if you want to view or use them without running the code.\n- The graph visualizations are saved as HTML in the `generated/visualizations` directory. These are not included in the repository, but you can view them in the blog post.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoahgorstein%2Fexploring-peps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoahgorstein%2Fexploring-peps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoahgorstein%2Fexploring-peps/lists"}