Metadata-Version: 2.1
Name: opengate-data
Version: 1.0.13
Summary: description
Author: amplia soluciones
Author-email: pipy@amplia.es
License: Apache License 2.0
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: requests
Requires-Dist: jsonpath_ng
Requires-Dist: numpy
Requires-Dist: urllib3
Requires-Dist: configparser
Requires-Dist: parse
Requires-Dist: python-dotenv
Requires-Dist: datetime
Requires-Dist: flatten-dict

# Opengate-data

Opengate-data is a python library that helps you easily integrate OpenGate into your python projects.

## Installation

pip install opengate-data

## Import

from opengate_data import OpenGateClient

## Basic Use with user and password

client = OpenGateClient(url="Url", user="User", password="Password")

## Basic Use with api-key

client = OpenGateClient(url="Url", api_key="Api_Key")

## Additional Documentation

For more details and examples, please refer to the [complete documentation](https://documentation.opengate.es/).

