Jax common tools library
Project description
Jax Tools
Jax common tools
Install
pip install jax-tools
update
pip 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 SSHConnect
ssh_client = SSHConnect(host='dest_ip', port=22, username='username', password='password')
print(ssh_client.run_cmd('ls'))
Project details
Release history Release notifications | RSS feed
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.12.tar.gz
(4.8 kB
view details)
File details
Details for the file jax-tools-1.0.12.tar.gz
.
File metadata
- Download URL: jax-tools-1.0.12.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 01425adae98cfb523d8f2de0cd0e6153c6804013f696dde68e4959b4130fe0ce |
|
MD5 | 1c3d270cb0d213ff03948ae52fe0614a |
|
BLAKE2b-256 | 6f124cb7a6fba46407e969e740ef2d151f73e66fb9220bc29d295311f273de0c |