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
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.148.tar.gz
(20.3 kB
view details)
File details
Details for the file jax-tools-1.0.148.tar.gz
.
File metadata
- Download URL: jax-tools-1.0.148.tar.gz
- Upload date:
- Size: 20.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1182827e9945fd5f82e23c5c75160faecefd4764d77bec9603f64598768234d2 |
|
MD5 | adf414a63ca9cfe7531caf9f478bdfad |
|
BLAKE2b-256 | 843b767f725895b1dae7ac7507ae48b07976dab2f2cf7c288a6a222b96d9101f |