berryworld 1.0.0.180127__py3-none-any.whl → 1.0.0.180131__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.
- berryworld/__init__.py +2 -1
- berryworld/snowflake_conn.py +1 -1
- {berryworld-1.0.0.180127.dist-info → berryworld-1.0.0.180131.dist-info}/METADATA +1 -1
- {berryworld-1.0.0.180127.dist-info → berryworld-1.0.0.180131.dist-info}/RECORD +7 -7
- {berryworld-1.0.0.180127.dist-info → berryworld-1.0.0.180131.dist-info}/LICENSE +0 -0
- {berryworld-1.0.0.180127.dist-info → berryworld-1.0.0.180131.dist-info}/WHEEL +0 -0
- {berryworld-1.0.0.180127.dist-info → berryworld-1.0.0.180131.dist-info}/top_level.txt +0 -0
berryworld/__init__.py
CHANGED
|
@@ -6,7 +6,7 @@ from .pickle_management import PickleManagement
|
|
|
6
6
|
from .postgres_connection import Postgresql
|
|
7
7
|
from .email_logging import EmailLogging
|
|
8
8
|
from .verify_keys import Verify
|
|
9
|
-
from .credentials import PostgresCredentials, SQLCredentials, BCCredentials, CDSCredentials, SharePointCredentials, \
|
|
9
|
+
from .credentials import PostgresCredentials, SnowflakeCredentials, SQLCredentials, BCCredentials, CDSCredentials, SharePointCredentials, \
|
|
10
10
|
WebServiceCredentials, MicrosoftTeamsCredentials
|
|
11
11
|
from .persistent_storage import PersistentStorage
|
|
12
12
|
from .generate_env import EnvVariables
|
|
@@ -23,3 +23,4 @@ from .microsoft_teams import MicrosoftTeams
|
|
|
23
23
|
from .vivantio import Vivantio
|
|
24
24
|
from .teams_logging import TeamsLogging
|
|
25
25
|
from .vivantio_logging import VivantioLogging
|
|
26
|
+
from .snowflake_conn import SnowflakeConn
|
berryworld/snowflake_conn.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
berryworld/__init__.py,sha256=
|
|
1
|
+
berryworld/__init__.py,sha256=MMGWZ2WI82CgxWapFBsC3913rb3vspOWEQwAa8yMSTw,1141
|
|
2
2
|
berryworld/aks_logs.py,sha256=Gb2_cokiZbEX01Yoptd0MxpDociaug-GrXdwliyxFBo,2293
|
|
3
3
|
berryworld/allocation_solver.py,sha256=asFtaCAze6-eHUGWXA0kAp67UBS-Upj1KKdrVLj_ttQ,8513
|
|
4
4
|
berryworld/app_logs.py,sha256=MKzKPYd3JuPfOQNAapIgaeZeFHw1z_w2mbn9I6QCADE,4180
|
|
@@ -17,7 +17,7 @@ berryworld/pickle_management.py,sha256=O49ojVtTqYCT510rVRTbZWWaur_-5q3HSVG03Azn8
|
|
|
17
17
|
berryworld/postgres_connection.py,sha256=whKDnchd5Feqpmxpoh2vlyn36EKHR-dVEULYq0N_4wA,8287
|
|
18
18
|
berryworld/power_automate.py,sha256=9rDuRy0v-Ttq-SThid4lOB_tD4ibkyEmobiROpa--g4,25414
|
|
19
19
|
berryworld/sharepoint_con.py,sha256=TuH-Vxk1VxjTi7x80KFssf_J8YPLRXpV27RBaFZi37U,22254
|
|
20
|
-
berryworld/snowflake_conn.py,sha256=
|
|
20
|
+
berryworld/snowflake_conn.py,sha256=IHXU3Nm7USPjJOJVBJALShCMTTGjZUvfyQDt0jGHo5Q,2481
|
|
21
21
|
berryworld/sql_conn.py,sha256=meDAf_92hNW5Zp5sv_PPeIUA8NDchaDtVN7zo77veIA,47491
|
|
22
22
|
berryworld/teams_logging.py,sha256=8NwXyWr4fLj7W6GzAm2nRQCGFDxibQpAHDHHD24FrP8,6997
|
|
23
23
|
berryworld/transportation_solver.py,sha256=gdlHRgl2wlp5EV0uhKIOYtkkbAlHaFHGktnMgvuENWE,5022
|
|
@@ -29,8 +29,8 @@ tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
29
29
|
tests/test_allocation_config.py,sha256=e12l6fE9U57eSPS35g6ekJ_hol7-RHg89JV60_m1BlE,4633
|
|
30
30
|
tests/test_handy_mix_config.py,sha256=Un56mz9KJmdn4K4OwzHAHLSRzDU1Xv2nFrONNuzOG04,2594
|
|
31
31
|
tests/test_xml_parser.py,sha256=3QTlhFEd6KbK6nRFKZnc35tad6wqukTbe4QrFi8mr_8,859
|
|
32
|
-
berryworld-1.0.0.
|
|
33
|
-
berryworld-1.0.0.
|
|
34
|
-
berryworld-1.0.0.
|
|
35
|
-
berryworld-1.0.0.
|
|
36
|
-
berryworld-1.0.0.
|
|
32
|
+
berryworld-1.0.0.180131.dist-info/LICENSE,sha256=vtkVCJM6E2af2gnsi2XxKPr4WY-uIbvzVLXieFND0UU,1074
|
|
33
|
+
berryworld-1.0.0.180131.dist-info/METADATA,sha256=sdYlHaDJngHPRoJ8A3DkALXRrUqcBkFswFeG39wkjE8,1091
|
|
34
|
+
berryworld-1.0.0.180131.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
|
35
|
+
berryworld-1.0.0.180131.dist-info/top_level.txt,sha256=GIZ5qy-P5oxfEH755vA1IMFeTVdX3-40JxMe6nOe5I8,17
|
|
36
|
+
berryworld-1.0.0.180131.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|