E n t i t y ' s L i b r a r y
Navigation •
Home |
Collection |
Uniques |
Library |
About |
Links
On this page you will find various EVE related tools and articles.
EVE API
Here is my implementation of a python RPC wrapper for the EVE API.
This wrapper offers the following advantages:
- It has no knowledge of the methods exposed by the server, so it's future-proof provided the XML format does not change.
- It "deserializes" the (arbitrary) XML responses from the API to python objects, for easy manipulation of the data.
- Data structures with convenient manipulation methods (sorting, indexing, grouping) are provided by the module.
- Transparent caching can be implemented easily through the provided cache interface
Download eveapi for python 2.4+:
eveapi.py 1.1.1 (23k) - This is the API module. Installation is easy, just place it either in your site-packages folder for a global install, or your project folder for a per-project install.
apitest.py (14k) - A demonstration script showing how to use most of the module's functionality, including transparent caching. Requires the eveapi.py above.
For bugs/comments, please use this feedback thread
EVE CORP LOGO GENERATOR
This is corplogo generator, useful for killboards and other services
It requires the Python Image Library.
Download evelogo for python 2.4+:
evelogo.py 1.0.1 (4k) - This is the logo module. Installation is just like eveapi (see above)
Corp Logo Pack (7MB on EVE-Files) - The logo pack the module requires
For bugs/comments, please use this feedback thread
EXCEL SPREADSHEETS
I have made various sheets for calculating various EVE statistics, which you can find below.
Research Agent Comparison Tool!
What's there to say... This nifty sheet lets you calculate and compare two research agents' generated RP per day. Saves you from doing the nasty calculations.
MISC STUFF
Implant Overview
This page lists all hardwiring implants by category and slot number for easy glancing over, or to figure out what to put in that remaining slot.