{"id":19427723,"url":"https://github.com/embloy/embloy-python","last_synced_at":"2026-02-22T08:31:43.030Z","repository":{"id":216856975,"uuid":"742111641","full_name":"Embloy/Embloy-Python","owner":"Embloy","description":"Embloy's Python SDK for interacting with your Embloy integration.","archived":false,"fork":false,"pushed_at":"2025-03-13T22:23:47.000Z","size":46,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-01T06:04:00.966Z","etag":null,"topics":["pypi-package","sdk","sdk-python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/embloy-sdk","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Embloy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-01-11T19:33:52.000Z","updated_at":"2025-03-13T22:23:51.000Z","dependencies_parsed_at":"2024-01-13T09:00:09.678Z","dependency_job_id":"d6642ba8-b195-4ff3-9bdb-ec7e6e94a9f4","html_url":"https://github.com/Embloy/Embloy-Python","commit_stats":null,"previous_names":["embloy/embloy-python"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Embloy/Embloy-Python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Embloy%2FEmbloy-Python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Embloy%2FEmbloy-Python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Embloy%2FEmbloy-Python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Embloy%2FEmbloy-Python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Embloy","download_url":"https://codeload.github.com/Embloy/Embloy-Python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Embloy%2FEmbloy-Python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29706898,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T05:59:28.568Z","status":"ssl_error","status_checked_at":"2026-02-22T05:58:46.208Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["pypi-package","sdk","sdk-python"],"created_at":"2024-11-10T14:12:41.905Z","updated_at":"2026-02-22T08:31:43.007Z","avatar_url":"https://github.com/Embloy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Embloy Python](https://pypi.org/project/embloy-sdk) \u0026middot; [![GitHub license](https://img.shields.io/badge/license-AGPL3.0-blue.svg)](https://github.com/Embloy/Embloy-Python/blob/main/LICENSE) [![PyPI version](https://img.shields.io/pypi/v/embloy-sdk.svg?style=flat)](https://pypi.org/project/embloy-python) [![Issues](https://img.shields.io/github/issues/Embloy/Embloy-Python)](https://github.com/Embloy/Embloy-Python/issues) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Embloy/Embloy-Python/pulls)\n\nEmbloy's Python SDK for interacting with your Embloy integration.\n\n## Usage\n\nInstall Embloy-Node SDK:\n\n```Bash\n# Install through pip\npip3 install --upgrade embloy_sdk\n```\n\nor in your requirements.txt\n```python\n# Find the version you want to pin:\n# https://pypi.org/project/embloy-sdk/#history\n# Specify that version in your requirements.txt file\nembloy_sdk\u003e=0.3.28\n```\n\nIntegrate it in your service:\n\n```Python\n# In your application or script\nfrom embloy_sdk import EmbloyClient, EmbloySession, SessionOptions\n\n# Replace with your actual values\nclient_token = 'your_client_token'\noptions = SessionOptions('your_success_url', 'your_cancel_url')\nsession = EmbloySession(\"job\", \"your_job_slug\", options)\n\n# Make a request to the Embloy API\nredirect_url = EmbloyClient(client_token, session).make_request()\n```\n\n## Run the tests\n```Bash\npython -m unittest tests/test_embloy_client.py\n```\n\n## Publish Package\n```Bash\n\npython setup.py sdist bdist_wheel\n\ntwine upload dist/*\n```\n\n---\n\n© Carlo Bortolan, Jan Hummel\n\n\u003e Carlo Bortolan \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e GitHub [@carlobortolan](https://github.com/carlobortolan) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e contact via [bortolanoffice@embloy.com](mailto:bortolanoffice@embloy.com)\n\u003e\n\u003e Jan Hummel \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e GitHub [@github4touchdouble](https://github.com/github4touchdouble) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e contact via [hummeloffice@embloy.com](mailto:hummeloffice@embloy.com)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembloy%2Fembloy-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fembloy%2Fembloy-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembloy%2Fembloy-python/lists"}