Skip to main content

Unofficial Python library for STEEM

Project description

beem - Unofficial Python Library for Steem

beem is an unofficial python library for steem, which is created new from scratch from python-bitshares The library name is derived from a beam machine, similar to the analogy between steem and steam. beem includes python-graphenelib.

Latest Version Python Versions https://anaconda.org/conda-forge/beem/badges/version.svg https://anaconda.org/conda-forge/beem/badges/downloads.svg

Current build status

https://travis-ci.org/holgern/beem.svg?branch=master https://ci.appveyor.com/api/projects/status/ig8oqp8bt2fmr09a?svg=true https://circleci.com/gh/holgern/beem.svg?style=svg https://readthedocs.org/projects/beem/badge/?version=latest https://api.codacy.com/project/badge/Grade/e5476faf97df4c658697b8e7a7efebd7 Updates Test Coverage

Support & Documentation

You may find help in the beem-discord-channel. The discord channel can also be used to discuss things about beem.

A complete library documentation is available at beem.readthedocs.io.

Advantages over the official steem-python library

  • High unit test coverage

  • Support for websocket nodes

  • Native support for new Appbase calls

  • Node error handling and automatic node switching

  • Usage of pycryptodomex instead of the outdated pycrypto

  • Complete documentation of beempy and all classes including all functions

  • steemconnect integration

  • Works on read-only systems

  • Own BlockchainObject class with cache

  • Contains all broadcast operations

  • Estimation of virtual account operation index from date or block number

  • the command line tool beempy uses click and has more commands

  • SteemNodeRPC can be used to execute even not implemented RPC-Calls

  • More complete implemention

Installation

The minimal working python version is 2.7.x. or 3.4.x

beem can be installed parallel to python-steem.

For Debian and Ubuntu, please ensure that the following packages are installed:

sudo apt-get install build-essential libssl-dev python-dev

For Fedora and RHEL-derivatives, please ensure that the following packages are installed:

sudo yum install gcc openssl-devel python-devel

For OSX, please do the following:

brew install openssl
export CFLAGS="-I$(brew --prefix openssl)/include $CFLAGS"
export LDFLAGS="-L$(brew --prefix openssl)/lib $LDFLAGS"

For Termux on Android, please install the following packages:

pkg install clang openssl-dev python-dev

Signing and Verify can be fasten (200 %) by installing cryptography:

pip install -U cryptography

or:

pip install -U secp256k1prp

Install or update beem by pip:

pip install -U beem

You can install beem from this repository if you want the latest but possibly non-compiling version:

git clone https://github.com/holgern/beem.git
cd beem
python setup.py build

python setup.py install --user

Run tests after install:

pytest

Installing beem with conda-forge

Installing beem from the conda-forge channel can be achieved by adding conda-forge to your channels with:

conda config --add channels conda-forge

Once the conda-forge channel has been enabled, beem can be installed with:

conda install beem

Signing and Verify can be fasten (200 %) by installing cryptography:

conda install cryptography

beem can be updated by:

conda update beem

CLI tool beempy

A command line tool is available. The help output shows the available commands:

beempy –help

Stand alone version of CLI tool beempy

With the help of pyinstaller, a stand alone version of beempy was created for Windows, OSX and linux. Each version has just to be unpacked and can be used in any terminal. The packed directories can be found under release. Each release has a hash sum, which is created directly in the build-server before transmitting the packed file. Please check the hash-sum after downloading.

Changelog

Can be found in CHANGELOG.rst.

License

This library is licensed under the MIT License.

Acknowledgements

python-bitshares and python-graphenelib were created by Fabian Schuh (xeroc).

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

beem-0.21.0.tar.gz (503.2 kB view details)

Uploaded Source

Built Distribution

beem-0.21.0-py2.py3-none-any.whl (338.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file beem-0.21.0.tar.gz.

File metadata

  • Download URL: beem-0.21.0.tar.gz
  • Upload date:
  • Size: 503.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.1

File hashes

Hashes for beem-0.21.0.tar.gz
Algorithm Hash digest
SHA256 1d339943e6da211dcd0dabc1500392921c865f462ea1b8e7e67687050d901c03
MD5 a04f054ee180f2f5cb6e969aa94e0083
BLAKE2b-256 6b3a7afb0d0d87e28d3480a876ac2e33e17f372a07af5faa24990eeb487efc40

See more details on using hashes here.

File details

Details for the file beem-0.21.0-py2.py3-none-any.whl.

File metadata

  • Download URL: beem-0.21.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 338.1 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.1

File hashes

Hashes for beem-0.21.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 20740acc6cc9f8a2cb559a0bc29a4c6c467a99c4a51496ca4e9ca03175038344
MD5 a60427d0080cf2d29cfaa930ac76dda9
BLAKE2b-256 101ec883b0f7f7f0c88e196f4ab05d0674436ba8d8ce721f49cfd6a3ed11cec4

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