1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/net/py-smb/pkg-descr
Ruslan Makhmatkhanov abcb878f84 - update to 1.0.0
- add CHEESESHOP mirror
- strict python versions (python3 isn't supported)
- add dependency on devel/py-asn1
- install via distutils, not manually

Please note that this is complete rewrite, that contains no compatibility
shims with 0.x.x. But since no ports depend on this one, i updated it straight
w/o messing with creating additional port for an old version.

Approved by:   novel (mentor, implicit)
2011-12-25 13:01:31 +00:00

13 lines
573 B
Plaintext

pysmb is an experimental SMB/CIFS library written in Python.
It implements the client-side SMB/CIFS protocol which allows your Python
application to access and transfer files to/from SMB/CIFS shared folders
like your Windows file sharing and Samba folders.
It was tested with Windows XP SP3, Windows Vista, Windows 7 and Samba 3.x.
Modules
smb - Contains all the SMB operations and constants
nmb - Contains some of the NetBIOS over TCP/IP operations which is
necessary for the smb module to operate.
WWW: http://miketeo.net/wp/index.php/projects/pysmb