Metadata-Version: 2.1
Name: connectapi-core
Version: 1.1.3
Summary: Core SDK for the ConnectAPI ecosystem
Home-page: https://github.com/ConnectAPI/python-core-client
Author: ConnectAPI
Author-email: connectapi.org@gmail.com
Maintainer: ConnectAPI
Maintainer-email: connectapi.org@gmail.com
License: MIT
Keywords: connectapi,ConnectAPI,web,client,core
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Environment :: Web Environment
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# python-core-client (Python + ConnectAPI ❤)
Client lib for communicating with the API backend


### My purpose
This library is responsible for secure communication with the ConnectAPI backend,
this mean refreshing the access token and validating it.

This library by it self can't communicate easily with the backend,
to communicate with a specific service you need to install the auto-generated library for that service,
you can get the information about this library and how to install it in the system dashboard under the service tab.

**This is a required library for every communication with the ConnectAPI backend**


