fastmeteo

View on PyPIReverse Dependencies (0)

0.2 fastmeteo-0.2-py3-none-any.whl

Wheel Details

Project: fastmeteo
Version: 0.2
Filename: fastmeteo-0.2-py3-none-any.whl
Download: [link]
Size: 14670
MD5: 8e772b7a5abbba4977bfe238fa047021
SHA256: 7df7772049ccca162deae0a5e90c1bacfd3f00ec428c588c158d29ccb3052910
Uploaded: 2024-04-08 16:35:57 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: fastmeteo
Version: 0.2
Summary: Fast interpolation for ERA5 data with Zarr
Author: Junzi Sun
Author-Email: j.sun-1[at]tudelft.nl
License: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9,<4.0
Requires-Dist: click (<9.0,>=8.1)
Requires-Dist: dask (<2025,>=2024)
Requires-Dist: fastapi (<0.111,>=0.110)
Requires-Dist: fsspec (<2025,>=2024)
Requires-Dist: gcsfs (<2025,>=2024)
Requires-Dist: numpy (<2.0,>=1.26)
Requires-Dist: pandas (<3.0.0,>=2.1.3)
Requires-Dist: requests (<3.0,>=2.31)
Requires-Dist: scipy (<2.0,>=1.12)
Requires-Dist: uvicorn (<0.30,>=0.29)
Requires-Dist: xarray (<2025,>=2024)
Requires-Dist: zarr (<3.0,>=2.17)
Description-Content-Type: text/markdown
[Description omitted; length: 3652 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
LICENSE sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg 7652
fastmeteo/__init__.py sha256=0eScyrUeUao6CWBT4ar-A9qG3iKVVO539HaqjtxtpsM 50
fastmeteo/aero.py sha256=El_8uCQy1NivgVWFlwzpz92D_PO2mwmzTS5hwv3zouc 10408
fastmeteo/client.py sha256=M4MccaaC_kEf7ctNRDi4Zo_0n5xjsyH4bpGsl2ISxqw 926
fastmeteo/grid.py sha256=5Mhd04ct5HCuVQgPhDJ6B_iz9vl_1iw7MBjiMM3oTBI 5061
fastmeteo/server.py sha256=5Pd2kr9fUzTDy0qL3MMefdMEJPN5D0hJpPgzmRJacng 1009
fastmeteo/sync.py sha256=flrjRYz7rQNimxctum20sRTMfA3Qof1WBSHdlO9o_dk 433
fastmeteo-0.2.dist-info/LICENSE sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg 7652
fastmeteo-0.2.dist-info/METADATA sha256=Np57KN9fgAr66-jGobeCcK-zesoPMY4oYIU1yH7z5ew 4914
fastmeteo-0.2.dist-info/WHEEL sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg 88
fastmeteo-0.2.dist-info/entry_points.txt sha256=4P_d0jiACX3D3hNrVuSrIqe-JDlalzhO0zAM22js7_A 92
fastmeteo-0.2.dist-info/RECORD

entry_points.txt

fastmeteo-serve = fastmeteo.server:main
fastmeteo-sync = fastmeteo.sync:main