Skip to content
/ nova-p Public

One stop shop for your housing market data.

Notifications You must be signed in to change notification settings

sabi-h/nova-p

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nova-p

One stop shop for your housing market data.

Setup project in dev mode

git clone https://github.com/sabih-h/nova-p.git
cd nova-p
pip install -e .

Basic Usage

import nova

outward_code = 'e1'
data = nova.get_data_onthemarket(outward_code)

for row in data:
    print(row)

>>> {'id': 1, 'price': 350000, 'bedrooms': 3, 'display_address': 'Tower Bridge, Whitechapel E1', ...}

Data Sources

Helper datasets

Testing

pytest -v

About

One stop shop for your housing market data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages