pyguess 0.2.2

Last updated:

0 purchases

pyguess 0.2.2 Image
pyguess 0.2.2 Images
Add to Cart

Description:

pyguess 0.2.2

pyguess
The Python library to Guess Swiss Streets


Table of Contents

Disclaimer
Installation
Usage


Disclaimer
The library is in the alpha stage, which means there's a lot of work to do still! So, don't expect too much from it!

Installation
To install from PyPi, run:
pip install pyguess


Usage
import pyguess
from pyguess import Config, Candidate

config = Config(
path_to_streets="../misc/data/streets_data",
)
candidate = pyguess.guess_address("Rigistrasse 10", "Pfaffikon", config)

assert candidate == Candidate("rigistrasse 10", "pfäffikon zh")

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.