tfv-get-tools 0.2.0__py3-none-any.whl → 0.2.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tfv_get_tools
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: Tool for downloading and processing data for TUFLOW FV modelling
5
5
  Author-email: Alex Waterhouse <alex.waterhouse@apac.bmt.org>, Mitchell Smith <mitchell.smith@apac.bmt.org>, TUFLOW Support <support@tuflow.com>
6
6
  License: MIT
@@ -18,6 +18,7 @@ Classifier: Programming Language :: Python :: 3.12
18
18
  Classifier: Programming Language :: Python :: 3.13
19
19
  Requires-Python: <3.14,>=3.9
20
20
  Description-Content-Type: text/markdown
21
+ License-File: LICENSE
21
22
  Requires-Dist: netCDF4>=1.6.2
22
23
  Requires-Dist: tqdm>=4.65.0
23
24
  Requires-Dist: xarray>=2023.1.0
@@ -41,6 +42,7 @@ Requires-Dist: sphinx>=7.3.7; extra == "dev"
41
42
  Requires-Dist: recommonmark>=0.7.1; extra == "dev"
42
43
  Requires-Dist: sphinx-markdown-builder>=0.6.6; extra == "dev"
43
44
  Requires-Dist: pyprojroot; extra == "dev"
45
+ Dynamic: license-file
44
46
 
45
47
  # TFV Get Tools
46
48
 
@@ -255,7 +257,6 @@ This package utilises data from multiple authoritative sources. Please ensure ap
255
257
  For questions, bug reports, or feature requests:
256
258
  - 📧 **Email**: support@tuflow.com
257
259
  - 🐛 **Issues**: Submit via the project repository
258
- - 📖 **Documentation**: [Link to documentation] (if available)
259
260
 
260
261
  ## Contributing
261
262
 
@@ -275,7 +276,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
275
276
 
276
277
  ## Authors
277
278
 
278
- Developed by [BMT](https://www.bmt.org/), 2025
279
+ Developed by [BMT](https://www.tuflow.com/), 2025
279
280
 
280
281
  ## Project Status
281
282
 
@@ -55,8 +55,9 @@ tfv_get_tools/utilities/horizontal_padding.py,sha256=-bqLDzqm17fOZqYrjJPXYwdVYwo
55
55
  tfv_get_tools/utilities/land_masking.py,sha256=19r9iiMMqxXChGlfmmXPzEM5VyhsnR-nqTsSjaKzP34,2743
56
56
  tfv_get_tools/utilities/parsers.py,sha256=V4ZBcpLPtSbkM3k5XoZS_xpauJVEzHUs9woNHznbHI4,1284
57
57
  tfv_get_tools/utilities/warnings.py,sha256=GWrj7Jh2gU3b9u2kzSfaqYPk8cL9aeMbkJgspn0a9W8,1146
58
- tfv_get_tools-0.2.0.dist-info/METADATA,sha256=oaxLWZhUTNu5I7ZLy4jHlWHR8SVCDPEtsAeEvNksP5U,10662
59
- tfv_get_tools-0.2.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
60
- tfv_get_tools-0.2.0.dist-info/entry_points.txt,sha256=pTCS55WUArvFH-Z_EsjTpICz9p1rqqVJ10e7aX3S2MA,194
61
- tfv_get_tools-0.2.0.dist-info/top_level.txt,sha256=K_ewT8V9jhtf59kUDU5YqahUczoInqs7ZFlc4Ho3IjE,14
62
- tfv_get_tools-0.2.0.dist-info/RECORD,,
58
+ tfv_get_tools-0.2.1.dist-info/licenses/LICENSE,sha256=ALmu4D6vRZ-Xxz6IjzUIc_XyZGfVIWCOxIA1qe3tnVY,1059
59
+ tfv_get_tools-0.2.1.dist-info/METADATA,sha256=MnaW1EVKw9rGj7ZxwpHFhG7fb79XTY4T4TmrxfvhjNs,10644
60
+ tfv_get_tools-0.2.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
61
+ tfv_get_tools-0.2.1.dist-info/entry_points.txt,sha256=pTCS55WUArvFH-Z_EsjTpICz9p1rqqVJ10e7aX3S2MA,194
62
+ tfv_get_tools-0.2.1.dist-info/top_level.txt,sha256=K_ewT8V9jhtf59kUDU5YqahUczoInqs7ZFlc4Ho3IjE,14
63
+ tfv_get_tools-0.2.1.dist-info/RECORD,,
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 BMT
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.