{"id":37083867,"url":"https://github.com/planet-api/python-sdk","last_synced_at":"2026-01-14T10:14:36.468Z","repository":{"id":62591633,"uuid":"491490939","full_name":"planet-api/python-sdk","owner":"planet-api","description":"Python SDK for Planet API, the 2D planet sprite generation API.","archived":false,"fork":false,"pushed_at":"2022-05-12T15:45:15.000Z","size":1345,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-30T08:30:42.534Z","etag":null,"topics":["2d","2d-game","2d-graphics","assets","indiegame","planet","space","sprites","universe"],"latest_commit_sha":null,"homepage":"https://planet.joffreybvn.be/python-sdk/index.html","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/planet-api.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":"2022-05-12T11:46:45.000Z","updated_at":"2022-05-12T15:54:42.000Z","dependencies_parsed_at":"2022-11-04T07:23:18.232Z","dependency_job_id":null,"html_url":"https://github.com/planet-api/python-sdk","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/planet-api/python-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planet-api%2Fpython-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planet-api%2Fpython-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planet-api%2Fpython-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planet-api%2Fpython-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/planet-api","download_url":"https://codeload.github.com/planet-api/python-sdk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planet-api%2Fpython-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28416709,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:38:59.149Z","status":"ssl_error","status_checked_at":"2026-01-14T08:38:43.588Z","response_time":107,"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":["2d","2d-game","2d-graphics","assets","indiegame","planet","space","sprites","universe"],"created_at":"2026-01-14T10:14:33.833Z","updated_at":"2026-01-14T10:14:36.454Z","avatar_url":"https://github.com/planet-api.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Planet Generator - Python SDK\n\nPlanet API is a **2D planet sprite generator**. Our internal process procedurally generate surfaces, map them to a true sphere, to finally render a planet at 1080x1080 with transparent background.\nThis SDK facilitate the interaction with the API and implement masks features to add lighting and solar effect to the planets.\n\nThis API currently under development. During this phase, it can be accessed for free. [See here how to get your key](https://planet.joffreybvn.be/).\n\n## Installation\n\n```shell\n  pip install planet-generator-sdk\n```\n\n## Quickstart\n\nGenerate a 2D planet sprite with masks:\n\n```python\nfrom planet_generator import Client\n\n# Create a Planet API client\nplanet_api = Client.from_api_key(\n    api_key=\"YOUR API KEY HERE\"\n)\n\n# Generate a new planet\nplanet = planet_api.get_planet()\nsprite = planet.sprite.get_image(apply_masks=True)\n\nsprite  # Contains the 2D planet sprite\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplanet-api%2Fpython-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplanet-api%2Fpython-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplanet-api%2Fpython-sdk/lists"}