New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sett-rs

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sett-rs

sett-rs Python bindings.

0.7.1
PyPI
Maintainers
1

sett-rs Python bindings

Building sett-rs Python bindings requires the Rust toolchain and maturin.

Development

Build and install directly in the current virtual env (run maturin in the directory where this README.md file is located).

maturin develop --release

Windows builds require non-default features.

maturin develop --release --no-default-features --features=crypto-cng

Production

See the GitLab CI file for the platform-specific instructions on building production-ready Python wheels.

Examples

Transfer files over SFTP.

cd sett-rs/examples
# Set up an sftp server for testing (public key authentication)
docker run -v ${HOME}/.ssh/id_rsa.pub:/home/foo/.ssh/keys/id_rsa.pub:ro -p 2220:22 -d atmoz/sftp foo::1001::upload
# Run speed test
python speedtest.py

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts