Skip to main content

miscellaneous stuff, old norse for bag

Project description

kista

kista (old norse for bag)

Help on package kista:

NAME

kista - utilites for coins and whatnot, mostly ETH.

DESCRIPTION

kista is old norse for "box", because calling this 
package "misc" or "util" seemed afraught with namespace collisions.

PACKAGE CONTENTS

cli - command line interface

CLASSES

builtins.object
    WrapMixin
        WrapAccount
        WrapContract

class WrapAccount(WrapMixin)
 |  WrapAccount(address)
 |  
 |  Method resolution order:
 |      WrapAccount
 |      WrapMixin
 |      builtins.object
 |  
 |  Methods defined here:
 |  
 |  __init__(_, address)
 |      Initialize self.  See help(type(self)) for accurate signature.
 |  
 |  __repr__(_)
 |      Return repr(self).
 |  
 |  __str__(_)
 |      Return str(self).
 |  
 |  transfer(_, address, amount)
 |  
 |  ----------------------------------------------------------------------
 |  Methods inherited from WrapMixin:
 |  
 |  get_balance(_, address=None)
 |  
 |  ----------------------------------------------------------------------
 |  Data descriptors inherited from WrapMixin:
 |  
 |  __dict__
 |      dictionary for instance variables (if defined)
 |  
 |  __weakref__
 |      list of weak references to the object (if defined)

class WrapContract(WrapMixin)
 |  WrapContract(contract)
 |  
 |  Method resolution order:
 |      WrapContract
 |      WrapMixin
 |      builtins.object
 |  
 |  Methods defined here:
 |  
 |  __getattr__(_, key)
 |  
 |  __init__(_, contract)
 |      Initialize self.  See help(type(self)) for accurate signature.
 |  
 |  get_func_names_from_contract(_)
 |  
 |  getattr(_, key)
 |  
 |  ----------------------------------------------------------------------
 |  Readonly properties defined here:
 |  
 |  address
 |  
 |  events
 |  
 |  ----------------------------------------------------------------------
 |  Methods inherited from WrapMixin:
 |  
 |  get_balance(_, address=None)
 |  
 |  ----------------------------------------------------------------------
 |  Data descriptors inherited from WrapMixin:
 |  
 |  __dict__
 |      dictionary for instance variables (if defined)
 |  
 |  __weakref__
 |      list of weak references to the object (if defined)

class WrapMixin(builtins.object)
 |  Methods defined here:
 |  
 |  get_balance(_, address=None)
 |  
 |  ----------------------------------------------------------------------
 |  Data descriptors defined here:
 |  
 |  __dict__
 |      dictionary for instance variables (if defined)
 |  
 |  __weakref__
 |      list of weak references to the object (if defined)

FUNCTIONS

deploy_contractAddress(name, *args)

get_default_address()

get_func(contract, funcname)

load_abi(name)

load_bytecode(name)

load_contract(name, address=None)

load_contractAddress(name)

load_wrapped_contract(name, address=None)

rcall(contract, funcname, *args, **kw)

save_contractAddress(name, contractAddress)

send(tx, pk=None, wait=False, verbose=False)

set_default_address(default_account)

w3_connect(default_account)

wait_for_tx(tx_hash)

wcall(contract, funcname, *args, _from=None, **kw)

DATA

version = '1.2.0'
w3 = None

FILE

/Users/val/src/kista/kista/__init__.py

Help on module kista.cli in kista:

NAME

kista.cli - High level python EVM interface

DESCRIPTION

Old Norse for 'bag' (since it's a bag of tricks)

Usage:
  kista.py deploy   <contract_name>            [<args>...]
  kista.py call     <contract_name> <function> [<args>...]
  kista.py transact <contract_name> <function> [<args>...]
  kista.py -h | --help
  kista.py --version

Options:
  -h --help     Show this screen.
  --version     Show version.

FUNCTIONS

main()

FILE

/Users/val/src/kista/kista/cli.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kista-1.5.0.tar.gz (5.7 kB view details)

Uploaded Source

File details

Details for the file kista-1.5.0.tar.gz.

File metadata

  • Download URL: kista-1.5.0.tar.gz
  • Upload date:
  • Size: 5.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/3.10.0 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.9.7

File hashes

Hashes for kista-1.5.0.tar.gz
Algorithm Hash digest
SHA256 2b08f7bba0ba5daee12848f2a125dc9b368183d11dcbaf8532f7e2aeaa3d7cf9
MD5 def396efb65bbf3eec3d728667fe6d6f
BLAKE2b-256 8f18de8712a69a7bee2561ccf9c4c5bf9f90203f7dc9bd90057ab40aba026192

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page