Metadata-Version: 2.1
Name: runeq
Version: 0.1.0
Summary: Query data from Rune Labs APIs
Home-page: https://github.com/rune-labs/runeq-python
Author: Rune Labs
Maintainer-email: support@runelabs.io
License: UNKNOWN
Description: # runeq-python
        
        Python 3 Standard Development Kit (SDK) for Rune Lab's Query API: `runeq`
        
        ## References
        
        * Library documentation: [https://runeq.readthedocs.io/en/latest](https://runeq.readthedocs.io/en/latest)
        * API documentation: [https://docs.runelabs.io](https://docs.runelabs.io)
        * Rune Labs home page: [https://runelabs.io](https://runelabs.io)
        
        ## Installation
        
        Python 3.6+ is required.
        
        To install the library using pip:
        
            pip3 install runeq
        
        To install from source:
        
            python3 setup.py install
        
Keywords: rune api query
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
