Metadata-Version: 2.1
Name: ihela-python-client
Version: 0.0.3
Summary: A Python high level client for accessing iHela APIs.
Home-page: https://github.com/ubuviz/ihela-pyhton-client
Author: UbuViz
Author-email: info@ubuviz.com
License: MIT License
Description: iHela Client
        ============
        
        This repository provides a Python client for iHela platform.
        
        Get started
        -----------
        
        1. Install the package with ``pip install ihela-python-client``
        2. import the package for using the provided functions to communicate with the iHela API. The `redirect_uri` must be registered with the client created by iHela both for test and production.
        3. Redirect to the returned `auth_url`: This will allow the user to authorize your application to access the iHela website banking operations and will redirect to your `redirect_uri` with an authorization code passed as GET method parameter.
        4. The `redirect_uri` must handle the received authorization code and pass to the authenticate url.
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Description-Content-Type: text/x-rst
