{"id":17333965,"url":"https://github.com/alentoghostflame/pyevelib","last_synced_at":"2025-08-30T09:35:30.081Z","repository":{"id":133928080,"uuid":"275888843","full_name":"alentoghostflame/pyevelib","owner":"alentoghostflame","description":"An EVE Python 3 library for quickly accessing the Static Data Export and EVE Swagger Interface, returning easy to use objects.","archived":false,"fork":false,"pushed_at":"2025-01-06T03:03:18.000Z","size":223,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-08T01:56:19.734Z","etag":null,"topics":["aiohttp","api","esi","eve","eveonline","interface","library","python","python3","sde","staticdataexport"],"latest_commit_sha":null,"homepage":"","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/alentoghostflame.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":"2020-06-29T17:56:53.000Z","updated_at":"2025-01-06T03:03:22.000Z","dependencies_parsed_at":"2025-01-06T04:18:21.166Z","dependency_job_id":"709e253c-6974-48ae-88ed-d1a7d25b4041","html_url":"https://github.com/alentoghostflame/pyevelib","commit_stats":{"total_commits":36,"total_committers":1,"mean_commits":36.0,"dds":0.0,"last_synced_commit":"01d1731669ce87c376158271d4438932dc813ea4"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alentoghostflame/pyevelib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alentoghostflame%2Fpyevelib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alentoghostflame%2Fpyevelib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alentoghostflame%2Fpyevelib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alentoghostflame%2Fpyevelib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alentoghostflame","download_url":"https://codeload.github.com/alentoghostflame/pyevelib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alentoghostflame%2Fpyevelib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272833295,"owners_count":25000870,"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-30T02:00:09.474Z","response_time":77,"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":["aiohttp","api","esi","eve","eveonline","interface","library","python","python3","sde","staticdataexport"],"created_at":"2024-10-15T15:04:08.926Z","updated_at":"2025-08-30T09:35:30.027Z","avatar_url":"https://github.com/alentoghostflame.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyEVELib\nAn async library to access the Static Data Export (SDE) and EVE Swagger Interface (ESI) in a unified way.\n\n###  Features\n* It's async.\n* Can download the SDE, unpack it automatically, and check if the current SDE is out of date.\n* Doesn't require the SDE, and can use ESI for info instead.\n* Supports ESI ratelimiting.\n* Caches ESI requests by default, supports both route expiries and ETags.\n\n### Requirements\n* Python 3.10+\n* aiohttp\n* PyYAML\n\n### How to use\n```python\nimport asyncio\nfrom evelib import EVEAPI\n\nasync def main():\n    eve = EVEAPI()\n    # If you want to use the SDE.\n    eve.sde.update_sde()  # This checks for updates, downloads, and unpacks the SDE as needed.\n    eve.load_sde()  # Loads the SDE from disk.\n    \n    resolved = await eve.resolve_universe_ids([\"Jita\"])\n    jita_id = resolved.systems[\"Jita\"]\n    jita = await eve.get_solarsystem(jita_id)\n    print(f\"{jita.name}, {jita.id}, {jita.security}\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falentoghostflame%2Fpyevelib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falentoghostflame%2Fpyevelib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falentoghostflame%2Fpyevelib/lists"}