Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davgothic/blm

A Rightmove BLM parser for Python
https://github.com/davgothic/blm

blm rightmove

Last synced: about 1 month ago
JSON representation

A Rightmove BLM parser for Python

Awesome Lists containing this project

README

        

BLM
===

A Rightmove BLM parser for Python.

I'm developing this as a python learning exercise.

Usage
=====

.. code-block:: python

import blm

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

print(blm_data['data'])

License
=======

MIT