Table of Contents

Using the EVE Online API


Under construction!

Useful Documentation and Necessary Websites

Additions to Web2Py to Support Access to the EVE Online API

source python/bin/activate
pip install requests
pip install bravado      # some effort to fully install; needed to --force-reinstall
pip install functools32  # should have been installed automatically with bravado
pip install pytz         # to use the timezone utility for local conversions

Other Notes