Skip to main content

polyanalyst6api is a PolyAnalyst API client for Python.

Project description

polyanalyst6api

polyanalyst6api is a python package for accessing PolyAnalyst's APIs.

Installation

The easiest way to install polyanalyst6api-python is from PyPI:

$ pip install polyanalyst6api

You may also use Git to clone the repository from GitHub and install it manually:

git clone https://github.com/Megaputer/polyanalyst6api-python.git
cd polyanalyst6api-python
pip install poetry
poetry install

Usage

See API Reference for more detailed information.

Authentication

Import client, initialize it and log in to PolyAnalyst's server:

import polyanalyst6api as polyanalyst

api = polyanalyst.API(POLYANALIST_URL, USERNAME, PASSWORD)
api.login()

API supports Context Manager protocol, so you could use it with with statement. In this case API will automatically log in with provided credentials.

with polyanalyst.API(POLYANALIST_URL, USERNAME, PASSWORD) as api:
    pass

Working with project

See polyanalyst6api-python/examples for a more complex examples.

At first you need to connect to existing project:

prj = api.project(PROJECT_UUID)

Print node names within project:

for node_name in prj.get_nodes():
    print(node_name)

Initiate node execution:

prj.execute(NODE_NAME)

Display the preview of node results:

result = prj.preview(NODE_NAME)
print(result)

Save project:

prj.save()

PolyAnalyst API

Full API specification is stored in the PolyAnalyst User Manual under the url below:

/polyanalyst/help/eng/24_Application_Programming_Interfaces/toc.html

Supported Python version

polyanalyst6api-python works only with python3 (3.4+).

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

polyanalyst6api-0.9.2.tar.gz (9.0 kB view details)

Uploaded Source

Built Distribution

polyanalyst6api-0.9.2-py3-none-any.whl (9.4 kB view details)

Uploaded Python 3

File details

Details for the file polyanalyst6api-0.9.2.tar.gz.

File metadata

  • Download URL: polyanalyst6api-0.9.2.tar.gz
  • Upload date:
  • Size: 9.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/0.12.17 CPython/3.7.4 Windows/10

File hashes

Hashes for polyanalyst6api-0.9.2.tar.gz
Algorithm Hash digest
SHA256 1747a26f81bd381a2ea84bc7c6a54cb47c809b466f2c584e38069d8b401f94b3
MD5 79142560c2848507a555551ce4ce116d
BLAKE2b-256 303e6a817ee43d40818af50c4e8c49731b99308b3a95e6e5925b01db14a75ad9

See more details on using hashes here.

File details

Details for the file polyanalyst6api-0.9.2-py3-none-any.whl.

File metadata

  • Download URL: polyanalyst6api-0.9.2-py3-none-any.whl
  • Upload date:
  • Size: 9.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/0.12.17 CPython/3.7.4 Windows/10

File hashes

Hashes for polyanalyst6api-0.9.2-py3-none-any.whl
Algorithm Hash digest
SHA256 01f279ec159a66c668291ad4b67f012f8c66957253aae3885e46f0119f08ef09
MD5 56fc1645f624df62a015e8842bdf7072
BLAKE2b-256 248ebc77ab75ceadca50817685058d64b8669fda61f2d902066da5bf9bb63c4a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page