mpcaHydro 2.0.0__tar.gz → 2.0.2__tar.gz

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,2 +1,6 @@
1
1
  # pixi environments
2
2
  .pixi
3
+ *.pyc
4
+ *.whl
5
+ *.gz
6
+ /.vscode
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mpcaHydro
3
- Version: 2.0.0
3
+ Version: 2.0.2
4
4
  Summary: Python package for downloading MPCA hydrology data
5
5
  Project-URL: Homepage, https://github.com/mfratkin1/mpcaHydro
6
6
  Author-email: Mulu Fratkin <michael.fratkin@state.mn.us>
@@ -10,6 +10,7 @@ Keywords: Hydrology,MPCA
10
10
  Classifier: Development Status :: 3 - Alpha
11
11
  Classifier: Programming Language :: Python
12
12
  Requires-Python: >=3.8
13
+ Requires-Dist: duckdb
13
14
  Requires-Dist: pandas
14
15
  Requires-Dist: pathlib
15
16
  Requires-Dist: requests
@@ -5,11 +5,12 @@ build-backend = "hatchling.build"
5
5
  [project]
6
6
  name = "mpcaHydro"
7
7
  urls = { "Homepage" = "https://github.com/mfratkin1/mpcaHydro" } # ? Add this!
8
- version = "2.0.0"
8
+ version = "2.0.2"
9
9
  dependencies = [
10
10
  "pandas",
11
11
  "requests",
12
- "pathlib"
12
+ "pathlib",
13
+ "duckdb"
13
14
  ]
14
15
  requires-python = ">=3.8"
15
16
  authors = [
@@ -164,7 +164,7 @@ class pyWISK():
164
164
  start_date = '1996-01-01',
165
165
  end_date = '2050-12-31',
166
166
  stationgroup_id = None,
167
- timezone = 'UTC'):
167
+ timezone = 'GMT-6'):
168
168
 
169
169
  if ts_ids is None:
170
170
  print('Determing Timeseries IDs')