Metadata-Version: 1.1
Name: evecentral
Version: 0.0.1
Summary: A small module to cache eve central prices in memory
Home-page: https://github.com/ZymoticB/python-evecentral
Author: Tyler Dixon
Author-email: tyler@chlystyk.com
License: BSD
Description: python-evecentral
        =============
        
        Super simple module that hits 2 external APIs. 
        
        It uses `Fuzzworks <[https://www.fuzzwork.co.uk/tools/api-typename-to-typeid/>`_ to get 
        the typeID from a typeName. 
        
        It then pulls prices from the `EVE-Central API <http://eve-central.com/home/develop.html>`_
        and caches them in memory
        
Keywords: eve evecentral
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Software Development :: Libraries
