Skip to main content

some useful bash tools write in python

Project description

SHTools - some useful bash tools write in pure python.

image image image

About

纯Python实现的一些CLI命令工具集合.

Requirements

  • Python3

Install

通过pip命令安装:

pip install shtools[ssh]

或者通过下载源码包或clone代码至本地,然后通过如下命令安装:

python setup.py install

cli command

  • curl: transfer a URL
  • mongo: mongodb cli
  • mysql: mysql cli
  • nc: concatenate and redirect sockets
  • ntpdate: set the date and time via NTP
  • ping: send ICMP ECHO_REQUEST to network hosts
  • psql: postgresql cli
  • rediscli: redis cli
  • scp: secure copy (remote file copy program)
  • bash: local shell command
  • ssh: OpenSSH SSH client (remote login program)

Example

from shtools.bash.mysql import mysql

# print help
mysql.print_help()

# run
with mysql('-h 127.0.0.1 -P 3306 -u root -p ****** -D database') as client:
    result = client.execute("SELECT * FROM table")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

shtools-2.1.5.zip (31.7 kB view details)

Uploaded Source

File details

Details for the file shtools-2.1.5.zip.

File metadata

  • Download URL: shtools-2.1.5.zip
  • Upload date:
  • Size: 31.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.5

File hashes

Hashes for shtools-2.1.5.zip
Algorithm Hash digest
SHA256 35e056343840b08362d05e02136382564f9c5d83c7805089b3b7b5cd9332a07f
MD5 bbf307a4a4f58077c96c7445d4bf66b9
BLAKE2b-256 bb819cf034fc3eafd242b918521f3adbe7a1a1a1066d63a7e9cfc319ceef7f9a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page