JovianHQ / jovian-py

Collaboration platform for data science projects & Jupyter notebooks
https://www.jovian.ai
112 stars 31 forks source link

Use __main__.py instead of cli.py #227

Closed aakashns closed 3 years ago

aakashns commented 3 years ago

Using the __main__.py file will allow using the library this way:

python -m jovian clone aakashns/01-pytorch-basics

Other minor changes:

codecov[bot] commented 3 years ago

Codecov Report

Merging #227 into master will decrease coverage by 2.33%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #227      +/-   ##
==========================================
- Coverage   94.01%   91.67%   -2.34%     
==========================================
  Files          31       31              
  Lines        1453     1453              
==========================================
- Hits         1366     1332      -34     
- Misses         87      121      +34     
Flag Coverage Δ
unittests 91.67% <ø> (-2.34%) :arrow_down:

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

Impacted Files Coverage Δ
jovian/__main__.py 100.00% <ø> (ø)
jovian/callbacks/keras.py 26.08% <0.00%> (-73.92%) :arrow_down:

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 f7f7b08...f20d5c1. Read the comment docs.