Metadata-Version: 2.1
Name: iqoptionapi_simple
Version: 0.0.2
Summary: This api is wrapper for iq option implementation of the iqoption version supported by community.
Home-page: https://github.com/juliansantosinfo/iqoptionapi_simple
Author: Julian de Almeida Santos
Author-email: julian.santos.info@gmail.com
License: GPLv3
Project-URL: Source, https://github.com/juliansantosinfo/iqoptionapi_simple
Keywords: iqoptionapi-simple,iqoptionapi,api
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# iqoptionapi-simple

**iqoptionapi-simple** ia  API for iq option implemented on the Lu-Yi-Hsun version.
This api is wrapper to on [iqoptionapi](https://github.com/iqoptionapi/iqoptionapi).

## Features

- Class unique with simplified methods.

## Installation

- Run `pip install https://github.com/iqoptionapi/iqoptionapi/archive/refs/tags/7.0.0.tar.gz`
- Run `pip install iqoptionapi-simple`

## Exxemple

```python
from iqoptionapi_simple import IQ_Option

api = IQ_Option(email="julian.santos.trash@gmail.com", password="mypassisiqoption", active_account_type="PRACTICE")

api.connect()

if api.is_connected():
    print(api.get_profile())
```

## Upgrade

- Run `pip install iqoptionapi-simple --upgrade`

