Metadata-Version: 2.1
Name: flap-lite
Version: 0.6.1
Summary: An open-source tool for linking free-text addresses to UPRN
Author-email: Huayu Zhang <huayu.zhang@ed.ac.uk>
Project-URL: Homepage, https://github.com/huayu-zhang/flap_lite
Project-URL: Bug Tracker, https://github.com/huayu-zhang/flap_lite/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: attrs ==22.2.0
Requires-Dist: certifi ==2022.12.7
Requires-Dist: click ==8.1.3
Requires-Dist: click-plugins ==1.1.1
Requires-Dist: cligj ==0.7.2
Requires-Dist: et-xmlfile ==1.1.0
Requires-Dist: Fiona ==1.9.2
Requires-Dist: geopandas ==0.12.2
Requires-Dist: importlib-metadata ==6.1.0
Requires-Dist: joblib ==1.2.0
Requires-Dist: munch ==2.5.0
Requires-Dist: numpy ==1.24.2
Requires-Dist: openpyxl ==3.1.2
Requires-Dist: packaging ==23.0
Requires-Dist: pandas ==1.5.3
Requires-Dist: pyproj ==3.5.0
Requires-Dist: python-dateutil ==2.8.2
Requires-Dist: pytz ==2023.3
Requires-Dist: scikit-learn ==1.2.2
Requires-Dist: scipy ==1.10.1
Requires-Dist: shapely ==2.0.1
Requires-Dist: six ==1.16.0
Requires-Dist: threadpoolctl ==3.1.0
Requires-Dist: tqdm ==4.65.0
Requires-Dist: tzdata ==2023.3
Requires-Dist: zipp ==3.15.0

# FLAP

*FLAP* is an open-source tool for linking free-text addresses to 
Ordinance Survey Unique Property Reference Number (OS UPRN). You need to have a
licence of OS UPRN and download the address premium product to use *FLAP*
*FLAP* can be used at scale with a few lines of syntax

# Quick start of FLAP tool

## Installation

From Test Pypi: 
```shell
python3 -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ flap_lite
```

Full documentation to be added
