Metadata-Version: 2.1
Name: oneforge
Version: 0.0.1
Summary: 1Forge REST API wrapper
Home-page: https://github.com/orgito/1forge-client
Author: Renato Orgito
Author-email: orgito@gmail.com
Maintainer: Renato Orgito
Maintainer-email: orgito@gmail.com
License: MIT
Project-URL: Bug Reports, https://github.com/orgito/1forge-client/issues
Project-URL: Source, https://github.com/orgito/1forge-client
Description: # oneforge
        
        [![image](https://img.shields.io/pypi/v/oneforge.svg?style=flat-square)](https://pypi.org/project/oneforge)
        [![image](https://img.shields.io/pypi/pyversions/oneforge.svg?style=flat-square)](https://pypi.org/project/oneforge)
        [![image](https://img.shields.io/pypi/l/oneforge.svg?style=flat-square)](https://pypi.org/project/oneforge)
        
        ---
        
        1Forge REST API wrapper
        
        ## Instalation
        oneforge is distributed on PyPI and is available on Linux/macOS and Windows and supports Python 3.6+.
        
        ``` bash
        $ pip install -U oneforge
        ```
        
        ## Usage
        
        ``` python
        from oneforge import OneForge, SYMBOLS
        
        oforge = OneForge(api_key='XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')
        
        # Get quotes
        oforge.quotes(SYMBOLS)
        
        # Convert currency
        oforge.convert('EUR', 'USD', 100)
        ```
Keywords: 1forge forex
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.6
Description-Content-Type: text/markdown
