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

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 ams

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.4.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

btcs_crypto_systems-0.0.4-py3-none-any.whl (5.2 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