Thriftpy / thriftpy2

Pure python approach of Apache Thrift.
MIT License
572 stars 91 forks source link

Added Apache thrift support #163

Closed JonnoFTW closed 3 years ago

JonnoFTW commented 3 years ago

per #156 I have separated them into two branches. This branch implements apache's json protocol in thriftpy2

codecov[bot] commented 3 years ago

Codecov Report

Merging #163 (3bc553e) into master (489ddfd) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #163   +/-   ##
=======================================
  Coverage   84.31%   84.31%           
=======================================
  Files          44       44           
  Lines        4164     4164           
=======================================
  Hits         3511     3511           
  Misses        653      653           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 489ddfd...3bc553e. Read the comment docs.

JonnoFTW commented 3 years ago

@ethe can you please take a look at this?

ethe commented 3 years ago

thank you, i will review it as soon as possible.

ethe commented 3 years ago

LGTM, please fix the above comment

ethe commented 3 years ago

There are some conflicts between #164 and it