diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-01-03 15:49:40 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-01-03 15:49:40 +0000 |
commit | b3f3f49a9206f0d843194fec88d061b166dd1bc7 (patch) | |
tree | 9ee65bcd024e8d1be6aa0574d3cac65c4ad5f45a /net/py-smb/DESCR | |
parent | 73b990fbcf66667cb7ecec21149738c586cbbc77 (diff) | |
download | pkgsrc-b3f3f49a9206f0d843194fec88d061b166dd1bc7.tar.gz |
Import py27-smb-1.1.2 as net/py-smb.
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.
Diffstat (limited to 'net/py-smb/DESCR')
-rw-r--r-- | net/py-smb/DESCR | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/py-smb/DESCR b/net/py-smb/DESCR new file mode 100644 index 00000000000..ca0e8962053 --- /dev/null +++ b/net/py-smb/DESCR @@ -0,0 +1,5 @@ +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. |