
Qinling is Function as a Service for OpenStack. It aims to provide a platform to support serverless functions (like AWS Lambda). Qinling supports different container orchestration platforms (Kubernetes/Swarm, etc.) and different function package storage backends (local/Swift/S3) by nature using plugin mechanism.
This is a client library for Qinling built on the Qinling API. It provides a Python API (the qinlingclient module) and a command-line tool (qinling).
This package contains the Python 3.x module.