pthelma 1.0.0__cp310-cp310-musllinux_1_2_x86_64.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,55 @@
1
+ Metadata-Version: 2.1
2
+ Name: pthelma
3
+ Version: 1.0.0
4
+ Summary: Utilities for hydrological and meteorological time series processing
5
+ Author-email: Antonis Christofides <antonis@antonischristofides.com>
6
+ Maintainer-email: Antonis Christofides <antonis@antonischristofides.com>
7
+ Project-URL: Homepage, https://github.com/openmeteo/pthelma
8
+ Project-URL: Documentation, https://pthelma.readthedocs.io
9
+ Project-URL: Repository, https://github.com/openmeteo/pthelma
10
+ Project-URL: Changelog, https://github.com/openmeteo/pthelma/blob/master/CHANGELOG.rst
11
+ Keywords: time series
12
+ Classifier: Development Status :: 5 - Production/Stable
13
+ Classifier: Intended Audience :: Developers
14
+ Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
15
+ Classifier: Natural Language :: English
16
+ Classifier: Programming Language :: Python :: 3.10
17
+ Classifier: Programming Language :: Python :: 3.11
18
+ Classifier: Programming Language :: Python :: 3.12
19
+ Requires-Python: >=3.10
20
+ Description-Content-Type: text/x-rst
21
+ License-File: LICENSE.rst
22
+ Requires-Dist: pandas<3,>=2.2
23
+ Requires-Dist: iso8601<3,>=2.1
24
+ Requires-Dist: textbisect<1,>=0.1
25
+ Requires-Dist: tzdata
26
+ Requires-Dist: Click<9,>=7.0
27
+ Requires-Dist: simpletail<2,>=1
28
+ Requires-Dist: affine<3,>=2.4
29
+ Requires-Dist: django<6,>=3.2
30
+ Requires-Dist: requests<3,>=1
31
+ Provides-Extra: all
32
+ Requires-Dist: gdal<4,>=1.10; extra == "all"
33
+
34
+ pthelma
35
+ =======
36
+
37
+ .. image:: https://github.com/openmeteo/pthelma/actions/workflows/run-tests-automatically.yml/badge.svg
38
+ :alt: Build button
39
+ :target: https://github.com/openmeteo/pthelma/actions/workflows/run-tests-automatically.yml
40
+
41
+ .. image:: https://codecov.io/github/openmeteo/pthelma/coverage.svg?branch=master
42
+ :alt: Coverage
43
+ :target: https://codecov.io/gh/openmeteo/pthelma
44
+
45
+ .. image:: https://img.shields.io/pypi/v/pthelma.svg
46
+ :target: https://pypi.python.org/pypi/pthelma
47
+
48
+ .. image:: https://pyup.io/repos/github/openmeteo/pthelma/shield.svg
49
+ :target: https://pyup.io/repos/github/openmeteo/pthelma/
50
+ :alt: Updates
51
+
52
+ A Python library with utilities for hydrological and meteorological time
53
+ series processing.
54
+
55
+ Documentation: https://pthelma.readthedocs.io
@@ -0,0 +1,28 @@
1
+ htimeseries/htimeseries.py,sha256=oyf-N8l4POBmTiOSXU9llYijHNZAITsPbjRgIz1atEE,19197
2
+ htimeseries/__init__.py,sha256=ufVeWB4YLa6KGFwIa2kIe6idyfFvslDWs4JzZPv_Cro,73
3
+ htimeseries/timezone_utils.py,sha256=xEArPwKvI9tLP3z2Y9l4jpbpKMtOsC5ftHxzAo1bgNs,1238
4
+ haggregate/regularize.cpython-310-x86_64-linux-gnu.so,sha256=Ea8jJbCik40jgLHGIdpRFCkAUhICSVEubuvCKZO9a2A,779528
5
+ haggregate/regularize.c,sha256=pfuVT36iqmF0n4ede2I0aTW5ut_G8KyOObVh9qUM6xY,611781
6
+ haggregate/regularize.pyx,sha256=sqqmT8F9y2b3-eoQKidB0bb2PW9qVimsFpf1X4n5tSU,5607
7
+ haggregate/__init__.py,sha256=MDcKyaJOi1mY5zQbs83yX4_B9YgYLQ_strv3Nio_Dws,155
8
+ haggregate/haggregate.py,sha256=J7MSa-EfLhbXRlYTnv_2aUqdHhQZ6OX61mSb9bumNdE,5045
9
+ haggregate/cli.py,sha256=NtGM4ka9d8x5lXYnh7ortbm0sB9f2BS4h4j0OBDjgtg,3272
10
+ evaporation/__init__.py,sha256=yvyqV97dCRu7ibPpY2_P7FyHICg4s72dq7aTrHSp5c8,122
11
+ evaporation/cli.py,sha256=4jTTM4BDTVpJuZgAcGdf0q9AuYdh_nzH1f_oNxs0m8g,27713
12
+ evaporation/evaporation.py,sha256=Tq8i4Np_AbxDIluIzsBrJVO2DMmqEG96zcjMGr22UFg,16265
13
+ enhydris_cache/__init__.py,sha256=efOjymmTWcbNF25c9iFGvOJomjfBsDQNRajItnOqKzs,152
14
+ enhydris_cache/enhydris_cache.py,sha256=M_-uf2yqPLMgJZykC2rKCdqINKQoHIM1D5m01N_PrGY,2622
15
+ enhydris_cache/cli.py,sha256=tsRwn4rQwKsTV7gYyMvH2dxCP7qgxE0670ADJ7ncKuI,4643
16
+ pthelma/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
+ pthelma/_version.py,sha256=DGJ4pj32xs3_DRJhSzQwCiRNnAQrMgo09USYpyMZsKc,411
18
+ enhydris_api_client/__init__.py,sha256=mFrWzz5ntJYyER0L4Lk1eWkKcytHvn0_XOQZ22_oiGo,9340
19
+ pthelma-1.0.0.dist-info/top_level.txt,sha256=tmHh9NPLZEWJBUT19b-ZqJmAOG6QAfyM_Z3d-B7XS7w,87
20
+ pthelma-1.0.0.dist-info/RECORD,,
21
+ pthelma-1.0.0.dist-info/LICENSE.rst,sha256=WFSwH2Ls72hcsUDQgd-Hof0KLWSNpC5pXQUOQs0wWWo,1345
22
+ pthelma-1.0.0.dist-info/entry_points.txt,sha256=Kh2gKKRhObmmOASJWIwX9dDEZQ5htc3ftBlqeoGer-s,155
23
+ pthelma-1.0.0.dist-info/METADATA,sha256=Mi3rVzAHIRmdRbFRVm-Z2btdEHdW2d4FtIzbDs7q958,2154
24
+ pthelma-1.0.0.dist-info/WHEEL,sha256=0z-dx3WjYQPNrkQK_QYzYKZwBXfy6u9GDaL6ineKHwA,112
25
+ hspatial/test.py,sha256=awSPlX7f_ZrF8UL5XKnwC3K7j1k20KvMeC_31KuSyq8,1023
26
+ hspatial/hspatial.py,sha256=suhe1RaFRvVetQXPMwy5QkJ6GYOmcmASYrKBZVBX2L4,15923
27
+ hspatial/__init__.py,sha256=O4w4PsZI6iqkDAHioFcRh2Iju4xSFd5UkqfK_ycss0k,119
28
+ hspatial/cli.py,sha256=01EiLahW-55Pvwy8NXn3OiOyfrLXI2qdfipqeL_Fxh0,10376
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (75.6.0)
3
+ Root-Is-Purelib: false
4
+ Tag: cp310-cp310-musllinux_1_2_x86_64
5
+
@@ -0,0 +1,5 @@
1
+ [console_scripts]
2
+ enhydris-cache = enhydris_cache.cli:main
3
+ haggregate = haggregate.cli:main
4
+ spatialize = hspatial.cli:main
5
+ vaporize = evaporation.cli:main
@@ -0,0 +1,7 @@
1
+ enhydris_api_client
2
+ enhydris_cache
3
+ evaporation
4
+ haggregate
5
+ hspatial
6
+ htimeseries
7
+ pthelma