Metadata-Version: 1.1
Name: albion_data
Version: 0.1.2
Summary: A python wrapper for Albion data Project
Home-page: https://github.com/dravog7/Albion-data-python
Author: dravog7
Author-email: dravog78@gmail.com
License: MIT
Description: # Albion Data Python
        
        A simple wrapper for the [Albion Data Project](https://www.albion-online-data.com/) API
        
        ## Features
        
        - check price of items
        
            ```python
            # price of t4 and t5 bag at lymhurst quality 1
            get_price(["T4_BAG","T5_BAG"],"Lymhurst",1)
            ```
        
        - check history of item
        
            ```python
            #get daily history of t4 bag at lymhurst of quality 1
            get_history("T4_BAG","Lymhurst",1,time_scale=24)
            ```
        
        ## NOTES
        
        - The item ids and market names can be found [here](https://github.com/broderickhyman/ao-bin-dumps/tree/master/formatted)
        
Keywords: Albion,api
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Games/Entertainment
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
