ecopipeline 0.7.3__py3-none-any.whl → 0.7.4__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.
@@ -3,6 +3,7 @@ import os
3
3
  import mysql.connector
4
4
  import mysql.connector.cursor
5
5
  import requests
6
+ from datetime import datetime
6
7
 
7
8
  class ConfigManager:
8
9
  """
@@ -27,6 +28,8 @@ class ConfigManager:
27
28
  Defaults to False
28
29
  """
29
30
  def __init__(self, config_file_path : str = "config.ini", input_directory : str = None, output_directory : str = None, data_directory : str = None, eco_file_structure : bool = False):
31
+ print(f"<<<========== CONFIGMANAGER INITIALIZED AT {datetime.now().strftime('%Y-%m-%d %H:%M:%S')} ==========>>>")
32
+
30
33
  os.chdir(os.getcwd())
31
34
 
32
35
  self.config_directory = config_file_path
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ecopipeline
3
- Version: 0.7.3
3
+ Version: 0.7.4
4
4
  Summary: Contains functions for use in Ecotope Datapipelines
5
5
  Classifier: Programming Language :: Python :: 3
6
6
  Classifier: License :: OSI Approved :: GNU General Public License (GPL)
@@ -7,11 +7,11 @@ ecopipeline/transform/__init__.py,sha256=hYb4F64fXdXtjBSYCqv6gLFBwKZjjnl0z7s291p
7
7
  ecopipeline/transform/bayview.py,sha256=TP24dnTsUD95X-f6732egPZKjepFLJgDm9ImGr-fppY,17899
8
8
  ecopipeline/transform/lbnl.py,sha256=EQ54G4rJXaZ7pwVusKcdK2KBehSdCsNo2ybphtMGs7o,33400
9
9
  ecopipeline/transform/transform.py,sha256=DBQD4WqKmdXnGQMAj6tg75HtXiSemIc7c6nZxzA2aXc,48958
10
- ecopipeline/utils/ConfigManager.py,sha256=paIElINzimhymEC6iSftSkPYWvr9Poao0YW2QfCYUAg,10325
10
+ ecopipeline/utils/ConfigManager.py,sha256=F02ZUC7ZSAuXmxO5HCRD13b2Kk6WEWf3yGsvYXYU04A,10486
11
11
  ecopipeline/utils/__init__.py,sha256=ccWUR0m7gD9DfcgsxBCLOfi4lho6RdYuB2Ugy_g6ZdQ,28
12
12
  ecopipeline/utils/unit_convert.py,sha256=VFh1we2Y8KV3u21BeWb-U3TlZJXo83q5vdxxkpgcuME,3064
13
- ecopipeline-0.7.3.dist-info/licenses/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
- ecopipeline-0.7.3.dist-info/METADATA,sha256=yW3_nOwWIdajqzxjYB5MQnQfmBNSnxyR4d6hFD4gmho,2329
15
- ecopipeline-0.7.3.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
16
- ecopipeline-0.7.3.dist-info/top_level.txt,sha256=WOPFJH2LIgKqm4lk2OnFF5cgVkYibkaBxIxgvLgO7y0,12
17
- ecopipeline-0.7.3.dist-info/RECORD,,
13
+ ecopipeline-0.7.4.dist-info/licenses/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
+ ecopipeline-0.7.4.dist-info/METADATA,sha256=9MKexLuqvMz6prJBXmCeYfW8Fn2Uw0RkZKcDS7PXRnU,2329
15
+ ecopipeline-0.7.4.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
16
+ ecopipeline-0.7.4.dist-info/top_level.txt,sha256=WOPFJH2LIgKqm4lk2OnFF5cgVkYibkaBxIxgvLgO7y0,12
17
+ ecopipeline-0.7.4.dist-info/RECORD,,