New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

django-eveuniverse

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-eveuniverse

Complete set of Eve Universe models with on-demand loading from ESI.

  • 1.5.6
  • Source
  • PyPI
  • Socket score

Maintainers
1

Eve Universe

Complete set of Eve Online Universe models in Django with on-demand loading from ESI.

release python django pipeline codecov Documentation Status license pre-commit Code style: black chat

Overview

django-eveuniverse is a foundation app meant to help speed up the development of Eve Online apps with Django and ESI. It provides all classic "static" Eve classes as Django models, including all relationships, ready to be used in your project. Furthermore, all Eve models have an on-demand loading mechanism for fetching new objects from ESI.

Here is an overview of the main features:

  • Complete set of ESI's Eve Universe objects as Django models like regions, types or planets.
  • On-demand loading mechanism that allows retrieving Eve universe objects ad-hoc from ESI
  • Management commands for preloading often used sets of data like the map or ships types
  • Eve models come with additional useful features, e.g. a route finder between solar systems or image URLs for types
  • Special model EveEntity for quickly resolving Eve Online IDs to names
  • Optional asynchronous loading of eve models and loading of all related children. (e.g. load all types for a specific group)
  • Additional models for selected data from the SDE that is not covered by ESI, e.g. type materials

Documentation

For details on how to install and use django-eveuniverse please see Operations Guide.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc