geoparser

View on PyPIReverse Dependencies (0)

0.2.1 geoparser-0.2.1-py3-none-any.whl

Wheel Details

Project: geoparser
Version: 0.2.1
Filename: geoparser-0.2.1-py3-none-any.whl
Download: [link]
Size: 63021
MD5: 14b661608fa1824be27382024c188107
SHA256: d10800fd4818bbd02f347f103b27e12b4d2cfabdb5c76a1504139164fd8cd834
Uploaded: 2025-03-22 22:27:58 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: geoparser
Version: 0.2.1
Summary: A customizable geoparsing library for unstructured text
Author: Diego Gomes
Author-Email: diego.gomes[at]uzh.ch
Project-Url: Homepage, https://geoparser.app
Project-Url: Repository, https://github.com/dguzh/geoparser
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9,<3.13
Requires-Dist: accelerate (<0.35.0,>=0.34.2)
Requires-Dist: appdirs (<2.0.0,>=1.4.4)
Requires-Dist: datasets (<4.0.0,>=3.1.0)
Requires-Dist: fastapi (<0.116.0,>=0.115.6)
Requires-Dist: geopandas (<2.0.0,>=1.0.1)
Requires-Dist: haversine (<3.0.0,>=2.8.1)
Requires-Dist: numpy (<3.0.0,>=2.0.0)
Requires-Dist: pandas (<3.0.0,>=2.2.3)
Requires-Dist: pydantic (<3.0.0,>=2.9.2)
Requires-Dist: python-multipart (<0.0.21,>=0.0.20)
Requires-Dist: requests (<3.0.0,>=2.32.3)
Requires-Dist: sentence-transformers (<4.0.0,>=3.4.1)
Requires-Dist: spacy (<4.0.0,>=3.8.2)
Requires-Dist: sqlmodel (<0.0.23,>=0.0.22)
Requires-Dist: torch (<3.0.0,>=2.5.1)
Requires-Dist: tqdm (<5.0.0,>=4.67.0)
Requires-Dist: typer (<0.13.0,>=0.12.5)
Requires-Dist: uvicorn (<0.35.0,>=0.34.0)
Requires-Dist: werkzeug (<4.0.0,>=3.1.3)
Description-Content-Type: text/markdown
[Description omitted; length: 4140 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 2.1.1
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
geoparser/__init__.py sha256=ocrZGI40gD1qRRjpbk0x0F6p0FeTaZlyBgow6hKYWBQ 89
geoparser/__main__.py sha256=gcPt3qvI8KMR8_qwdXm0fccDEsZXlwXjc2vhsjFtMLU 134
geoparser/annotator/__init__.py sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs 1
geoparser/annotator/app.py sha256=aCnfmsbNZucK9aVYjX-R2Nob8A8eusaBNhu1keJJam8 15702
geoparser/annotator/db/crud/__init__.py sha256=i4bMRSoWykfJSFR8tShW5AIbaQcB0SZ4dnxm0OfT4uc 167
geoparser/annotator/db/crud/base.py sha256=yyGDixL2X-f9H7dZNBbu8aKghW2dezuQoYv27uZe72o 2123
geoparser/annotator/db/crud/document.py sha256=vDA9v8nDUqd3AcWQxftYO9WxJIA97_fp6pwFZ9nL_MM 7465
geoparser/annotator/db/crud/session.py sha256=icShb42JXshDPZ9WZrj2kqd3Unzf79fWPH7Z_Mb5YRk 3776
geoparser/annotator/db/crud/settings.py sha256=QCkbjXnKAO7WC9aAT2ah2HBNQP3V0jlszNuq9DnVB1M 1540
geoparser/annotator/db/crud/toponym.py sha256=TU8Txz0GEnZ_ozM7VLuKXBnoLFI9g8qEFfwh-o2czo0 9160
geoparser/annotator/db/db.py sha256=iFQ3gh9EYVQFtmbLVTciKGKl9RXVvdwqT6MHZmrR448 737
geoparser/annotator/db/models/__init__.py sha256=qpPf5uQvUwzrdE0dANzgjzDdUc-2cd3zDlYe0dVmGY4 549
geoparser/annotator/db/models/document.py sha256=QyzCOKvkg1Yf__Ur3QIdQLTvYc387HYsbcCECaPS7kE 1485
geoparser/annotator/db/models/session.py sha256=jfpO0Xbvqmd2q_ZIDVaaQJYBOekdSB5kA_ZUmUmDmIA 1634
geoparser/annotator/db/models/settings.py sha256=wCnlgRrEqkTR4o1bKOzwnOG2NlC7bW13FyDnaXj1bC0 1128
geoparser/annotator/db/models/toponym.py sha256=n5mYX99Pb3lFvMd5MUXl1JMOxtBYHbPQwY7svli1RZo 935
geoparser/annotator/db/models/validators.py sha256=589t1uRDH3miis0j9WmKZKBwlAeO1ws9pEa-xEdnzfE 116
geoparser/annotator/dependencies.py sha256=scpHHweGA78001TeNSFaTvcpR0K2GuS_KrgREcBX3YI 733
geoparser/annotator/exceptions.py sha256=Evtcbnq9prdAAhLwUBnRKXcwVuEaNSdY2F6OzcUop48 2024
geoparser/annotator/metadata.py sha256=Jsh0tLgd21Oov9ENoFnQ62dDVYEfxp_KqlDQTqU2SsU 664
geoparser/annotator/models/api.py sha256=wVfHsLXCk27LhGvnFwLTuQiv8nX5mRuLb3XVB7U54ws 1006
geoparser/annotator/static/annotate.css sha256=6LCN3gRVSxv9jRuOuIEto0rADVWMlljvrJ3Eqcj0ICc 3655
geoparser/annotator/static/annotate.js sha256=UX9yrdrbHVfpSgaV-eX-rVu1MtIJWJ-Z13o0LjpcO6M 47585
geoparser/annotator/static/continue_session.js sha256=-t90xPWOcK8Y5VIGre8Iilt8f6LumMvHLVQpJzaLCLo 1446
geoparser/annotator/templates/html/annotate.html sha256=_XDe-umsVS93vTTA3G8BvF-YPQ6Z86ekfBi5ddVvZD0 10989
geoparser/annotator/templates/html/continue_session.html sha256=DwuhbvuIDZzCxJJ_6tZJtAa5wAOEgpwuR6qLZplSfcA 3053
geoparser/annotator/templates/html/index.html sha256=roI0bxppCE6LdsbgrTFl2jgd70eDsWeMp_ZwAmfoJco 1327
geoparser/annotator/templates/html/start_new_session.html sha256=MaJp5yQP2pJlXDfuSwZx9Awi-HzHqNkDElfPhU-wJWU 2111
geoparser/annotator/templates/js/url_base.js sha256=2b72bgLb8Upe28oPrE6zBrIb5E_0keAMKCsCi3SM2pk 54
geoparser/cli/__init__.py sha256=8G-rLhbTJsxt8QMNfYPDILcn9K1Psojh3Vq-lntPyS4 21
geoparser/cli/annotator.py sha256=EwQXw0NKDSOjRgY-bbeOoqAbXc1KA6MSRO26VKaLuwk 73
geoparser/cli/app.py sha256=hOlrrZwHXAd0LWQAioiLNbDS_Z1x8_-TsEy0RJyAti4 211
geoparser/cli/download.py sha256=Qzl2oa2i6MUDEhYqVc3Xo_25ERoxwkAghSk_TeSI2Tg 243
geoparser/config/__init__.py sha256=0IAYhK2SubhROZnHtLd5jGjZNfsN5qqVA7-F2d19coo 58
geoparser/config/config.py sha256=i7_hXufB76EIyMYdrHDMnPmq2RTHCeLo8-99BBaYIb4 453
geoparser/config/gazetteers.yaml sha256=QOVpPbUDqRpTD6YRfsIszkubpIex021q0b0F3PVGE78 11056
geoparser/config/models.py sha256=_Vbm5boYHWNuCFvmdyvfUdKE9-JIkNYXy8pRWeI_haI 747
geoparser/config/utils.py sha256=wwWthCQy3uS6f7P3rTI0AdbslgEeT-y6-S9V-u_fgJg 173
geoparser/constants.py sha256=hgEl2sO48ZM08jF4ihM2UDtsaqjYeG3B7_e_LGtJgaw 596
geoparser/gazetteers/__init__.py sha256=pBgdczYVCghGLYBjsAQWo-oaxVBwLpL2B2QeR1ZX7h0 70
geoparser/gazetteers/gazetteer.py sha256=g11DBbyLWG-NImA9m2SSSwfUJdH8SVj9gBFjXt2_ClU 25040
geoparser/gazetteers/geonames.py sha256=TXUzsOx9C0tKzPrCBK27Qz_YqMOq_g9fr22id1bW3MI 5602
geoparser/gazetteers/swissnames3d.py sha256=h3EdjdlO2PUPbFBzaguuOtNcu2dXdNFYldRgZoqZSDk 7652
geoparser/geodoc/__init__.py sha256=v4imfFeDBlTYtoQwO2YGkuZTbXoqsBZW8p9E_cBpWko 27
geoparser/geodoc/geodoc.py sha256=38frhckLRyVL2trgPtRdnEVZlE76js2brKlVGuwKzCk 1925
geoparser/geoparser/__init__.py sha256=hcgu7Y7hgiLTmMeYFQ0UXmu60Euhcr_1J4ynLuU6SCo 33
geoparser/geoparser/geoparser.py sha256=HNPZzZw_Z4vOhOnbwh1ek0SXGCMiw3vTXbefBFlKc8g 11527
geoparser/geospan/__init__.py sha256=t5dHaEmLtDfi0F7kZ0-1Nrjx20WfRrZGhFgRs2CATEg 29
geoparser/geospan/geospan.py sha256=ID917bsVBdB1BuZK_h7rtZhH-ET9ogK69vDxRURm7po 3888
geoparser/trainer/__init__.py sha256=sgx5ARv8StuOLfrWSA989mbsqoELJgLwlecpfrU6HUc 38
geoparser/trainer/trainer.py sha256=ad9QXJoP0itqw-oWBUlQweSbN-wBgFgBKmLXFSQEESE 12511
geoparser-0.2.1.dist-info/LICENSE sha256=lQ7Vx2voXP0pa5XC9qdhYs3A5GG22hAVmn-WN9L_p74 1068
geoparser-0.2.1.dist-info/METADATA sha256=qKGVTtT50uPuV5RuS1PeTsxiRliYRn9mdfFaZ9mEfTk 5600
geoparser-0.2.1.dist-info/WHEEL sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY 88
geoparser-0.2.1.dist-info/RECORD