Metadata-Version: 2.1
Name: sapimclient
Version: 3.0.0
Author-email: Niels Perfors <niels.perfors1987@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/niro1987/sapimclient
Project-URL: Repository, https://github.com/niro1987/sapimclient.git
Project-URL: Issues, https://github.com/niro1987/sapimclient/issues
Keywords: SAP,Incentive Management
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.11
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: aiohttp >=3.0.0
Requires-Dist: pydantic >=2.6.0
Provides-Extra: cli
Requires-Dist: click >=8.1.7 ; extra == 'cli'
Requires-Dist: pandas ==2.2.2 ; extra == 'cli'
Provides-Extra: dev
Requires-Dist: setuptools >=61.0 ; extra == 'dev'
Requires-Dist: setuptools-scm >=6.2 ; extra == 'dev'
Requires-Dist: pre-commit ==3.7.0 ; extra == 'dev'
Requires-Dist: ruff ==0.3.5 ; extra == 'dev'
Requires-Dist: codespell ==2.2.6 ; extra == 'dev'
Requires-Dist: yamllint ==1.35.1 ; extra == 'dev'
Requires-Dist: pylint ==3.1.0 ; extra == 'dev'
Requires-Dist: mypy ==1.9.0 ; extra == 'dev'
Requires-Dist: coverage ==7.4.4 ; extra == 'dev'
Requires-Dist: pytest ==8.1.1 ; extra == 'dev'
Requires-Dist: pytest-cov ==5.0.0 ; extra == 'dev'
Requires-Dist: pytest-asyncio ==0.23.6 ; extra == 'dev'
Requires-Dist: aioresponses >=0.7.6 ; extra == 'dev'
Requires-Dist: python-dotenv >=1.0.1 ; extra == 'dev'
Requires-Dist: click >=8.1.7 ; extra == 'dev'
Requires-Dist: pandas ==2.2.2 ; extra == 'dev'
Requires-Dist: pandas-stubs >=2.2.2 ; extra == 'dev'
Requires-Dist: sphinx ==7.4.7 ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme ==2.0.0 ; extra == 'dev'
Requires-Dist: myst-parser ==4.0.0 ; extra == 'dev'

Python SAP Incentive Management®
================================

An Asynchronous Python client to communicate with SAP Incentive Management®.

.. note::
    This package has been renamed. Use `pip install sapimclient` instead.

.. 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.
