Skip to main content

Develop connectors for Element Unify with the Connector Framework

Project description

# Element Unify Connector Framework

The Unify Python Connector Framework is a library to develop connectors that interact with Element Unify. This library is intended for developers who are building connectors to ingest source input data to Element Unify or publish data from Element Unify to another destination.

## User Information

This section is intended for users of the Unify Python Connector Framework. This includes developers who are building connectors, integrations, and automation that interfaces with Element Unify. For developers looking to contribute to the Connector Framework, see the [Developer Information](#developer-information) section.

## Installation You can install the Unify Connector Framework from [PyPI](pypi.org/project/unify-connector-framework):

pip install unify-connector-framework

### Using the Unify Connector Framework with virtualenv

This assumes you have installed an appropriate version virtualenv, python, and other associated tools. This also assumes you have an existing python project you’d like to import into, in this case my-project.

mkdir path/to/my-project; cd path/to/my-project virtualenv venv source venv/bin/activate echo unify-connector-framework >> requirements.txt

Then, in your python import section add the following line:

from unifyconnectorframework.organization_client import OrganizationClient

### Documentation The Connector Framework developer guide is found in the Unify API Documentation Portal under the Unify Connector Framework section.

  1. Navigate to your instance of Element Unify.

  2. Log in and select your organization.

  3. From the top-right menu, click on the Support icon and select API Documentation.

## Developer Information

This section is intended for developers working to extend the Unify Connector Framework.

### Developer Guide

  1. Fork this repository.

  2. Revise files with your contributions.

  3. Follow styling guides. See [Python style guide](#python-style-guide).

  4. Check for lint warnings. See [Lint checking](#lint-checking).

  5. Create a pull request with description of your changes.

### Python style guide

Please use the following Python style guide [Google Python Styling guide](https://google.github.io/styleguide/pyguide.html) ### Lint checking

We usy pylint to verify lint warnings, our build system requires a linter score of >=9.0 to pass successfully.

To locally check you changes ` pip install pylint pylint dir/to/the/file.py `

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

unify-connector-framework-0.1.3.tar.gz (8.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

unify_connector_framework-0.1.3-py3-none-any.whl (9.6 kB view details)

Uploaded Python 3

File details

Details for the file unify-connector-framework-0.1.3.tar.gz.

File metadata

  • Download URL: unify-connector-framework-0.1.3.tar.gz
  • Upload date:
  • Size: 8.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.7.10

File hashes

Hashes for unify-connector-framework-0.1.3.tar.gz
Algorithm Hash digest
SHA256 988ac29be233de5eaff58299fcec39b2ba7f5a124572be84b993df0fe008c97d
MD5 54e12aff1321e4b1461d5ddce13c00f1
BLAKE2b-256 b727c41a95268e2d6d83e3b4dba9ed0e041076cc2ba2383c5a21a216cfb41c17

See more details on using hashes here.

File details

Details for the file unify_connector_framework-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: unify_connector_framework-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 9.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.7.10

File hashes

Hashes for unify_connector_framework-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 7c277c582b4b90071ea95d3d4ed62fadf285eb775b775ae3dfe07cb39e612969
MD5 e0b40e8a133019a4e1298c7a545b9503
BLAKE2b-256 7a959c80e42fe3fca360f3853674b542da2070329eafc512f36eb694b191aeff

See more details on using hashes here.

Supported by

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