Metadata-Version: 1.2
Name: ArkPrice
Version: 0.1.0
Summary: Fetch the current price of Ark
Home-page: https://github.com/Highjhacker/arkprice
Author: Highjhacker
Author-email: jolanbeer@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: # ArkPrice
        
        Fetch the price of Ark in any (crypto)currency.
        
        ## Built with
        - [Python](https://www.python.org/)
        - [Requests](http://docs.python-requests.org/en/master/)
        
        ## Installation
        
        ```shell
        pip install arkprice
        ```
        
        ## Usage
        
        
        ## TODOS
        
        - [x] Core code.
        - [ ] Write documentation.
        - [x] Unit testing.
        - [x] Package it.
        - [x] Travis.
            - [ ] Missing support for python 3.2.
            - [ ] OSX Support ?
            - [ ] Windows support ?
        - [ ] More markets ?
            - [x] CryptoCompare
            - [ ] CoinMarketCap
            - ...
        
        ## Authors
        
        - Jolan Beer - Highjhacker
        
        ## License
        
        ArkPrice is under MIT license. See the [LICENSE file](https://github.com/Highjhacker/arkprice/blob/master/LICENSE) for more informations.
Keywords: Ark python api price markets cryptocurrency
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3
