Xrp-price-aggregate

Latest version: v0.0.15

Safety actively analyzes 627423 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.0.15

See 19 for info!

This attempts a broad robustness (17) strategy allowing exceptions to occur in each provider chain, filtering out those results during the aggregate.

This is a hotfix, where any errors in the list would cause aggregation filtering anyways. This was the same result as the previous release in a different way, if you consider them both exceptions, and failing the aggregate. :nerd_face:

sh
pip install -U xrp-price-aggregate
python -m xrp_price_aggregate | python -m json.tool
python -m xrp_price_aggregate --exhaustive | python -m json.tool

0.0.14

See 19 for info!

This attempts a broad robustness (17) strategy allowing exceptions to occur in each provider chain, filtering out those results during the aggregate.

sh
pip install -U xrp-price-aggregate
python -m xrp_price_aggregate | python -m json.tool
python -m xrp_price_aggregate --exhaustive | python -m json.tool

0.0.13

see 16 for info! threexrp is dropped temporarily until we give the constructor the ability to accept auth credentials such as api keys

sh
pip install -U xrp-price-aggregate
python -m xrp_price_aggregate | python -m json.tool
python -m xrp_price_aggregate --exhaustive | python -m json.tool

0.0.12

This is a superficial change to inaccurate docstrings. This release matches [**0.0.11**](https://github.com/yyolk/xrp-price-aggregate/releases/tag/0.0.11).

- exclude the oracle in another parameter (now getting unwieldy)
- move special functionality to `partial(...)`
- boilerplate `ProviderConfigFactory` class for minor release
- add [threexrp.dev](https://threexrp.dev) provider


sh
pip install -U xrp-price-aggregate
python -m xrp_price_aggregate | python -m json.tool
--exhaustive includes all (including new, threexrp.dev) providers
python -m xrp_price_aggregate --exhaustive | python -m json.tool

0.0.11

- exclude the oracle in another parameter (now getting unwieldy)
- move special functionality to `partial(...)`
- boilerplate `ProviderConfigFactory` class for minor release
- add [threexrp.dev](https://threexrp.dev) provider


sh
pip install -U xrp-price-aggregate
python -m xrp_price_aggregate | python -m json.tool
--exhaustive includes all (including new, threexrp.dev) providers
python -m xrp_price_aggregate --exhaustive | python -m json.tool

0.0.10

see 9

This will now include the [price data persisted to XRPL](https://github.com/yyolk/xrpl-price-persist-oracle-sam/).


sh
python -m xrp_price_aggregate --exhaustive | jq '.raw_results_named|keys'
[
"binance",
"bitfinex",
"bitrue",
"bitstamp",
"cex",
"ftx",
"hitbtc",
"kraken",
"xrpl_oracle"
]


sh
pip install -U xrp_price_aggregate
python -m xrp_price_aggregate | python -m json.tool
python -m xrp_price_aggregate --exhaustive | python -m json.tool

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.