jborean93 / smbprotocol

Python SMBv2 and v3 Client
MIT License
318 stars 73 forks source link

Add path to smbclient import and bump version #163

Closed jborean93 closed 2 years ago

jborean93 commented 2 years ago

Adds smbclient.path to smbclient allowing easier imports and utilisation of that library.

Fixes https://github.com/jborean93/smbprotocol/issues/157

codecov[bot] commented 2 years ago

Codecov Report

Merging #163 (ed95580) into master (a755bed) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #163   +/-   ##
=======================================
  Coverage   99.09%   99.09%           
=======================================
  Files          23       23           
  Lines        5063     5063           
=======================================
  Hits         5017     5017           
  Misses         46       46           
Flag Coverage Δ
macOS 68.22% <ø> (ø)
py3.10 99.07% <ø> (ø)
py3.6 99.07% <ø> (ø)
py3.7 99.07% <ø> (ø)
py3.8 99.07% <ø> (ø)
py3.9 99.09% <ø> (ø)
ubuntu 96.77% <ø> (ø)
windows 99.00% <ø> (ø)
x64 99.09% <ø> (ø)
x86 99.00% <ø> (ø)

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

Impacted Files Coverage Δ
smbclient/__init__.py 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 a755bed...ed95580. Read the comment docs.