geometry-to-spatialite

View on PyPIReverse Dependencies (0)

0.4.3 geometry_to_spatialite-0.4.3-py3-none-any.whl

Wheel Details

Project: geometry-to-spatialite
Version: 0.4.3
Filename: geometry_to_spatialite-0.4.3-py3-none-any.whl
Download: [link]
Size: 9182
MD5: e0a232be974cafb0c3d4d79875ac8f7f
SHA256: c11aebb8a344080ef6d91fcdb189d30ac26e57e17e226e85cb13f1b603e56572
Uploaded: 2023-10-22 13:48:27 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: geometry-to-spatialite
Version: 0.4.3
Summary: Import geographic and spatial data from files into a SpatiaLite DB
Author: chris48s
Project-Url: Documentation, https://chris48s.github.io/geometry-to-spatialite
Project-Url: Home, https://github.com/chris48s/geometry-to-spatialite
Project-Url: Source, https://github.com/chris48s/geometry-to-spatialite
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
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.8
Requires-Dist: sqlite-utils (<4.0,>=2.1)
Requires-Dist: Shapely (<3.0.0,>=1.6.4)
Requires-Dist: pyshp (<3.0.0,>=2.1.0)
Requires-Dist: flit (==3.9.0); extra == "dev"
Requires-Dist: isort (==5.12.0); extra == "dev"
Requires-Dist: flake8 (==6.1.0); extra == "dev"
Requires-Dist: black (==23.10.0); extra == "dev"
Requires-Dist: coverage (==7.3.2); extra == "dev"
Requires-Dist: sphinx (==7.1.2); extra == "dev"
Requires-Dist: sphinx_rtd_theme (==1.3.0); extra == "dev"
Requires-Dist: myst-parser (==2.0.0); extra == "dev"
Requires-Dist: ghp-import (==2.1.0); extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
[Description omitted; length: 1235 characters]

WHEEL

Wheel-Version: 1.0
Generator: flit 3.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
geometry_to_spatialite/__init__.py sha256=srWe55Zjg-kOQ1QljVHYXKGlUr7kLr6K5yL-Pcw4PnU 119
geometry_to_spatialite/__version__.py sha256=Nyg0pmk5ea9-SLCAFEIF96ByFx4-TJFtrqYPN-Zn6g4 22
geometry_to_spatialite/geojson.py sha256=f-mVlRGeQSQxCVSVzF35fLYlINW0STzJf-Up3JBKCkY 2771
geometry_to_spatialite/shapefile.py sha256=vmsfu53VPb6Gf332bR7azn9Nsqx5CDHb-0rFISzoOds 2579
geometry_to_spatialite/utils.py sha256=5O-7EfC8UYdsjYUKRk_nNDxR_vDKyo_vi5pYeXQ6ku0 11464
geometry_to_spatialite-0.4.3.dist-info/entry_points.txt sha256=r8zq-S4UriZXfWHFya17m6ClcDBAMrg04PEd265ADmg 139
geometry_to_spatialite-0.4.3.dist-info/LICENSE sha256=uYmg4-OR1Vj8Vmvt9srQn9WbUQUnAkk46sufvJ3LanY 1065
geometry_to_spatialite-0.4.3.dist-info/WHEEL sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4 81
geometry_to_spatialite-0.4.3.dist-info/METADATA sha256=-6pV_TilLbzfHMNYJ6eubyYUmdyEO3Q4u9qFGGJG1M8 2640
geometry_to_spatialite-0.4.3.dist-info/RECORD

entry_points.txt

geojson-to-spatialite = geometry_to_spatialite.geojson:main
shapefile-to-spatialite = geometry_to_spatialite.shapefile:main