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 14:54:21 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
18f9fef12de60bb70ce545ca6735d4bd1ab10fb1
bitfinex-api-py
/
bfxapi
History
Davide Casale
18f9fef12d
Fix some mypy errors and warnings.
2022-12-22 18:48:23 +01:00
..
rest
Add bfxapi/enums.py file. Split enumerations in bfxapi/rest/enums.py and bfxapi/websocket/enums.py. Rename enumeration classes to use singular name identifiers.
2022-12-22 18:42:55 +01:00
utils
Rename bfxapi/utils/decimal.py to encoder.py. Add support for datetime JSON serialization. Update class reference in BfxWebsocketClient.py.
2022-12-20 18:40:41 +01:00
websocket
Add bfxapi/enums.py file. Split enumerations in bfxapi/rest/enums.py and bfxapi/websocket/enums.py. Rename enumeration classes to use singular name identifiers.
2022-12-22 18:42:55 +01:00
__init__.py
Add bfxapi package. Add bfxapi.websocket subpackage. Add requirements.txt file.
2022-11-07 18:35:39 +01:00
client.py
Fix other mypy errors and warnings.
2022-12-16 16:03:28 +01:00
enums.py
Add bfxapi/enums.py file. Split enumerations in bfxapi/rest/enums.py and bfxapi/websocket/enums.py. Rename enumeration classes to use singular name identifiers.
2022-12-22 18:42:55 +01:00
exceptions.py
Apply lots of refactoring to the websocket subpackage (fix every mypy error and warning). Add integers.py and decimal.py to bfxapi.utils package. Update requirements.txt and setup.py with new mypy dependencies.
2022-12-16 18:30:41 +01:00
labeler.py
Add and implement notification.py in root package (bfxapi).
2022-12-22 18:24:56 +01:00
notification.py
Fix some mypy errors and warnings.
2022-12-22 18:48:23 +01:00