Published April 8, 2023
| Version v1.1.0
Software
Open
btschwertfeger/python-kraken-sdk: Release v1.1.0 🎉
Description
Including access to:
✅ - all Spot REST endpoints ✅ - all Futures REST endpoints ✅ - Sport Websocket client ✅ - Futures Websocket client ✅ - extensive examples ✅ - about 86% coverage
Breaking Changes- removed the unnecessary
client
when importing clients by @btschwertfeger in https://github.com/btschwertfeger/python-kraken-sdk/pull/59 - The
KrakenExceptions
-class was renamed toKrakenException
and moved fromkraken.exceptions.exceptions
tokraken.exceptions
(#66) - The methods
get_execution_events
,get_order_events
, andget_trigger_events
moved fromkraken.futures.Market
tokraken.futures.User
since this are user-specific endpoints. In addition, the bug from #62 was fixed by changingpost_params
toquery_params
withinkraken.futures.User._get_historical_events
function, since this is only a GET request, instead of a POST request. - Changed the default timeout of
kraken.futures.Trade.death_mans_switch
to zero (which resets the timeout). (#63)
- added the user/developer documentation using sphinx build in the docs directory (#58)
- added doc strings and examples which are also included in the build documentation (#55)
- added workflow to build the documentation (#60)
- added codecov.yml configuration file
- Add the
trailingStopDeviationUnit
andtrailingStopMaxDeviation
parameters to thecreate_order
method of the Futures Trade client. (#64) - Rework workflows for CI/CD by @btschwertfeger in https://github.com/btschwertfeger/python-kraken-sdk/pull/53
- Moved from setup.py only to pyproject.toml by @btschwertfeger in https://github.com/btschwertfeger/python-kraken-sdk/pull/52
- Removed raising exception when currency not found in portfolio by @btschwertfeger in https://github.com/btschwertfeger/python-kraken-sdk/pull/47
PyPI: https://pypi.org/project/python-kraken-sdk/ Documentation: https://python-kraken-sdk.readthedocs.io/en/stable/
Full Changelog: https://github.com/btschwertfeger/python-kraken-sdk/compare/v1.0.1...v1.1.0
Files
btschwertfeger/python-kraken-sdk-v1.1.0.zip
Files
(398.6 kB)
Name | Size | Download all |
---|---|---|
md5:664eb08f334565bc1583579563a929a0
|
398.6 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/btschwertfeger/python-kraken-sdk/tree/v1.1.0 (URL)