dcmoura / spyql

Query data on the command line with SQL-like SELECTs powered by Python expressions
https://spyql.readthedocs.io
MIT License
918 stars 25 forks source link

Import modules #41

Closed dcmoura closed 3 years ago

dcmoura commented 3 years ago

This PR adds the following functionalities to spyql cli:

Look at the docs for more information and examples.

Closes #13 (although a startup file was preferred over a command line argument). Fixes #20 .

codecov[bot] commented 3 years ago

Codecov Report

Merging #41 (88b3050) into master (379b878) will decrease coverage by 0.32%. The diff coverage is 87.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #41      +/-   ##
==========================================
- Coverage   95.40%   95.07%   -0.33%     
==========================================
  Files           9        9              
  Lines         805      812       +7     
==========================================
+ Hits          768      772       +4     
- Misses         37       40       +3     
Impacted Files Coverage Δ
spyql/processor.py 95.65% <78.94%> (-1.41%) :arrow_down:
spyql/cli.py 99.24% <100.00%> (-0.04%) :arrow_down:
spyql/log.py 100.00% <100.00%> (+3.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 379b878...88b3050. Read the comment docs.