Codebase list pysmb / debian/1.1.19-0kali1 debian / control
debian/1.1.19-0kali1

Tree @debian/1.1.19-0kali1 (Download .tar.gz)

control @debian/1.1.19-0kali1raw · history · blame

Source: pysmb
Section: python
Priority: optional
Maintainer: Sophie Brun <[email protected]>
Build-Depends: debhelper (>= 10), dh-python, python-all, python-setuptools, python3-all, python3-setuptools
Standards-Version: 3.9.8
Homepage: https://miketeo.net/wp/index.php/projects/pysmb
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Vcs-Git: git://git.kali.org/packages/pysmb.git
Vcs-Browser: http://git.kali.org/gitweb/?p=packages/pysmb.git;a=summary

Package: python-smb
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Suggests: python-smb-doc
Description: SMB/CIFS library (Python 2)
 This package contains 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.
 .
 This package installs the library for Python 2.

Package: python3-smb
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python-pysmb-doc
Description: SMB/CIFS library (Python 3)
 This package contains 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.
 .
 This package installs the library for Python 3.

Package: python-smb-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: SMB/CIFS library (common documentation)
 This package contains 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.
 .
 This is the common documentation package.