Skip to content

Repository files navigation

Embloy's Python SDK for interacting with your Embloy integration.

Usage

Install Embloy-Node SDK:

# Install through pip
pip3 install --upgrade embloy_sdk

or in your requirements.txt

# Find the version you want to pin:# https://pypi.org/project/embloy-sdk/#history# Specify that version in your requirements.txt fileembloy_sdk>=0.3.28

Integrate it in your service:

# In your application or scriptfromembloy_sdkimportEmbloyClient, EmbloySession, SessionOptions# Replace with your actual valuesclient_token='your_client_token'options=SessionOptions('your_success_url', 'your_cancel_url')
session=EmbloySession("job", "your_job_slug", options)
# Make a request to the Embloy APIredirect_url=EmbloyClient(client_token, session).make_request()

Run the tests

python -m unittest tests/test_embloy_client.py

Publish Package

python setup.py sdist bdist_wheel
twine upload dist/*

© Carlo Bortolan, Jan Hummel

Carlo Bortolan · GitHub @carlobortolan · contact via bortolanoffice@embloy.com

Jan Hummel · GitHub @github4touchdouble · contact via hummeloffice@embloy.com

About

Embloy's Python SDK for interacting with your Embloy integration.

Topics

Resources

Code of conduct

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages