mirror of
https://github.com/nikdoof/evestandings.git
synced 2025-12-22 14:29:23 +00:00
27 lines
766 B
Markdown
27 lines
766 B
Markdown
EVEStandings
|
|
============
|
|
|
|
A simple library / cli tool to create a standings overview page for a EVE Online corporation or alliance.
|
|
|
|
[](https://heroku.com/deploy)
|
|
|
|
Usage
|
|
-----
|
|
|
|
For CLI command use:
|
|
|
|
- Install evestandings using `python setup.py install`
|
|
- Run the `evestandings` command.
|
|
|
|
For library use:
|
|
|
|
- Import `Standings` from `standings`
|
|
- Init the `Standings` object with your Key ID and vCode (needs ContactList as the only permission)
|
|
- Call `render_template`, `text`, or `html` to produce an output.
|
|
- Raw standings can be obtained from a dict by calling `Standings._get_standings()`
|
|
|
|
About
|
|
-----
|
|
|
|
This tool was originally created by Matalok / Andrew Williams for use by Test Alliance Please Ignore.
|