skmds

skmds is a python package for querying the Government of Saskatchewan's Municipal Directory System


License
MIT
Install
pip install skmds==0.0.6

Documentation

skmds

skmds is a python package for querying the Government of Saskatchewan's Municipal Directory System.

NOTE: This project is not affiliated with the Government of Saskatchewan in any capacity.

Usage

Basic Example:

import skmds

results = skmds.query('saskatoon')
city = results[0]

print(city)
print(city.website)
print(city.office_address)

Result:

city of Saskatoon
http://www.saskatoon.ca/Pages/default.aspx
222 - 3rd Ave. N. SASKATOON SK  S7K 0J5

Installation

The skmds package can be installed using pip:

pip install skmds

Links