From 43443d6057da64e972511e3a79334407874d2084 Mon Sep 17 00:00:00 2001 From: "F. Eugene Aumson" Date: Sat, 17 Nov 2018 07:07:25 -0500 Subject: fix(order_utils.py): publish docs to S3, not RTD (#1264) Publishing to readthedocs.io (RTD) wasn't working, for various reasons. Changed to publish docs to S3. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 5ceae41ba..90810f089 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ If you're developing on 0x now or are interested in using 0x infrastructure in t ### Published Packages +#### TypeScript/JavaScript + | Package | Version | Description | | -------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | | [`0x.js`](/packages/0x.js) | [![npm](https://img.shields.io/npm/v/0x.js.svg)](https://www.npmjs.com/package/0x.js) | A Javascript library for interacting with the 0x protocol | @@ -52,6 +54,12 @@ If you're developing on 0x now or are interested in using 0x infrastructure in t | [`@0x/utils`](/packages/utils) | [![npm](https://img.shields.io/npm/v/@0x/utils.svg)](https://www.npmjs.com/package/@0x/utils) | Shared utilities | | [`@0x/web3-wrapper`](/packages/web3-wrapper) | [![npm](https://img.shields.io/npm/v/@0x/web3-wrapper.svg)](https://www.npmjs.com/package/@0x/web3-wrapper) | Web3 wrapper | +#### Python + +| Package | Version | Description | +| --------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | +| [`0x-order-utils.py`](/python-packages/order_utils) | [![PyPI](https://img.shields.io/pypi/v/0x-order-utils.svg)](https://pypi.org/project/0x-order-utils/) | A set of utilities for generating, parsing, signing and validating 0x orders | + ### Private Packages | Package | Description | -- cgit v1.2.3