Metadata-Version: 2.4
Name: pythonclientlib4platform
Version: 1.0.2
Summary: Python Implementation of the Platform utilities
Home-page: 
License: Apache v2.0
Keywords: Platform client services
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: paho-mqtt
Requires-Dist: six
Requires-Dist: requests
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

Platform Python Client Services
===============================

## What is it?

pythonclientlib4platform is a Python library that provides several classes that implement the functionalities of different platform clients, enabling applications to connect to a Platform instance and perform basic CRUD operations.

With this library, you can generate queries, insert data into ontologies, manage REST APIs and their calls, and upload and download binary files, among other things.

Before using the client services for the first time, we strongly recommend that you learn the main concepts of the Platform platform. 

It supports Python 3.4+

## Main Features

Here are just a few of the things that pythonclientlib4platform does well:

- Easily create a Digital Client, enabling you to later perform queries, inserts, and updates on the ontologies stored in the Platform.
    
- Set up an API Manager Client to connect with API Manager and Platform APIs. You can retrieve API REST information, create a API REST from a JSON object, delete a API REST, make requests to a API REST, and list user APIs, among other features.

- Use a File Manager to perform operations with the binary repository, such as uploading and updating files, downloading files from the binary repository and MinIO, and more.

## How to install it

In order to use this API, you must have `pip` installed in your system. The pip website (https://pypi.python.org/pypi/pip) contains detailed installation instructions.

Once `pip` is installed, you will be able to install the Python clients into your local package repository by running the following commands:

1. To install from download repository:

~~~~~~
pip install .
~~~~~~

~~~~~~
python setup.py install
~~~~~~

2. To install from pypi:

~~~~~~
pip install pythonclientlib4platform
~~~~~~

## About Platform

Platform is an open technology platform developed by Indra, designed to simplify and accelerate the development of digital solutions. By abstracting the complexity of underlying technical layers, it helps to simplify and standardize developments enabling independence in lower-level technical decisions and providing flexibility in the face of technological changes.

Key features of Platform include:

- Enabling work with multiple clouds in multi-cloud formats.

- Making cloud and on-premise architectures compatible.

- Managing the complexity of technologies and protocols.

- Optimizing the development of business solutions independent of the technological layer through a LowCode strategy.

- Incorporating best-in-class AI capabilities.

- Maximizing the value of your information with our methodology and algorithms.

You can learn more about what you can do with Platform by visiting https://platform.com/.
