Last updated:
0 purchases
pythonfunctionsclient 0.0.3
Functions API aiohttp-based Python client
What is IronFunctions?
IronFunctions is an open source serverless platform, or as we like to refer to it,
Functions as a Service (FaaS) platform that you can run anywhere.
IronFunctions Python API Usage Examples
Apps
Routes
Testing
In order to run tests, set the corresponding environment variables:
PYTHONASYNCIODEBUG=1
FUNCTIONS_API_URL = http://<functions-host>:<functions-port>/v1
Style checks
tox -e pep8
Integration tests
tox -e py35
Docs tests
tox -e docs
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.