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.154.tar.gz
(20.8 kB
view details)
File details
Details for the file jax-tools-1.0.154.tar.gz
.
File metadata
- Download URL: jax-tools-1.0.154.tar.gz
- Upload date:
- Size: 20.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d48a2cb3e6ff5ca4ac32141409df66464ab81be902545cd6bb2c11631d529ed4 |
|
MD5 | fe2a9fb3ea27a151af6f6a1f521043f9 |
|
BLAKE2b-256 | f75a82f3c5b2b9f1c3d4e264f305e484fba2e76e860e51ca1646e5e8222e4ee1 |