wmsdump

View on PyPIReverse Dependencies (0)

0.1.2 wmsdump-0.1.2-py3-none-any.whl

Wheel Details

Project: wmsdump
Version: 0.1.2
Filename: wmsdump-0.1.2-py3-none-any.whl
Download: [link]
Size: 30051
MD5: d6f224f92050bffe8e9f1ee65825b741
SHA256: 562a36c74c266c7ea54d2a75949237ea31823cead882e4d43c6d52c76759a8a0
Uploaded: 2025-02-14 13:44:40 +0000

dist-info

METADATA

Metadata-Version: 2.4
Name: wmsdump
Version: 0.1.2
Summary: Library for extraction of data from WMS/WFS endpoints
Author-Email: Sreeram Kandimalla <kandimalla.sreeram[at]gmail.com>
Project-Url: homepage, https://github.com/ramSeraph/pywmsdump
Project-Url: repository, https://github.com/ramSeraph/pywmsdump.git
License: This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. For more information, please refer to <https://unlicense.org>
Requires-Python: >=3.12
Requires-Dist: bs4 (>=0.0.2)
Requires-Dist: click (>=8.1.7)
Requires-Dist: colorlog (>=6.9.0)
Requires-Dist: jsonschema (>=4.23.0)
Requires-Dist: kml2geojson (>=5.1.0)
Requires-Dist: requests (>=2.32.3)
Requires-Dist: xmltodict (>=0.14.2)
Requires-Dist: pyproj (>=3.7.0); extra == "proj"
Requires-Dist: geoindex-rs (>=0.2.0); extra == "punch-holes"
Requires-Dist: numpy (>=2.2.1); extra == "punch-holes"
Requires-Dist: shapely (>=2.0.6); extra == "punch-holes"
Provides-Extra: proj
Provides-Extra: punch-holes
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 10609 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.27.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
wmsdump/__init__.py sha256=Uy3pHAKravUiE46jW3DuD7AIIco0bjyI_5GBZI5q3pY 64
wmsdump/_version.py sha256=SFCDdrYA67D1Je-jHgVVh4LOopkPvuV6NMtqSJ7Tfhg 411
wmsdump/capabilities.py sha256=v2mVJ9Zo73kHF5dwN3Sqi_4FcWfVhO5cCvPqInnu-Sc 3851
wmsdump/cli.py sha256=YEkrfYV9zAV7ly6Orzg3NCk3_pNL3kYQnKJI-Nme8VY 20698
wmsdump/dumper.py sha256=q0iv6Xfx9R1kmvhs5jw81mMadAI4_Ayuap2PVV-Aks8 16460
wmsdump/errors.py sha256=S14LMa02cww_TDpqOECUrSpQWOnmny5pmoayQSBGJc0 3519
wmsdump/georss_helper.py sha256=1cO8RDr-yIB07KIfnU4DxWEJV8OxXypB8_Io1GTY9dc 3541
wmsdump/geoserver.py sha256=UDcVZKP55V_vhJ3-qK-swxwvsRHbatEo4WZPCi6LsEI 5761
wmsdump/hole_puncher.py sha256=I9FlnAGeGfdQBIeAXrPc_pAJCMfEZT0yplct6XFvnMg 11920
wmsdump/kml_helper.py sha256=8wyBg2CM3GtvCYzK45ejryBOQdP77Ei7xqRSrK-4Mj4 2456
wmsdump/logging.py sha256=um3k1IFyrxh57as2QGI8z0GsN-OtvKHlNpUkrGD8uQQ 893
wmsdump/props_helper.py sha256=FCMw3BjTM1UbkO2dvvyVV2MMOwEYxznX036U9fBlqQI 424
wmsdump/state.py sha256=AUSo-Kqn6u8Fw5j9wsK8K9pjgfTJMGhA5zRHrytBjHU 9884
wmsdump-0.1.2.dist-info/METADATA sha256=Wr2MQ2ufuxK4x9PQhQwZTwlBZEZMNSWft_L-n2gbtTk 12885
wmsdump-0.1.2.dist-info/WHEEL sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ 87
wmsdump-0.1.2.dist-info/entry_points.txt sha256=Der5O4ZFB1z7Egpwq2z32bqwvY_z3q36AoA0vkz5gaE 105
wmsdump-0.1.2.dist-info/licenses/LICENSE sha256=awOCsWJ58m_2kBQwBUGWejVqZm6wuRtCL2hi9rfa0X4 1211
wmsdump-0.1.2.dist-info/RECORD

entry_points.txt

punch-holes = wmsdump.hole_puncher:main [punch-holes]
wms-extractor = wmsdump.cli:main