Python SAP Incentive Management®
================================
An Asynchronous Python client to communicate with SAP Incentive Management®.
.. image:: https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png
:alt: BuyMeACoffee
:target: https://www.buymeacoffee.com/niro1987
Documentation
-------------
Read the full documentation on `Read the Docs <https://sapimclient.readthedocs.io>`_
REST API
--------
This project mimics the usage of the SAP Incentive Management REST API. Visit
:code:`https://{TENANT}.callidusondemand.com/APIDocument` to read the full specification,
replacing :code:`TENANT` with your tenant-id.
Legal Disclamer
---------------
This software is designed for use with SAP Incentive Management®. It is not affiliated
with SAP® and the developers take no legal responsibility for the functionality or
security of your Incentive Management environment.
SAP Incentive Management is a registered trademark of SAP SE or its affiliates in
Germany and in other countries.
Raw data
{
"_id": null,
"home_page": null,
"name": "sapimclient",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": null,
"keywords": "SAP, Incentive Management",
"author": null,
"author_email": "Niels Perfors <niels.perfors1987@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/75/1f/77ab38cfea0ce94af7f5b721ae6f3255b5f4d6e301d69c6c657048803bf5/sapimclient-3.1.0.tar.gz",
"platform": null,
"description": "Python SAP Incentive Management\u00ae\n================================\n\nAn Asynchronous Python client to communicate with SAP Incentive Management\u00ae.\n\n.. image:: https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\n :alt: BuyMeACoffee\n :target: https://www.buymeacoffee.com/niro1987\n\nDocumentation\n-------------\n\nRead the full documentation on `Read the Docs <https://sapimclient.readthedocs.io>`_\n\nREST API\n--------\n\nThis project mimics the usage of the SAP Incentive Management REST API. Visit\n:code:`https://{TENANT}.callidusondemand.com/APIDocument` to read the full specification,\nreplacing :code:`TENANT` with your tenant-id.\n\nLegal Disclamer\n---------------\n\nThis software is designed for use with SAP Incentive Management\u00ae. It is not affiliated\nwith SAP\u00ae and the developers take no legal responsibility for the functionality or\nsecurity of your Incentive Management environment.\n\nSAP Incentive Management is a registered trademark of SAP SE or its affiliates in\nGermany and in other countries.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": null,
"version": "3.1.0",
"project_urls": {
"Homepage": "https://github.com/niro1987/sapimclient",
"Issues": "https://github.com/niro1987/sapimclient/issues",
"Repository": "https://github.com/niro1987/sapimclient.git"
},
"split_keywords": [
"sap",
" incentive management"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "70e4c61156edc58c0f95ba3073a0f4253686d02bc6b9ea396cfc92ce02359e44",
"md5": "8d8c99a6d9fbc069a95b6bb33ad04cd3",
"sha256": "38b0117f532f1a124d49d7ad69a6ffa62d359a4012e3024182003bde2dc6f2aa"
},
"downloads": -1,
"filename": "sapimclient-3.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8d8c99a6d9fbc069a95b6bb33ad04cd3",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 33526,
"upload_time": "2024-11-16T08:53:26",
"upload_time_iso_8601": "2024-11-16T08:53:26.863171Z",
"url": "https://files.pythonhosted.org/packages/70/e4/c61156edc58c0f95ba3073a0f4253686d02bc6b9ea396cfc92ce02359e44/sapimclient-3.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "751f77ab38cfea0ce94af7f5b721ae6f3255b5f4d6e301d69c6c657048803bf5",
"md5": "726df8e6cf4a55aec2af9418e963e331",
"sha256": "52de3dc4b239a4b189b1db62c8ac86207b117e7640d71d8d997c12a00f07667e"
},
"downloads": -1,
"filename": "sapimclient-3.1.0.tar.gz",
"has_sig": false,
"md5_digest": "726df8e6cf4a55aec2af9418e963e331",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 52694,
"upload_time": "2024-11-16T08:53:28",
"upload_time_iso_8601": "2024-11-16T08:53:28.093687Z",
"url": "https://files.pythonhosted.org/packages/75/1f/77ab38cfea0ce94af7f5b721ae6f3255b5f4d6e301d69c6c657048803bf5/sapimclient-3.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-16 08:53:28",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "niro1987",
"github_project": "sapimclient",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "aiohttp",
"specs": [
[
"==",
"3.9.3"
]
]
},
{
"name": "click",
"specs": [
[
"==",
"8.1.7"
]
]
},
{
"name": "pandas",
"specs": [
[
"==",
"2.2.2"
]
]
},
{
"name": "pydantic",
"specs": [
[
"==",
"2.6.4"
]
]
}
],
"lcname": "sapimclient"
}