To interact with BTCS crypto systems.
Project description
crypto systems package for BTCS crypto business systems
Install
pip install btcs_crypto_systems
Update
pip install btcs_crypto_systems --upgrade
Usage
TokenMaster
from btcs_crypto_systems import token_master
tm = token_master.TokenMaster(env="test")
print(tm.assets[7].symbol)
Utils
from btcs_crypto_systems import utils
csv_writer = utils.get_csv_writer(file_name="example_output_file", headers=["address", "balance"])
csv_writer.writerow(["0x8c8d7c46219d9205f056f28fee5950ad564d7465","1.001"])
#creates a file called 20230217_0853_example_output_file.csv
AMS
from btcs_crypto_systems import address_manangement_service
ams = address_manangement_service.AMS(env="test")
addresses = ams.get_addresses(account="200065621002")
print(addresses)
Update the package
Navigate to the folder where the pyproject.toml file is.
python3 -m build
python3 -m twine upload --repository pypi dist/*
username: __token__
password: get an API key from here https://pypi.org/manage/account/token/
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
Built Distribution
Close
Hashes for btcs_crypto_systems-0.0.6.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10a79bdf30353743a7a29b4d48890fc583c9ef67d9b7f6e7d68c3a250f7cb05a |
|
MD5 | 7cee64e664ec1712be3e9d409b6df998 |
|
BLAKE2b-256 | e31abf25a1c7159390c5aec8d48c6fe9f2336fa7c1571e9063113bb4c35313ef |
Close
Hashes for btcs_crypto_systems-0.0.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5847a54d2837a5411dfc2a8f66ad48747518f3bd958871aa49e2b9831e93559a |
|
MD5 | 358bae78cec6083f20cdbfa000f499e3 |
|
BLAKE2b-256 | c1afebcbe8afc3d32d8ec9554c96686b1c0bdebe0ca0a0c8a1cda79031e9dc8b |