spyops 0.0.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,46 @@
1
+ Metadata-Version: 2.4
2
+ Name: spyops
3
+ Version: 0.0.1
4
+ Summary: GIS Analysis, Operations, and Spatial Data Management.
5
+ Author-email: "Integrated Informatics (USA) Inc." <contact@integrated-informatics.com>
6
+ License-Expression: MIT
7
+ Keywords: geopackage,geometry,gis,spatial,analysis,management
8
+ Classifier: Programming Language :: Python
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: Programming Language :: Python :: 3.11
11
+ Classifier: Programming Language :: Python :: 3.12
12
+ Classifier: Programming Language :: Python :: 3.13
13
+ Classifier: Programming Language :: Python :: 3.14
14
+ Classifier: Operating System :: OS Independent
15
+ Requires-Python: >=3.11
16
+ Description-Content-Type: text/markdown
17
+ License-File: LICENSE
18
+ Requires-Dist: fudgeo==1.5.0
19
+ Requires-Dist: numpy==2.4.0
20
+ Requires-Dist: pyproj>=3.7.2
21
+ Requires-Dist: shapely>=2.1.2
22
+ Dynamic: license-file
23
+
24
+ # SPyOPS -- Spatial Operations in Python
25
+
26
+ GIS Analysis, Operations, and Spatial Data Management.
27
+
28
+ ## Installation
29
+
30
+ `spyops` is available from the [Python Package Index](https://pypi.org/project/spyops/).
31
+
32
+
33
+ ## Python Compatibility
34
+
35
+ The `spyops` library is compatible with Python 3.11 to 3.14. Developed and
36
+ tested on **macOS** and **Windows**, should be fine on **Linux** too.
37
+
38
+
39
+ ## License
40
+
41
+ MIT
42
+
43
+ ## Release History
44
+
45
+ ### v0.0.1
46
+ * land grab
@@ -0,0 +1,5 @@
1
+ spyops-0.0.1.dist-info/licenses/LICENSE,sha256=pR_zPDh6zNLnUCcGWe0TL6RLEAWb5ljmzcEMaKcmuKA,1088
2
+ spyops-0.0.1.dist-info/METADATA,sha256=nKlES6JTajz2kkeOc538blOehLa5-CSC9Paaik5PmzI,1294
3
+ spyops-0.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
4
+ spyops-0.0.1.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
5
+ spyops-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025-2026 Integrated Informatics Inc
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1 @@
1
+