Utility functions for working with Betfair data
- betfairlightweight
- pandas
Optionally, for working with Betfair prices files:
- smart_open
Requires Python 3.5 or above.
If working with Betfair prices files:
pip install betfairutil[files]
Otherwise:
pip install betfairutil
- There is some inevitable overlap between this package and flumine's own
utils module. However, that module
understandably conflates utility functions for Betfair data structures, flumine, and general purposes. The betfairutil
package:
- Has a much tighter scope than flumine and is therefore a lighter weight solution for those who are not flumine users
- It is hoped will ultimately provide a wider range of functions and therefore provide value to flumine users as well