Metadata-Version: 2.1
Name: bitcoin-value
Version: 1.0.0
Summary: Gets the value of one bitcoin
Home-page: https://github.com/dewittethomas/bitcoin-value
Author: Thomas Dewitte
Author-email: thomasdewittecontact@gmail.com
License: MIT
Description: # foldery
        
        [![npm](https://img.shields.io/pypi/v/bitcoin-value.svg)](https://pypi.org/project/bitcoin-value/)
        
        Gets the value of one bitcoin
        
        ## Installation
        To install the package run this command:
        
        ```bash
        pip install bitcoin-value
        ```
        
        ## Usage
        
        ### EUR
        
        ```python
        import bitcoin_value as bitcoin
        
        bitcoin.EUR()
        ```
        
        ### USD
        
        ```python
        import bitcoin_value as bitcoin
        
        bitcoin.USD()
        ```
        
        
        ### GBP
        
        ```python
        import bitcoin_value as bitcoin
        
        bitcoin.GBP()
        ```
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.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
Requires-Python: >= 2.7
Description-Content-Type: text/markdown
