danchr / pysmbc

libsmbclient binding for Python

Home Page:http://pypi.python.org/pypi/pysmbc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SMB bindings for Python

PyPI Build Status GitHub license

These Python bindings are intended to wrap the libsmbclient API.

Prerequisites

Currently libsmbclient 3.2.x or later is required. Ubuntu Example:

# sudo apt install pkg-config libopencv-dev smbclient libsmbclient libsmbclient-dev

Build

# make

Test

To run Python tests in tests/ you need python-nose See nose documentation http://readthedocs.org/docs/nose

To run all the tests execute

# nosetests

To run just one test, use

# nosetests file.py

To selectively run test methods, printing output to console

# nosetests -vs  test_context.py:test_Workgroup

NOTE: to run your tests, you need

  • a running samba server
  • one shared folder with
    • rw permissions
    • guest ok = no

About

libsmbclient binding for Python

http://pypi.python.org/pypi/pysmbc

License:GNU General Public License v2.0


Languages

Language:C 78.4%Language:Python 21.0%Language:Makefile 0.6%