##// END OF EJS Templates
packaging: explain why we purge while building wheels...
packaging: explain why we purge while building wheels We also make is a bit narrower so that it is less surprising.

File last commit:

r37231:3bc609bc default
r53152:074bc2b1 stable
Show More
__init__.py
10 lines | 141 B | text/x-python | PythonLexer
from .cbor2 import (
CBORDecodeError,
CBORDecoder,
CBOREncodeError,
CBOREncoder,
dump,
dumps,
load,
loads,
)