wcp-library 1.0.0__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.
@@ -0,0 +1,46 @@
1
+ Metadata-Version: 2.1
2
+ Name: wcp-library
3
+ Version: 1.0.0
4
+ Summary: Common utilites for internal development at WCP
5
+ Home-page: https://github.com/Whitecap-DNA/WCP-Library
6
+ Author: Mitch-Petersen
7
+ Author-email: mitch.petersen@wcap.ca
8
+ Requires-Python: >=3.11,<4.0
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: Programming Language :: Python :: 3.11
11
+ Classifier: Programming Language :: Python :: 3.12
12
+ Classifier: Programming Language :: Python :: 3.13
13
+ Requires-Dist: aiohttp (>=3.10.10,<4.0.0)
14
+ Requires-Dist: oracledb (>=2.5.0,<3.0.0)
15
+ Requires-Dist: pandas (>=2.2.3,<3.0.0)
16
+ Requires-Dist: pip-system-certs (>=4.0,<5.0)
17
+ Requires-Dist: psycopg (>=3.2.3,<4.0.0)
18
+ Requires-Dist: psycopg-binary (>=3.2.3,<4.0.0)
19
+ Requires-Dist: psycopg-pool (>=3.2.3,<4.0.0)
20
+ Requires-Dist: pycryptodome (>=3.21.0,<4.0.0)
21
+ Requires-Dist: requests (>=2.32.3,<3.0.0)
22
+ Requires-Dist: yarl (>=1.17.1,<2.0.0)
23
+ Project-URL: Documentation, https://github.com/Whitecap-DNA/WCP-Library/wiki
24
+ Project-URL: Repository, https://github.com/Whitecap-DNA/WCP-Library
25
+ Description-Content-Type: text/markdown
26
+
27
+ # WCP-Library
28
+
29
+ ## Description
30
+ Commonly used functions for the D&A team.
31
+
32
+ ## Installation
33
+ `pip install WCP-Library`
34
+
35
+ ## Usage
36
+ See Wiki for more information.
37
+
38
+ ## Authors and acknowledgment
39
+ Mitch Petersen
40
+
41
+ ## Stakeholders
42
+ D&A Developers
43
+
44
+ ## Project status
45
+ In Development
46
+
@@ -0,0 +1,21 @@
1
+ wcp_library/__init__.py,sha256=6K37HAqbOuim9T1s-C5GlYW9sQ2AuDKh5z_TlvHvy0U,337
2
+ wcp_library/async_credentials/__init__.py,sha256=ny6UitVV_xIecVzaWuHrJO9LpywBPke6u4C0F2wiM7o,1881
3
+ wcp_library/async_credentials/api.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ wcp_library/async_credentials/oracle.py,sha256=npzglbl9w2N9R-mJ7OTp_PYPea_NH8H4cGOzY4seADk,5435
5
+ wcp_library/async_credentials/postgres.py,sha256=-KW1i-tLrTX8hRaYx8lRqOZRT-H6RJXOM0LgjXjQYGM,5296
6
+ wcp_library/async_sql/__init__.py,sha256=m4eWmUGYUEDomhhOp1ScB2uSIXFsNUNO589o5RwWdyM,1035
7
+ wcp_library/async_sql/oracle.py,sha256=iEQ81tYRy0JFWGHKOwLD235o_ZYV996c7ry806-q3x4,7041
8
+ wcp_library/async_sql/postgres.py,sha256=HfOUWQ2r8I5AfponwheEjYcHW5EmzPXL99SLUQFhmJA,6183
9
+ wcp_library/credentials/__init__.py,sha256=HRmg7mqcATeclIz3lZQjSR4nmK6aY6MK9-QXEYZoFrw,1857
10
+ wcp_library/credentials/api.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ wcp_library/credentials/oracle.py,sha256=Av5UiMxZJvrTEdSAfO5K8SNPxbCljLW1dhoqhl-vMV4,5094
12
+ wcp_library/credentials/postgres.py,sha256=XBlXup-On8oyusXN4Z-rue3GzXROTA12Xm2TTR-hVKs,4955
13
+ wcp_library/emailing.py,sha256=u9BmHPH9VPZPJasQCZiGDd8_sG1ZfBEPdNF46LSUJK0,2395
14
+ wcp_library/informatica.py,sha256=IXZtk_9X1XLbOEwFrsyOwTgajQKvtXgANBHmuTOP3Kk,4064
15
+ wcp_library/logging.py,sha256=wo3DTDaoNzCfokIfhKMX2M_SViBjFQ_YVI8GY993csU,1958
16
+ wcp_library/sql/__init__.py,sha256=CLlBEBrWVAwE79bUxuQiwikSrYH8m9QRYSJ2l0-ofsY,1003
17
+ wcp_library/sql/oracle.py,sha256=c_FWpM71s2Whp2vAv-AiPKyWv20rZ8M6zYwxNlJ3Wlo,6862
18
+ wcp_library/sql/postgres.py,sha256=5vtEtG3nlbr2vHflVsq9D45_5S_XTFdEPfoqWDSkGCM,6093
19
+ wcp_library-1.0.0.dist-info/METADATA,sha256=hWIiWqhsqBDtczv2pPAYVIar0cM1ZrGR4znYVCmchVA,1338
20
+ wcp_library-1.0.0.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
21
+ wcp_library-1.0.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: poetry-core 1.9.1
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any