Skip to main content

Python Toolkit for EOS

Project description

Python Toolkit for AMAX

PyPi PyPi

Installation

On Linux platform

python3 -m pip install -U pip
python3 -m pip install pyamaxkit

On Windows platform:

python -m pip install -U pip
python -m pip install pyamaxkit

On Apple M1 hardware

pyamaxkit does not have pre-built versions available for ARM chips. In order to build it from source code, you need to install cmake, go, scikit-build, cython.

brew install go
brew install cython
xcode-select --install
python3 -m pip install -U pip
python3 -m pip install cmake
python3 -m pip install scikit-build
python3 -m pip install pyamaxkit

Code Examples

Example1

import os
from pyamaxkit import amaxapi, wallet
#import your account private key here
wallet.import_key('mywallet', '5K463ynhZoCDDa4RDcr63cUwWLTnKqmdcoTKTHBjqoKfv4u5V7p')

amaxapi.set_node('https://chain.amaxtest.com')
info = amaxapi.get_info()
print(info)
args = {
    'from': 'test1',
    'to': 'test2',
    'quantity': '1.00000000 AMAX',
    'memo': 'hello world'
}
amaxapi.push_action('amax.token', 'transfer', args, {'test1':'active'})

Async Example

import os
import asyncio
from pyamaxkit import wallet
from pyamaxkit.chainapi import ChainApiAsync

#import your account private key here
wallet.import_key('mywallet', '5K463ynhZoCDDa4RDcr63cUwWLTnKqmdcoTKTHBjqoKfv4u5V7p')

async def test():
    amaxapi = ChainApiAsync('https://chain.amaxtest.com')
    info = await amaxapi.get_info()
    print(info)
    args = {
        'from': 'test1',
        'to': 'test2',
        'quantity': '1.00000000 AMAX',
        'memo': 'hello world'
    }
    r = await amaxapi.push_action('amax.token', 'transfer', args, {'test1':'active'})
    print(r)

asyncio.run(test())

Sign With Ledger Hardware Wallet Example

import os
from pyamaxkit import amaxapi
amaxapi.set_node('https://chain.amaxtest.com')
args = {
    'from': 'test1',
    'to': 'test2',
    'quantity': '1.00000000 AMAX',
    'memo': 'hello world'
}

#indices is an array of ledger signing key indices
amaxapi.push_action('amax.token', 'transfer', args, {'test1':'active'}, indices=[0])

Docs

Building from Source Code

Installing Prerequisites

Install the build dependencies:

python3 -m pip install scikit-build
python3 -m pip install cython

Install the Go compiler and cmake with your system package manager so that the CGo components can be compiled. You will also need a C compiler such as gcc. On Debian based systems run sudo apt-get install build-essential. When targeting a different architecture install the matching cross compiler (for example gcc-aarch64-linux-gnu) and set GOARCH and CC accordingly, e.g.:

export GOARCH=arm64
export CC=aarch64-linux-gnu-gcc

For Windows platform

python -m pip install scikit-build
python -m pip install cython
  1. Download and Install gcc compiler from tdm-gcc
  2. Install Go compiler from download
  3. Install cmake from download
  4. Install python3 from downloads

Press Win+R to open Run Dialog, input the following command

cmd -k /path/to/gcc/mingwvars.bat

Downloading Source Code

git clone https://www.github.com/AMAX-DAO-DEV/pyamaxkit
cd pyamaxkit
git submodule update --init --recursive

Build

./build.sh

For Windows platform, in the cmd dialog, enter the following command:

python setup.py sdist bdist_wheel

Installation

./install.sh

For Windows platform

python -m pip uninstall pyamaxkit -y;python -m pip install .\dist\pyamaxkit-[SUFFIX].whl

Publishing to PyPI

Use the helper script to build and upload the package. Set PYPI_TOKEN with your API token and optionally PYPI_REPOSITORY (defaults to pypi). The script installs build requirements such as scikit-build and Cython automatically.

python3 scripts/publish_pypi.py

License

MIT

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

pyamaxkit-1.0.6.tar.gz (3.8 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pyamaxkit-1.0.6-cp39-cp39-macosx_10_16_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.9macOS 10.16+ x86-64

pyamaxkit-1.0.6-cp38-cp38-manylinux2014_x86_64.whl (609.2 kB view details)

Uploaded CPython 3.8

File details

Details for the file pyamaxkit-1.0.6.tar.gz.

File metadata

  • Download URL: pyamaxkit-1.0.6.tar.gz
  • Upload date:
  • Size: 3.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.13

File hashes

Hashes for pyamaxkit-1.0.6.tar.gz
Algorithm Hash digest
SHA256 ab065a956016752381faed56018b8b227a84a2fa88a57469784b86fd9805dacb
MD5 0308150bacd0be75b92a620837a1a4ea
BLAKE2b-256 6507ad76ad500603f9386ffbd4da208a9ee54178fbc94eeacd827d81286a635c

See more details on using hashes here.

File details

Details for the file pyamaxkit-1.0.6-cp39-cp39-macosx_10_16_x86_64.whl.

File metadata

File hashes

Hashes for pyamaxkit-1.0.6-cp39-cp39-macosx_10_16_x86_64.whl
Algorithm Hash digest
SHA256 ded312286da6188a779f0b8230062d6916961cdf07d2ed9855575fc0d797a211
MD5 2adb1d9cd221e5f9ae02eb3bf45308a4
BLAKE2b-256 5cf575ea5c4e655bd2116fd645ad701337bd2742da658aaa512edfc2c74b6174

See more details on using hashes here.

File details

Details for the file pyamaxkit-1.0.6-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyamaxkit-1.0.6-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 120d9d8ea847bf94928f7e897990aabddf360581cf76162dc5434a2d4bfb88bf
MD5 24020002ef478e61e86a5b5725cc58de
BLAKE2b-256 980d67efb7eb0eb4284fb9e2ed9a6f303c94670055ddc494e4b9a8952dc9df1c

See more details on using hashes here.

Supported by

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