sentinel-shared-python 0.1.0__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 @@
1
+ from .utils import greet
@@ -0,0 +1,2 @@
1
+ def greet(name):
2
+ return f"Hello, {name}! This is from the shared library."
File without changes
@@ -0,0 +1,12 @@
1
+ Metadata-Version: 2.1
2
+ Name: sentinel-shared-python
3
+ Version: 0.1.0
4
+ Summary: A collection of shared utility functions for Sentinel devices
5
+ Author-email: Brandon Asheim <brandon@conservationxlabs.org>
6
+ Classifier: Programming Language :: Python :: 3
7
+ Classifier: License :: OSI Approved :: MIT License
8
+ Classifier: Operating System :: OS Independent
9
+ Requires-Python: >=3.7
10
+ Description-Content-Type: text/markdown
11
+ License-File: LICENSE
12
+
@@ -0,0 +1,7 @@
1
+ sentinel_shared_python/__init__.py,sha256=MD4K245uB1tJC-rlECF2LLxE_i2Ax3xGn_IKMWx56ME,24
2
+ sentinel_shared_python/utils.py,sha256=8fgJXaY4BhRWtNW1y5tAwGi13E99k9PA5TwcsDp1P28,78
3
+ sentinel_shared_python-0.1.0.dist-info/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ sentinel_shared_python-0.1.0.dist-info/METADATA,sha256=2GE_LtHLEFHI30752fALiK54lmTB8lPXeKBVjuQIhOs,430
5
+ sentinel_shared_python-0.1.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
6
+ sentinel_shared_python-0.1.0.dist-info/top_level.txt,sha256=N8ulYxWafqKMBKO-Ema9up10GNxqjZgPPYsu5mlBsFA,23
7
+ sentinel_shared_python-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: bdist_wheel (0.42.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ sentinel_shared_python