Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 82cb4ce

Browse files
authored
update docs (#17)
1 parent 11c06eb commit 82cb4ce

File tree

2 files changed

+64
-5
lines changed

2 files changed

+64
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ WARNING: Work in Progress (WIP) not ready for production
77
The runtime provides [python v3](python3/) with a set of [python packages](python/requirements.txt)
88

99
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)
1314

1415
### How to use as a docker Action
1516
To use as a docker action
1617
```
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
1819
```
1920
This works on any deployment of Apache OpenWhisk or IBM Cloud Functions
2021

@@ -29,7 +30,7 @@ Tip: Not available yet in the IBM Cloud
2930
Prerequisite: *Export* OPENWHISK_HOME to point to your incubator/openwhisk cloned directory.
3031

3132
```
32-
./gradlew nodejs8:distDocker
33+
./gradlew python3:distDocker
3334
```
3435
This will produce the image `whisk/action-python-v3`
3536

python3/CHANGELOG.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
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)

0 commit comments

Comments
 (0)
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