oremanj / greenback

Reenter an asyncio or Trio event loop from synchronous code
https://greenback.readthedocs.io/
Other
80 stars 2 forks source link

Release v1.0.0 #11

Closed oremanj closed 2 years ago

oremanj commented 2 years ago

I'm going to be using this in production-ish at $DAYJOB. The new SQLAlchemy async ORM support uses basically the same technique. I think it's not a weird shot in the dark anymore, and we can call it 1.0.

codecov[bot] commented 2 years ago

Codecov Report

Merging #11 (4ca3cdc) into master (20daf70) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #11   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          697       697           
  Branches        92        92           
=========================================
  Hits           697       697           
Flag Coverage Δ
cpython 98.85% <100.00%> (ø)
pypy36release 93.59% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
greenback/_version.py 100.00% <100.00%> (ø)

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 20daf70...4ca3cdc. Read the comment docs.