Skip to content

gemini-python v0.2

Compare
Choose a tag to compare
@mtusman mtusman released this 06 Dec 19:56
· 14 commits to master since this release

Added Features

  • Created BaseWebsocket class
  • Created OrderEventsWS class to interact with the order events websocket
  • Created MarketDataWS class to interact with the market data websocket
  • Added greater support for heartbeat API's
  • Improved the Cached metaclass
  • Added support for sandbox urls

TODO

  • Add filter options to order events websocket
  • Improve options to add and remove orders from market data websocket
  • Add options to choose whether a particular class is cached or not
  • Export recorded data from market data or order events websocket into a matplotlib graph
  • Export recorded data from market data or order events websocket into a sqlite, postgresl or sql database
  • Add test for the cached metaclass