Skip to content

Commit 4aa3fff

Browse files
authored
Merge pull request #96 from coinbase/yuga/readme
[Chore] Tweak README
2 parents 1f85c88 + eadd232 commit 4aa3fff

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# CDP Python SDK
22

3+
[![PyPI version](https://img.shields.io/pypi/v/cdp-sdk?style=flat-square&logo=python)](https://pypi.org/project/cdp-sdk/)
4+
[![PyPI - Weekly Downloads](https://img.shields.io/pypi/dw/cdp-sdk?style=flat-square)](https://pypistats.org/packages/cdp-sdk)
5+
36
The CDP Python SDK enables the simple integration of crypto into your app.
47
By calling Coinbase's CDP APIs, the SDK allows you to provision crypto wallets,
58
send crypto into/out of those wallets, track wallet balances, and trade crypto from
69
one asset into another.
710

8-
**CDP SDK v0 is a pre-alpha release, which means that the APIs and SDK methods are subject to change. We will continuously release updates to support new capabilities and improve the developer experience.**
11+
12+
*Note: As the SDK provides new capabilities and improves the developer experience, updates may occasionally include breaking changes. These will be documented in the [CHANGELOG.md](CHANGELOG.md) file.*
913

1014
## Documentation
1115

@@ -282,4 +286,4 @@ Examples, demo apps, and further code samples can be found in the [CDP SDK Pytho
282286

283287
## Contributing
284288

285-
See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
289+
See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.

0 commit comments

Comments
 (0)