pysmb is an experimental SMB/CIFS library written in Python. It implements the client-side SMB/CIFS protocol (SMB1 and SMB2) which allows your Python application to access and transfer files to/from SMB/CIFS shared folders like your Windows file sharing and Samba folders.
Dear Author,
Here some concerns from python-interpreter about syntax errors in python3/nmb/NetBIOSProtocol.py
File "nmb/NetBIOSProtocol.py", line 119 expired = filter(lambda (trn_id, (expiry_time, name, d)): expiry_time < now, self.pending_trns.iteritems()) ^ SyntaxError: invalid syntax