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.88.tar.gz
(14.6 kB
view details)
File details
Details for the file jax-tools-1.0.88.tar.gz.
File metadata
- Download URL: jax-tools-1.0.88.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.28.2 setuptools/63.2.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ecca075d2bdc13dd27515dc130ad4bf77ee89757ef58ef787f60b60feb13f495
|
|
| MD5 |
3341f8eb24db4b7395cdee7e48411565
|
|
| BLAKE2b-256 |
b1640437790447249def254f22f711946834c63869d8e09e6010d1877e2581d4
|