This website requires JavaScript.
Explore
Help
Sign In
aljaz
/
bitfinex-api-py
Watch
1
Star
0
Fork
0
You've already forked bitfinex-api-py
mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced
2025-12-19 06:44:22 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
628c3a0d66eb3ac30e30b13ecaf2bc351f3cd33e
bitfinex-api-py
/
bfxapi
/
websocket
History
Davide Casale
628c3a0d66
Rewrite implementation for abstract class Connection (_connection.py).
2023-10-09 04:56:37 +02:00
..
_client
Remove circular import from file bfx_websocket_client.py.
2023-10-09 04:56:37 +02:00
_event_emitter
Rename event <disconnection> to <disconnected> (to mantain compliance).
2023-10-09 04:56:37 +02:00
_handlers
Write new implementation for class BfxEventEmitter (bfxapi.websocket._event_emitter).
2023-10-09 04:56:34 +02:00
__init__.py
Rename bfxapi.websocket.client to _client and bfxapi.websocket.handlers to _handlers (according to PEP8).
2023-06-18 01:02:59 +02:00
_connection.py
Rewrite implementation for abstract class Connection (_connection.py).
2023-10-09 04:56:37 +02:00
enums.py
Add new event liquidation_feed_update to PublicChannelsHandler (and improve overall type hinting).
2023-06-12 15:37:05 +02:00
exceptions.py
Write new implementation for class BfxEventEmitter (bfxapi.websocket._event_emitter).
2023-10-09 04:56:34 +02:00
subscriptions.py
Upgrade to Mypy 1.3.0 (old: 0.991). Fix compatibility problems with Mypy. Add type hints to bfxapi.websocket.handlers.
2023-05-19 22:13:15 +02:00