Metadata-Version: |
2.1 |
Name: |
aio-overpass |
Version: |
0.14.1 |
Summary: |
Async client for the Overpass API |
Author: |
Tim Wiechers |
Author-Email: |
mail[at]timwie.dev |
Home-Page: |
https://github.com/timwie/aio-overpass |
Project-Url: |
Documentation, https://www.timwie.dev/aio-overpass/ |
Project-Url: |
Repository, https://github.com/timwie/aio-overpass |
Project-Url: |
Release Notes, https://github.com/timwie/aio-overpass/blob/main/RELEASES.md |
Project-Url: |
Test Coverage, https://codecov.io/gh/timwie/aio-overpass |
License: |
MIT |
Keywords: |
geojson,geospatial,gis,openstreetmap,osm,overpass-api,public-transport,spatial-analysis,spatial-data,shapely |
Classifier: |
Development Status :: 3 - Alpha |
Classifier: |
Framework :: AsyncIO |
Classifier: |
Framework :: aiohttp |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Topic :: Internet :: WWW/HTTP |
Classifier: |
Topic :: Scientific/Engineering :: GIS |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.10,<4.0 |
Requires-Dist: |
aiohttp[speedups] (<4.0,>=3.9) |
Requires-Dist: |
joblib (<2.0,>=1.3); extra == "joblib" |
Requires-Dist: |
networkx (<4,>=3); extra == "networkx" |
Requires-Dist: |
numpy (<3,>=1.23); (python_version >= "3.10" and python_version < "3.12") and extra == "shapely" |
Requires-Dist: |
numpy (<3,>=1.26); (python_version >= "3.12" and python_version < "3.13") and extra == "shapely" |
Requires-Dist: |
shapely (<3,>=2); extra == "shapely" |
Provides-Extra: |
joblib |
Provides-Extra: |
networkx |
Provides-Extra: |
shapely |
Description-Content-Type: |
text/markdown |