Skip to content

Commit 2421459

Browse files
committed
feat(core): create a separate core for IBM python SDK
1 parent 88912a1 commit 2421459

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You probably want to set up a [virtualenv].
3333

3434
1. Clone this repository:
3535
```sh
36-
git clone https://github.com/watson-developer-cloud/python-sdk.git
36+
git clone git@github.com:IBM/python-sdk-core.git
3737
```
3838
1. Install the sdk as an editable package using the current source:
3939
```sh

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[![Build Status](https://travis-ci.com/IBM/python-sdk-core.svg?branch=master)](https://travis-ci.com/IBM/python-sdk-core)
2+
[![Latest Stable Version](https://img.shields.io/pypi/v/ibm-cloud-sdk-core.svg)](https://pypi.python.org/pypi/ibm-cloud-sdk-core)
3+
14
# python-sdk-core
25
This project contains the core functionality used by Python SDK's generated by the IBM OpenAPI 3 SDK Generator (openapi-sdkgen).
36
Python code generated by openapi-sdkgen will depend on the function contained in this project.

0 commit comments

Comments
 (0)