CBOR stands for Concise Binary Object Representation, which is a data format
which is very compact and extensible.
This patch moves the python library which can serilaize and deserialize python
objects to/from cbor formats. The library is taken from
https://github.com/brianolson/cbor_py/ and files are taken from version 1.0.0.
The library is not used yet and there are some test-check* fails all of which
will be fixed in the next patch.
I wanted to keep this commit to just import the library.
One thing is changed while importing things is removing Carriage returns from
README.md
- no-check-commit because we are importing a third party library