Skip to main content

BitcartCC coins support library

Project description

BitcartCC SDK

CircleCI Codecov PyPI version Read the Docs

This is a client library(wrapper) around BitcartCC daemon. It is used to simplify common commands. Coins support(⚡ means lightning is supported):

  • Bitcoin(⚡)
  • Bitcoin Cash
  • Litecoin(⚡)
  • Gravity Zero(⚡)
  • Globalboost(⚡)

Main focus is Bitcoin.

This library supports both asynchronous and synchronous usages.

You can call it's methods synchronously, like so:

print(btc.help())

Or you can await it's methods when using from async functions:

async def main():
    print(await btc.help())

Async callback functions for @btc.on are supported.

For more information Read the Docs

Release versioning

We follow a custom variant of semver:

major.minor.feature.bugfix

Where major is changed not frequently, and means significant changes to the SDK

minor means breaking changes

feature means adding new features without breaking existing APIs

bugfix means fixing bugs without breaking existing APIs

Contributing

See CONTRIBUTING.md.

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

bitcart-1.1.0.1.tar.gz (20.5 kB view hashes)

Uploaded Source

Built Distribution

bitcart-1.1.0.1-py3-none-any.whl (29.7 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