Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

1.0.0

Compare
Choose a tag to compare
@iann838 iann838 released this 07 Jul 21:07
· 22 commits to master since this release

First Release of Django Cassiopeia

An Integration of Cassiopeia to the Django Framework (Compatible with DRF) including more new features.

Cassiopeia itself is a Python adaptation of the Riot Games League of Legends API (https://developer.riotgames.com/). For instance it is also the sister library to Orianna (Java). It's been designed with usability in mind - making sure all the bookkeeping is done right so you can focus on getting the data you need and building your application.

Documentation

Django Cassiopeia has detailed documentation.
For functions and methods of Cassiopeia is found is this documentation

Installation and Requirements

Django>=3.0.1
Python>=3.6

pip install django-cassiopeia

Quick Start and/or Setup for your Django Project

  • Please check out the things that you should NOT do when using django-cassiopeia in this page
  • For setup in your Django environment, follow the setup instructions in django-cassiopeia's documentation
  • A Quick Start is also provided on django-cassiopeia's documentation
  • Taking in mind the instruction above, for all the methods and function of cassiopeia is found in this documentation