{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/5"},{"label":"Dynamic Content","url":"https://skillfed.io/packages/category/internet-www-http-dynamic-content/2"}],"enrichment":{"capability":"Provides Django models for Eve Online universe data with on-demand loading from ESI, including regions, types, planets, and entity resolution.","skillfed_tags":["eve-online","esi-integration","game-data"],"use_cases":["Build an Eve Online companion app that needs to display or query universe data (regions, systems, types) without managing the schema.","Resolve Eve Online entity IDs (characters, corporations, alliances) to names using the EveEntity model.","Preload and cache frequently accessed universe data (ship types, regions) to reduce ESI API calls.","Implement solar system routing or pathfinding features using the preloaded map data.","Develop alliance tools that need to correlate player actions with universe locations and item types."],"what_it_does":"django-eveuniverse is a Django app that mirrors Eve Online's universe structure as a set of database models\u2014regions, solar systems, types, planets, and more\u2014all queryable as standard Django ORM objects. It bridges the gap between Eve's ESI API and a local database, letting you work with universe data as if it were already in your schema.\n\nThe package's main value is its on-demand loading mechanism: when you request an Eve object that isn't yet in your database, it fetches it from ESI automatically. It also provides management commands to preload common datasets (like the full map or all ship types), a special EveEntity model for resolving Eve IDs to character/corporation/alliance names, and optional async loading of related objects. This makes it a foundation layer for building Eve Online companion apps without having to design the universe schema yourself.","worth_installing":"Yes, if you are building an Eve Online Django app and need a ready-made universe data layer. The package is actively maintained, has low install friction, and covers a real gap in Eve tooling. Verify the license before using in proprietary work, and ensure your ESI credentials and django-esi setup are in place. Not relevant for non-Eve projects."},"id":"django-eveuniverse","links":{"html":"https://skillfed.io/packages/django-eveuniverse","md":"https://skillfed.io/packages/django-eveuniverse.md","pypi":"https://pypi.org/project/django-eveuniverse/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-28","license_spdx":null,"license_treatment":"unclear","name":"django-eveuniverse","python_support":"supports_current","summary":"Complete set of Eve Universe models with on-demand loading from ESI."},"popularity":{"monthly_downloads":246670,"position":8706,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.1.0"}
