cryptnox_cli package (Cryptnox CLI)

Subpackages

Submodules

cryptnox_cli.config module

cryptnox_cli.enums module

Module for defining enumerations used throughout the CryptnoxPro application.

class cryptnox_cli.enums.EthNetwork(*values)[source]

Bases: Enum

Class defining possible Ethereum networks

MAINNET = 1
KOVAN = 42
GOERLI = 5
RINKEBY = 4
SEPOLIA = 11155111
class cryptnox_cli.enums.Command(*values)[source]

Bases: Enum

BTC = 'btc'
CARD_CONFIGURATION = 'card_conf'
CHANGE_PIN = 'change_pin'
CHANGE_PUK = 'change_puk'
CONFIG = 'config'
ETH = 'eth'
HISTORY = 'history'
INFO = 'info'
INITIALIZE = 'init'
CARD = 'list'
SERVER = 'server'
RESET = 'reset'
SEED = 'seed'
UNLOCK_PIN = 'unlock_pin'
USER_KEY = 'user_key'
TRANSFER = 'transfer'
CERTIFICATE = 'cert'

cryptnox_cli.constants module

Centralized constants for the Cryptnox CLI.

cryptnox_cli.interactive_cli module

cryptnox_cli.main module

Module contents

The main cryptnox_cli package (Cryptnox CLI) exports:

cryptnox_cli.__version__: str = "1.0.3"

Current version of the Cryptnox CLI package.