Skip to main content

Jax common tools library

Project description

Jax Tools

Jax common tools

Install

pip3 install jax-tools

update

pip3 install jax-tools --upgrade

Usage

Use network port detection

nd dest_ip dest_port

Use logger

from jax_tools.logger import logger
logger.info('info')
logger.debug('debug')
logger.warning('warning')
logger.error('error')
logger.critical('critical')

Use ssh

from jax_tools.ssh import SSHClient
ssh_client = SSHClient(host='dest_ip', port=22, username='username', password='password')
print(ssh_client.run_cmd('ls'))

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

jax-tools-1.0.161.tar.gz (22.0 kB view details)

Uploaded Source

File details

Details for the file jax-tools-1.0.161.tar.gz.

File metadata

  • Download URL: jax-tools-1.0.161.tar.gz
  • Upload date:
  • Size: 22.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.13

File hashes

Hashes for jax-tools-1.0.161.tar.gz
Algorithm Hash digest
SHA256 fd67d9856550b72a5306dc4820fafbfe9f721ad18b58b02b0e43c5e605835d0b
MD5 6b27da48efd415de8d858c9df6cb8cf6
BLAKE2b-256 d18694af1aa78a6bffaa4ed13aaf21a8f34231d1c9e6a023435f4a7b5add0be1

See more details on using hashes here.

Supported by

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