Browse Apps

django-esi

Django app for accessing the EVE Swagger Interface (ESI).


django-esi

Django app for easy access to the EVE Swagger Interface (ESI)

version python django license pipeline-status coverage Documentation Status pre-commit Chat on Discord

Overview

Django-esi is a Django app that provides an interface for easy access to the EVE Swagger Interface (ESI), the official API for the game EVE Online.

It is build upon Bravado - a python client library for Swagger 2.0 services.

Django-esi adds the following main functionalities to a Django site:

  • Dynamically generated client for interacting with public and private ESI endpoints
  • Support for adding EVE SSO to authenticate characters and retrieve tokens
  • Control over which ESI endpoint versions are used

Python Support

Django-esi follows the Django Python support schedule, The supported version of Python will differ based on the version of Django used. https://docs.djangoproject.com/en/5.0/faq/install/#what-python-version-can-i-use-with-django

History of this app

This app is a fork from adarnauth-esi. Since this app is an important component of the Alliance Auth system and Adarnof - the original author - was no longer able to maintain it the AA dev team has decided in December 2019 to take over maintenance and further developing for this app within the Alliance Auth project.

Documentation

For all details on how to install and use django-esi please see the documentation.

No reviews yet...

Python Requirements

  • bravado<11,>=10.6
  • brotli
  • celery>=4.0.2
  • django<5.2,>=4.2
  • jsonschema<4
  • python-jose>=3.3
  • requests>=2.26
  • requests-oauthlib>=0.8
  • tqdm>=4.62.3
  • myst-parser; extra == "docs"
  • sphinx; extra == "docs"
  • sphinx-copybutton; extra == "docs"
  • sphinx-rtd-theme<3,>=2; extra == "docs"
  • sphinx-tabs; extra == "docs"
  • sphinxcontrib-django; extra == "docs"
  • coverage; extra == "test"
  • factory-boy; extra == "test"
  • requests-mock; extra == "test"

Required Python packages to be installed and other Python requirement.

App Dependencies


Required apps:

    -


Used by apps:

Dependencies to other apps registered in this app directory.

Classifiers

  • Environment :: Web Environment
  • Framework :: Django
  • Framework :: Django :: 4.2
  • Framework :: Django :: 5.0
  • Framework :: Django :: 5.1
  • Intended Audience :: Developers
  • License :: OSI Approved :: GNU General Public License v3 (GPLv3)
  • Operating System :: OS Independent
  • Programming Language :: Python
  • Programming Language :: Python :: 3 :: Only
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Topic :: Internet :: WWW/HTTP
  • Topic :: Internet :: WWW/HTTP :: Dynamic Content

Version

6.0.0

License

GPLv3

Homepage

  https://gitlab.com/allianceauth/django-esi

PyPI

  https://pypi.org/project/django-esi/

Last updated

3 weeks, 5 days ago

First published

4 years, 8 months ago

Category

Infrastructure

Rating

-

Authors

Alliance Auth

Maintainers

Erik Kalkoken Erik Kalkoken

Please login to see more options.