8000 GitHub - sergey-koumirov/Preston: Python 3 library for accessing Eve Online's APIs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sergey-koumirov/Preston

 
 

Repository files navigation

Preston

Preston is a Python library for accessing EVE Online's CREST, XML, and ESI APIs.

Installation

From pip:

pip install preston

From GitHub:

git clone https://github.com/Celeo/Preston.git
cd Preston
python setup.py install

Initialization

from preston.crest import Preston
# or
from preston.xmlapi import Preston
# or
from preston.esi import Preston

preston = Preston()

Usage

See the documents under docs/ for the modules' usages.

About

Python 3 library for accessing Eve Online's APIs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0