agronholm / cbor2

Python CBOR (de)serializer with extensive tag support
MIT License
228 stars 59 forks source link

Add support for native date encoding #203

Closed bschoenmaeckers closed 10 months ago

bschoenmaeckers commented 11 months ago

closes #85

agronholm commented 11 months ago

This seems to lack the C implementation.

bschoenmaeckers commented 11 months ago

This seems to lack the C implementation.

You’re right! Will push the c implementation shortly.

agronholm commented 11 months ago

Please also add a changelog entry and credit yourself in it.

coveralls commented 10 months ago

Coverage Status

coverage: 93.237% (+0.07%) from 93.164% when pulling fc1d03334da980514dcccb4507b165fadd7a664e on bschoenmaeckers:master into d0101c55e1b88ccd8f5e72bda8c46e7047ac57fd on agronholm:master.

bschoenmaeckers commented 10 months ago

C implementation done, please review.