1 2 3 4 5 6 7 8 9 10 11 12 13
|
Index: upstream-ontologist/readme_tests/cbor2/description
===================================================================
--- upstream-ontologist.orig/readme_tests/cbor2/description
+++ upstream-ontologist/readme_tests/cbor2/description
@@ -1,5 +1,5 @@
- :target: https://travis-ci.com/agronholm/cbor2 :alt: Build Status
+This library provides encoding and decoding for the Concise Binary Object Representation (CBOR) (RFC 7049) serialization format. Read the docs to learn more.
- :target: https://coveralls.io/github/agronholm/cbor2?branch=master :alt: Code Coverage
+It is implemented in pure python with an optional C backend.
- :target: https://cbor2.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status
+On PyPy, cbor2 runs with almost identical performance to the C backend.
|