Skip to content
forked from ansible/pylibssh

Python bindings specific to Ansible use case for libssh https://www.libssh.org/

License

Notifications You must be signed in to change notification settings

Qalthos/pylibssh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://img.shields.io/pypi/v/ansible-pylibssh.svg?logo=Python&logoColor=white https://img.shields.io/badge/license-LGPL+-blue.svg?maxAge=3600 https://img.shields.io/pypi/pyversions/ansible-pylibssh.svg?logo=Python&logoColor=white GitHub Workflow Status (🏗 📦 & test & publish/devel) GitHub Workflow Status (🚨/devel) devel branch coverage via Codecov Ansible Code of Conduct

pylibssh: Python bindings to client functionality of libssh specific to Ansible use case

Nightlies @ Dumb PyPI @ GitHub Pages

We publish nightlies on tags and pushes to devel. They are hosted on a GitHub Pages based index generated by dumb-pypi.

The web view is @ https://ansible.github.io/pylibssh/.

pip install \
  --extra-index-url=https://ansible.github.io/pylibssh/simple/ \
  --pre \
  ansible-pylibssh

Requirements

You need Python 2.7 or 3.5+

pylibssh requires libssh to be installed in particular:

  • libssh version 0.9.0 and later.

    To install libssh refer to its Downloads page.

Building the module

In the local env, assumes there's a libssh shared library on the system, build toolchain is present and env vars are set properly:

git clone https://github.com/ansible/pylibssh.git
cd pylibssh
pip install tox
tox -e build-dists

manylinux-compatible wheels:

git clone https://github.com/ansible/pylibssh.git
cd pylibssh
pip install tox
tox -e build-dists-manylinux  # with Docker

# or with Podman
DOCKER_EXECUTABLE=podman tox -e build-dists-manylinux

# to enable shell script debug mode use
tox -e build-dists-manylinux -- -e DEBUG=1

License

This library is distributed under the terms of LGPL 2.1, see file LICENSE.rst in this repository.

About

Python bindings specific to Ansible use case for libssh https://www.libssh.org/

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 86.1%
  • Shell 13.9%