Skip to main content

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

btcs_crypto_systems-0.0.6.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distribution

btcs_crypto_systems-0.0.6-py3-none-any.whl (6.1 kB view hashes)

Uploaded Python 3

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