Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 245 Bytes

README.rst

File metadata and controls

22 lines (13 loc) · 245 Bytes

BLM

A Rightmove BLM parser for Python.

I'm developing this as a python learning exercise.

Usage

import blm

blm_data = blm.read('path/to/blm/file')

print(blm_data['data'])

License

MIT