
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
An unofficial Python wrapper for indodax.com API with support for async i/o
Indodax provides 4 public endpoint that can be accessed by the public. This library will provide those 4 endpoints in the pyndodax.public
module, which consisted of:
aio_get_all_tickers()
)aio_get_ticker(pair)
)aio_get_trades(pair)
)aio_get_depth(pair)
)You can describe a trade pair with Pair
, custom enum type that can be accessed at pyndodax.pair
. If you want to pick a currency that is traded against IDR, just refer it with the currency symbol, all uppercase. For BTC traded currencies, add _BTC
as a postfix. e.g.:
Pair.BTC
Pair.BAT
Pair.ETH_BTC
TBA
You can clone this repo and setup a dev environment by running these commands
python setup.py install
pip install -e .[dev]
Code something and create a pull request!
FAQs
A Python wrapper for indodax.com API with support for async i/o
We found that pyndodax 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
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.