zMoooooritz / stapy

An easy to use SensorThings API Client written in Python
MIT License
6 stars 2 forks source link

Replace PyInquirer with its defacto successor inquirer #21

Closed zMoooooritz closed 2 years ago

zMoooooritz commented 2 years ago

Replacing PyInquirer with its defacto successor inquirer since the first mentioned is not maintained anymore

codecov-commenter commented 2 years ago

Codecov Report

Merging #21 (6fa2afd) into master (c2e8b80) will increase coverage by 0.11%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
+ Coverage   96.54%   96.65%   +0.11%     
==========================================
  Files          28       28              
  Lines         925      926       +1     
  Branches      166      167       +1     
==========================================
+ Hits          893      895       +2     
  Misses         19       19              
+ Partials       13       12       -1     
Impacted Files Coverage Δ
stapy/cli/cli.py 93.68% <100.00%> (+1.05%) :arrow_up:
stapy/sta/abstract_entity.py 90.66% <0.00%> (+0.12%) :arrow_up:

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 c2e8b80...6fa2afd. Read the comment docs.