/betfairutil

Utility functions for working with Betfair data

Primary LanguagePythonMIT LicenseMIT

betfairutil

Utility functions for working with Betfair data

Dependencies

Optionally, for working with Betfair prices files:

  • smart_open

Installation

Requires Python 3.5 or above.

If working with Betfair prices files:

pip install git+https://github.com/mberk/betfairutil.git@master#egg=betfairutil[files]

Otherwise:

pip install git+https://github.com/mberk/betfairutil.git@master#egg=betfairutil

See Also

  • 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