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-24 01:04:22 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
894391256dbcd55c69b9f9bc3bbfd9d530970861
bitfinex-api-py
/
bfxapi
/
websocket
/
client
History
Davide Casale
894391256d
Rewrite long strings using \ instead of + (concatenation).
2023-03-08 16:30:52 +01:00
..
__init__.py
Apply pylint's linting rules to bfxapi/websocket/client/*.py.
2023-03-06 18:46:04 +01:00
bfx_websocket_bucket.py
Switch from max-line-length=130 to more standard max-line-length=120 in .pylintrc.
2023-03-07 15:28:02 +01:00
bfx_websocket_client.py
Rewrite long strings using \ instead of + (concatenation).
2023-03-08 16:30:52 +01:00
bfx_websocket_inputs.py
Move _Delay local class in global scope (bfxapi.websocket.client.bfx_websocket_client).
2023-03-07 17:08:37 +01:00