Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
This is a client library(wrapper) around Bitcart daemon. It is used to simplify common commands. Coins support(⚡ means lightning is supported):
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
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
See CONTRIBUTING.md.
Copyright (C) 2019 MrNaif2018
Licensed under the MIT license
FAQs
Bitcart coins support library
We found that bitcart demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.