Skip to main content

Python API for LANA Process Mining

Project description

PyLana

Python 3.7 Pylana Maintenance

PyLana is Python API for LANA Process Mining. It focuses on resource management, but provides methods that can be used to access the processed data as well.

This package is still in initial development state. Anything may change at any time. The public API should not be considered stable.

Installation

You can install PyLana directly from PyPi with e.g.

$ pip install pylana

How to get started

To connect with an api at e.g. 'https:://cloud-backend.lanalabs.com', first create an API with

from pylana import create_api

api = create_api('https', 'cloud-backend.lanalabs.com', <API Key>)

You will require an API key that is valid for your LANA deployment. The returned api stores the url for a LANA Process Mining api as well as your authentication. After creation you can us it to manage the LANA process mining resources. Among other things you can upload data from python pandas data frames directly or connect logs and shiny dashboard resources referencing them by their names.

To upload a new log called "new-event-log" and shiny-dashboard named "new-shiny-dashboard", and connect them with each other, you can use the following code

upload_response = api.upload_event_log_df(
                            'new-event-log', df_event_log,
                            time_format='YYYY-mm-dd',
                            df_case=df_case_attributes)
shiny_dashboard = api.create_shiny_dashboard('new-shiny-dashboard')
connection_response = api.connect_shiny_dashboard(
                                upload_response.json()['id'],
                                shiny_dashboard['id'])

We also provide basic methods for direct http requests to LANA API endpoints, for example

response_list = api.get('/api/v2/dashboards')

will return a response with a list of dashboard metadata. For details about the endpoints refer to the swagger documentation of the LANA API.

How to contribute

See the details in CONTRIBUTING.md.

License

Apache License 2.0

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

pylana-0.2.1.tar.gz (21.8 kB view details)

Uploaded Source

Built Distribution

pylana-0.2.1-py3-none-any.whl (31.2 kB view details)

Uploaded Python 3

File details

Details for the file pylana-0.2.1.tar.gz.

File metadata

  • Download URL: pylana-0.2.1.tar.gz
  • Upload date:
  • Size: 21.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.1

File hashes

Hashes for pylana-0.2.1.tar.gz
Algorithm Hash digest
SHA256 f0793b43a2a87f9373f529b3d5b4931d28e85d7000438456cb46b075ae396223
MD5 3270a92771c03da06779a9c7fc772e11
BLAKE2b-256 34bc1a66442289d9aa3a2961f508a98ec18deb857b0c0e16d9d4417539131975

See more details on using hashes here.

File details

Details for the file pylana-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: pylana-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 31.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.1

File hashes

Hashes for pylana-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3aa4e1a691992c263625a27836663772fc285a79bc4704c1b24872f5fb4107cc
MD5 bb62fadcd068c635f06a2e6713ef12fd
BLAKE2b-256 4173fcefccb2bfb57d5d370b6a3769a2d892abddd978053902d33ee67ad7539d

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