diff --git a/README.md b/README.md index e4ac168..b7d6610 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,15 @@ WARNING: Work in Progress (WIP) not ready for production The runtime provides [python v3](python3/) with a set of [python packages](python/requirements.txt) The runtime provides the following npm packages for [IBM Cloud](https://bluemix.net): -- IBM DB2/DashDB and IBM Informix [ibm_db@2.0.7](https://pypi.python.org/pypi/ibm_db) -- IBM Cloudant [cloudant@2.7.0](https://pypi.python.org/pypi/cloudant) -- IBM Watson Developer Cloud Python SDK [watson-developer-cloud@1.0.1](https://pypi.python.org/pypi/watson-developer-cloud) +- IBM DB2/DashDB and IBM Informix - Python SDK[ibm_db@2.0.7](https://pypi.python.org/pypi/ibm_db) +- IBM Cloudant - Python SDK [cloudant@2.7.0](https://pypi.python.org/pypi/cloudant) +- IBM Watson Developer Cloud - Python SDK [watson-developer-cloud@1.0.1](https://pypi.python.org/pypi/watson-developer-cloud) +- IBM Cloud Object Storage - Python SDK [ibm-cos-sdk@2.0.0](https://pypi.python.org/pypi/ibm-cos-sdk) ### How to use as a docker Action To use as a docker action ``` -bx wsk action update myAction myAction.js --docker ibmfunctions/action-python-v3 +bx wsk action update myAction myAction.py --docker ibmfunctions/action-python-v3 ``` This works on any deployment of Apache OpenWhisk or IBM Cloud Functions @@ -29,7 +30,7 @@ Tip: Not available yet in the IBM Cloud Prerequisite: *Export* OPENWHISK_HOME to point to your incubator/openwhisk cloned directory. ``` -./gradlew nodejs8:distDocker +./gradlew python3:distDocker ``` This will produce the image `whisk/action-python-v3` diff --git a/python3/CHANGELOG.md b/python3/CHANGELOG.md new file mode 100644 index 0000000..61e921e --- /dev/null +++ b/python3/CHANGELOG.md @@ -0,0 +1,58 @@ +# IBM Functions Python 3 Runtime Container + +## 1.0.0 +Python version: +- [3.6.4](https://github.com/docker-library/python/blob/a1aa406bfd8c7b129e6e0ee0ba972b863624ac0d/3.6/jessie/Dockerfile) + + +Python Packages: +- asn1crypto (0.24.0) +- attrs (17.4.0) +- Automat (0.6.0) +- beautifulsoup4 (4.5.3) +- cffi (1.11.2) +- click (6.7) +- cloudant (2.7.0) +- constantly (15.1.0) +- cryptography (2.1.4) +- cssselect (1.0.3) +- docutils (0.14) +- Flask (0.12) +- gevent (1.2.1) +- greenlet (0.4.12) +- httplib2 (0.10.3) +- ibm-cos-sdk (2.0.0) +- ibm-cos-sdk-core (2.0.0) +- ibm-cos-sdk-s3transfer (2.0.0) +- ibm-db (2.0.8a0) +- idna (2.6) +- incremental (17.5.0) +- itsdangerous (0.24) +- Jinja2 (2.10) +- jmespath (0.9.3) +- kafka-python (1.3.4) +- lxml (3.7.3) +- MarkupSafe (1.0) +- parsel (1.3.1) +- pip (9.0.1) +- pyasn1 (0.4.2) +- pyasn1-modules (0.2.1) +- pycparser (2.18) +- PyDispatcher (2.0.5) +- pyOpenSSL (17.5.0) +- pysolr (3.7.0) +- python-dateutil (2.6.0) +- queuelib (1.4.2) +- requests (2.13.0) +- Scrapy (1.3.3) +- service-identity (17.0.0) +- setuptools (38.4.0) +- simplejson (3.10.0) +- six (1.11.0) +- Twisted (17.1.0) +- virtualenv (15.1.0) +- w3lib (1.18.0) +- watson-developer-cloud (1.0.2) +- Werkzeug (0.14.1) +- wheel (0.30.0) +- zope.interface (4.4.3) pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy