wcp-library 1.0.8__tar.gz → 1.1.0__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.
- {wcp_library-1.0.8 → wcp_library-1.1.0}/PKG-INFO +2 -3
- {wcp_library-1.0.8 → wcp_library-1.1.0}/pyproject.toml +2 -2
- {wcp_library-1.0.8 → wcp_library-1.1.0}/wcp_library/async_sql/oracle.py +1 -1
- {wcp_library-1.0.8 → wcp_library-1.1.0}/README.md +0 -0
- {wcp_library-1.0.8 → wcp_library-1.1.0}/wcp_library/__init__.py +0 -0
- {wcp_library-1.0.8 → wcp_library-1.1.0}/wcp_library/async_credentials/__init__.py +0 -0
- {wcp_library-1.0.8 → wcp_library-1.1.0}/wcp_library/async_credentials/api.py +0 -0
- {wcp_library-1.0.8 → wcp_library-1.1.0}/wcp_library/async_credentials/oracle.py +0 -0
- {wcp_library-1.0.8 → wcp_library-1.1.0}/wcp_library/async_credentials/postgres.py +0 -0
- {wcp_library-1.0.8 → wcp_library-1.1.0}/wcp_library/async_sql/__init__.py +0 -0
- {wcp_library-1.0.8 → wcp_library-1.1.0}/wcp_library/async_sql/postgres.py +0 -0
- {wcp_library-1.0.8 → wcp_library-1.1.0}/wcp_library/credentials/__init__.py +0 -0
- {wcp_library-1.0.8 → wcp_library-1.1.0}/wcp_library/credentials/api.py +0 -0
- {wcp_library-1.0.8 → wcp_library-1.1.0}/wcp_library/credentials/oracle.py +0 -0
- {wcp_library-1.0.8 → wcp_library-1.1.0}/wcp_library/credentials/postgres.py +0 -0
- {wcp_library-1.0.8 → wcp_library-1.1.0}/wcp_library/emailing.py +0 -0
- {wcp_library-1.0.8 → wcp_library-1.1.0}/wcp_library/informatica.py +0 -0
- {wcp_library-1.0.8 → wcp_library-1.1.0}/wcp_library/logging.py +0 -0
- {wcp_library-1.0.8 → wcp_library-1.1.0}/wcp_library/sql/__init__.py +0 -0
- {wcp_library-1.0.8 → wcp_library-1.1.0}/wcp_library/sql/oracle.py +0 -0
- {wcp_library-1.0.8 → wcp_library-1.1.0}/wcp_library/sql/postgres.py +0 -0
@@ -1,13 +1,12 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: wcp-library
|
3
|
-
Version: 1.0
|
3
|
+
Version: 1.1.0
|
4
4
|
Summary: Common utilites for internal development at WCP
|
5
5
|
Home-page: https://github.com/Whitecap-DNA/WCP-Library
|
6
6
|
Author: Mitch-Petersen
|
7
7
|
Author-email: mitch.petersen@wcap.ca
|
8
|
-
Requires-Python: >=3.
|
8
|
+
Requires-Python: >=3.12,<4.0
|
9
9
|
Classifier: Programming Language :: Python :: 3
|
10
|
-
Classifier: Programming Language :: Python :: 3.11
|
11
10
|
Classifier: Programming Language :: Python :: 3.12
|
12
11
|
Classifier: Programming Language :: Python :: 3.13
|
13
12
|
Requires-Dist: aiohttp (>=3.10.10,<4.0.0)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "wcp-library"
|
3
|
-
version = "1.0
|
3
|
+
version = "1.1.0"
|
4
4
|
description = "Common utilites for internal development at WCP"
|
5
5
|
authors = ["Mitch-Petersen <mitch.petersen@wcap.ca>"]
|
6
6
|
readme = "README.md"
|
@@ -9,7 +9,7 @@ documentation = "https://github.com/Whitecap-DNA/WCP-Library/wiki"
|
|
9
9
|
packages = [{include = "wcp_library"}]
|
10
10
|
|
11
11
|
[tool.poetry.dependencies]
|
12
|
-
python = "^3.
|
12
|
+
python = "^3.12"
|
13
13
|
aiohttp = "^3.10.10"
|
14
14
|
oracledb = "^2.5.0"
|
15
15
|
pandas = "^2.2.3"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|