Metadata-Version: 2.4
Name: coin_sdk
Version: 1.6.8
Summary: SDKs for Vereninging COIN's apis
Home-page: https://gitlab.com/verenigingcoin-public/coin-sdk-python
Author: Vereniging COIN
Author-email: devops@coin.nl
License: Apache-2.0
Keywords: COIN,Numberportability,TELECOM,SDK
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.32.3
Requires-Dist: cryptography>=45.0.2
Requires-Dist: pyjwt>=2.10.1
Requires-Dist: colorama>=0.4.6
Requires-Dist: sseclient-py>=1.8.0
Requires-Dist: six>=1.17.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: platform
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# COIN SDK for Python

[![PyPI version](https://badge.fury.io/py/coin-sdk.svg)](https://badge.fury.io/py/coin-sdk)
[![CI Status](https://gitlab.com/verenigingcoin-public/coin-sdk-python/badges/master/pipeline.svg)](https://gitlab.com/verenigingcoin-public/coin-sdk-python/-/pipelines/latest)

| Api                                                                   | SDK Version   | Api Version                                          | Changelog                           |
|-----------------------------------------------------------------------|---------------|------------------------------------------------------|-------------------------------------|
| [mobile-connect](https://coin.nl/nl/diensten/identity-management) | 1.6.0 +       | [v3](https://api.coin.nl/docs/mobile-connect/v3) | [click](https://gitlab.com/verenigingcoin-public/coin-sdk-python/-/blob/master/CHANGELOG.md) |
| [number-portability](https://coin.nl/en/services/nummerportabiliteit) | 1.2.0 +       | [v3](https://api.coin.nl/docs/number-portability/v3) | [click](https://gitlab.com/verenigingcoin-public/coin-sdk-python/-/blob/master/CHANGELOG.md) |
|                                                                       | 0.1.3 - 1.1.1 | [v1](https://api.coin.nl/docs/number-portability/v1) | -                                   |
| [bundle-switching](https://coin.nl/en/services/overstappen)           | n/a           | n/a                                                  | n/a                                 |


This project contains SDKs for various COIN APIs.
- [Number Portability](https://gitlab.com/verenigingcoin-public/coin-sdk-python/-/blob/master/coin_sdk/number_portability/README.md)
- [Mobile Connect](https://gitlab.com/verenigingcoin-public/coin-sdk-python/-/blob/master/coin_sdk/mobile_connect/README.md)
- For other APIs you can use [Common](https://gitlab.com/verenigingcoin-public/coin-sdk-python/-/tree/master/coin_sdk/common) to add correct credentials to your requests

To use an SDK, you need to [configure a consumer](https://gitlab.com/verenigingcoin-public/consumer-configuration/-/blob/master/README.md).

## Support
If you need support, feel free to send an email to the [COIN devops team](mailto:devops@coin.nl).
