This repository was archived by the owner on Jan 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +64
-5
lines changed Expand file tree Collapse file tree 2 files changed +64
-5
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,15 @@ WARNING: Work in Progress (WIP) not ready for production
7
7
The runtime provides [ python v3] ( python3/ ) with a set of [ python packages] ( python/requirements.txt )
8
8
9
9
The runtime provides the following npm packages for [ IBM Cloud] ( https://bluemix.net ) :
10
- - IBM DB2/DashDB and IBM Informix [ ibm_db@2.0.7] ( https://pypi.python.org/pypi/ibm_db )
11
- - IBM Cloudant [ cloudant@2.7.0] ( https://pypi.python.org/pypi/cloudant )
12
- - IBM Watson Developer Cloud Python SDK [ watson-developer-cloud@1.0.1] ( https://pypi.python.org/pypi/watson-developer-cloud )
10
+ - IBM DB2/DashDB and IBM Informix - Python SDK[ ibm_db@2.0.7] ( https://pypi.python.org/pypi/ibm_db )
11
+ - IBM Cloudant - Python SDK [ cloudant@2.7.0] ( https://pypi.python.org/pypi/cloudant )
12
+ - IBM Watson Developer Cloud - Python SDK [ watson-developer-cloud@1.0.1] ( https://pypi.python.org/pypi/watson-developer-cloud )
13
+ - IBM Cloud Object Storage - Python SDK [ ibm-cos-sdk@2.0.0] ( https://pypi.python.org/pypi/ibm-cos-sdk )
13
14
14
15
### How to use as a docker Action
15
16
To use as a docker action
16
17
```
17
- bx wsk action update myAction myAction.js --docker ibmfunctions/action-python-v3
18
+ bx wsk action update myAction myAction.py --docker ibmfunctions/action-python-v3
18
19
```
19
20
This works on any deployment of Apache OpenWhisk or IBM Cloud Functions
20
21
@@ -29,7 +30,7 @@ Tip: Not available yet in the IBM Cloud
29
30
Prerequisite: * Export* OPENWHISK_HOME to point to your incubator/openwhisk cloned directory.
30
31
31
32
```
32
- ./gradlew nodejs8 :distDocker
33
+ ./gradlew python3 :distDocker
33
34
```
34
35
This will produce the image ` whisk/action-python-v3 `
35
36
Original file line number Diff line number Diff line change
1
+ # IBM Functions Python 3 Runtime Container
2
+
3
+ ## 1.0.0
4
+ Python version:
5
+ - [ 3.6.4] ( https://github.com/docker-library/python/blob/a1aa406bfd8c7b129e6e0ee0ba972b863624ac0d/3.6/jessie/Dockerfile )
6
+
7
+
8
+ Python Packages:
9
+ - asn1crypto (0.24.0)
10
+ - attrs (17.4.0)
11
+ - Automat (0.6.0)
12
+ - beautifulsoup4 (4.5.3)
13
+ - cffi (1.11.2)
14
+ - click (6.7)
15
+ - cloudant (2.7.0)
16
+ - constantly (15.1.0)
17
+ - cryptography (2.1.4)
18
+ - cssselect (1.0.3)
19
+ - docutils (0.14)
20
+ - Flask (0.12)
21
+ - gevent (1.2.1)
22
+ - greenlet (0.4.12)
23
+ - httplib2 (0.10.3)
24
+ - ibm-cos-sdk (2.0.0)
25
+ - ibm-cos-sdk-core (2.0.0)
26
+ - ibm-cos-sdk-s3transfer (2.0.0)
27
+ - ibm-db (2.0.8a0)
28
+ - idna (2.6)
29
+ - incremental (17.5.0)
30
+ - itsdangerous (0.24)
31
+ - Jinja2 (2.10)
32
+ - jmespath (0.9.3)
33
+ - kafka-python (1.3.4)
34
+ - lxml (3.7.3)
35
+ - MarkupSafe (1.0)
36
+ - parsel (1.3.1)
37
+ - pip (9.0.1)
38
+ - pyasn1 (0.4.2)
39
+ - pyasn1-modules (0.2.1)
40
+ - pycparser (2.18)
41
+ - PyDispatcher (2.0.5)
42
+ - pyOpenSSL (17.5.0)
43
+ - pysolr (3.7.0)
44
+ - python-dateutil (2.6.0)
45
+ - queuelib (1.4.2)
46
+ - requests (2.13.0)
47
+ - Scrapy (1.3.3)
48
+ - service-identity (17.0.0)
49
+ - setuptools (38.4.0)
50
+ - simplejson (3.10.0)
51
+ - six (1.11.0)
52
+ - Twisted (17.1.0)
53
+ - virtualenv (15.1.0)
54
+ - w3lib (1.18.0)
55
+ - watson-developer-cloud (1.0.2)
56
+ - Werkzeug (0.14.1)
57
+ - wheel (0.30.0)
58
+ - zope.interface (4.4.3)
You can’t perform that action at this time.
0 commit comments