🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More
Socket
Sign inDemoInstall
Socket

igrafx-mining-sdk

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

igrafx-mining-sdk

The iGrafx P360 Live Mining SDK is an open source application that can be used to manage your mining projects.

2.35.5
PyPI
Maintainers
1

iGrafx P360 Live Mining SDK

PyPI pyversions GitHub commit activity (branch) License GitHub forks GitHub issues Project Status GitHub code size in bytes GitHub repo file count (file type) made-with-python Open Source Love svg2

Introduction

The iGrafx P360 Live Mining SDK is an open source application that can be used to manage your mining projects. It is a python implementation of the iGrafx P360 Live Mining API.

With this SDK, you will be able to create workgroups, projects, datasources and graphs (and graph instances). You will also be able to create and add a column mapping.

Please note that you must have an iGrafx account in order to be able to use the SDK properly. Please contact us to create an account.

The iGrafx P360 Live Mining SDK uses Python.

A detailed tutorial can be found in the howto.md file.

You may find the github of the iGrafx Mining SDK here.

You may also find the github of the iGrafx KNIME Mining Extension here which is based on the iGrafx Mining SDK.

Requirements

This package requires python 3.10 or above. Get the latest version of Python.

The required packages should be installed via the pyproject.toml when running the poetry install command.

This project includes a jar from Apache Calcite Avatica (https://mvnrepository.com/artifact/org.apache.calcite.avatica/avatica), which is licensed under the Apache License, Version 2.0.

The original Apache License can be found in LICENSES/Apache-2.0.txt.

Installing

With pip:

To install the current release of the iGrafx P360 Live Mining SDK with pip, simply navigate to the console and type the following command:

pip install igrafx_mining_sdk

To begin:

Go ahead and import the package:

import igrafx_mining_sdk as igx   # the 'as igx' is entirely optional, but it will make the rest of our code much more readable

Documentation

The full documentation can be found in the howto.md file here. Follow the instructions to try out the SDK.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

For more information on how to contribute, please see the CONTRIBUTING.md file.

Support

Support is available at the following address: support@igrafx.com.

Notice

Your feedback and contributions are important to us. Don't hesitate to contribute to the project.

License

This SDK is licensed under the MIT License. See the LICENSE file for more details.

It also includes dependencies that are licensed under Apache License 2.0. See LICENSES/Apache-2.0.txt and NOTICE for details.

Keywords

process mining

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts