iker-python-common 1.0.52__tar.gz → 1.0.53__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.
- iker_python_common-1.0.53/.github/workflows/pr.yml +31 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/PKG-INFO +1 -1
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/src/iker_python_common.egg-info/PKG-INFO +1 -1
- iker_python_common-1.0.52/.github/workflows/pr.yml +0 -66
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/.editorconfig +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/.github/workflows/push.yml +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/.gitignore +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/MANIFEST.in +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/README.md +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/VERSION +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/pyproject.toml +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/resources/unittest/config/config.cfg +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/resources/unittest/csv/data.csv +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/resources/unittest/csv/data.tsv +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/resources/unittest/s3utils/dir.baz/file.bar.baz +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/resources/unittest/s3utils/dir.baz/file.foo.bar +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/resources/unittest/s3utils/dir.baz/file.foo.baz +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/resources/unittest/s3utils/dir.foo/dir.foo.bar/dir.foo.bar.baz/file.foo.bar.baz +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/resources/unittest/s3utils/dir.foo/dir.foo.bar/file.bar.baz +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/resources/unittest/s3utils/dir.foo/dir.foo.bar/file.foo.bar +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/resources/unittest/s3utils/dir.foo/dir.foo.bar/file.foo.baz +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/resources/unittest/s3utils/dir.foo/file.bar +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/resources/unittest/s3utils/dir.foo/file.baz +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/resources/unittest/s3utils/dir.foo/file.foo +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/resources/unittest/shutils/dir.baz/file.bar.baz +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/resources/unittest/shutils/dir.baz/file.foo.bar +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/resources/unittest/shutils/dir.baz/file.foo.baz +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/resources/unittest/shutils/dir.foo/dir.foo.bar/dir.foo.bar.baz/file.foo.bar.baz +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/resources/unittest/shutils/dir.foo/dir.foo.bar/file.bar.baz +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/resources/unittest/shutils/dir.foo/dir.foo.bar/file.foo.bar +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/resources/unittest/shutils/dir.foo/dir.foo.bar/file.foo.baz +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/resources/unittest/shutils/dir.foo/file.bar +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/resources/unittest/shutils/dir.foo/file.baz +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/resources/unittest/shutils/dir.foo/file.foo +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/setup.cfg +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/setup.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/src/iker/common/__init__.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/src/iker/common/utils/__init__.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/src/iker/common/utils/argutils.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/src/iker/common/utils/config.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/src/iker/common/utils/csv.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/src/iker/common/utils/dbutils.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/src/iker/common/utils/dockerutils.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/src/iker/common/utils/dtutils.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/src/iker/common/utils/funcutils.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/src/iker/common/utils/jsonutils.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/src/iker/common/utils/logger.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/src/iker/common/utils/numutils.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/src/iker/common/utils/randutils.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/src/iker/common/utils/retry.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/src/iker/common/utils/s3utils.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/src/iker/common/utils/sequtils.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/src/iker/common/utils/shutils.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/src/iker/common/utils/span.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/src/iker/common/utils/strutils.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/src/iker/common/utils/testutils.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/src/iker/common/utils/typeutils.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/src/iker_python_common.egg-info/SOURCES.txt +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/src/iker_python_common.egg-info/dependency_links.txt +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/src/iker_python_common.egg-info/not-zip-safe +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/src/iker_python_common.egg-info/requires.txt +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/src/iker_python_common.egg-info/top_level.txt +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/test/iker_test.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/test/iker_tests/__init__.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/test/iker_tests/common/utils/argutils_test.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/test/iker_tests/common/utils/config_test.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/test/iker_tests/common/utils/csv_test.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/test/iker_tests/common/utils/dbutils_test.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/test/iker_tests/common/utils/dockerutils_test.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/test/iker_tests/common/utils/dtutils_test.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/test/iker_tests/common/utils/funcutils_test.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/test/iker_tests/common/utils/jsonutils_test.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/test/iker_tests/common/utils/logger_test.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/test/iker_tests/common/utils/numutils_test.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/test/iker_tests/common/utils/randutils_test.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/test/iker_tests/common/utils/retry_test.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/test/iker_tests/common/utils/s3utils_test.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/test/iker_tests/common/utils/sequtils_test.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/test/iker_tests/common/utils/shutils_test.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/test/iker_tests/common/utils/span_test.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/test/iker_tests/common/utils/strutils_test.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/test/iker_tests/common/utils/testutils_test.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/test/iker_tests/common/utils/typeutils_test.py +0 -0
- {iker_python_common-1.0.52 → iker_python_common-1.0.53}/test/iker_tests/docker_fixtures.py +0 -0
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
name: Pull Request
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
pull_request:
|
|
5
|
+
branches: [ "master" ]
|
|
6
|
+
|
|
7
|
+
env:
|
|
8
|
+
BUILD_NUMBER: ${{ github.run_number }}
|
|
9
|
+
|
|
10
|
+
jobs:
|
|
11
|
+
build-python:
|
|
12
|
+
runs-on: ubuntu-latest
|
|
13
|
+
strategy:
|
|
14
|
+
matrix:
|
|
15
|
+
python-version: [ "3.11", "3.12", "3.13" ]
|
|
16
|
+
steps:
|
|
17
|
+
- name: Setup Python
|
|
18
|
+
uses: actions/setup-python@v5
|
|
19
|
+
with:
|
|
20
|
+
python-version: "${{ matrix.python-version }}"
|
|
21
|
+
|
|
22
|
+
- name: Checkout
|
|
23
|
+
uses: actions/checkout@v4
|
|
24
|
+
|
|
25
|
+
- name: Build and Test
|
|
26
|
+
run: |
|
|
27
|
+
sudo apt-get update
|
|
28
|
+
sudo apt-get install libxml2-dev libxslt1-dev llvm-14-dev
|
|
29
|
+
python -m pip install --upgrade pip
|
|
30
|
+
python -m pip install .[test,all]
|
|
31
|
+
python -m pytest . --cov --cov-report xml --cov-config pyproject.toml
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
name: Pull Request
|
|
2
|
-
|
|
3
|
-
on:
|
|
4
|
-
pull_request:
|
|
5
|
-
branches: [ "master" ]
|
|
6
|
-
|
|
7
|
-
env:
|
|
8
|
-
BUILD_NUMBER: ${{ github.run_number }}
|
|
9
|
-
|
|
10
|
-
jobs:
|
|
11
|
-
build-python311:
|
|
12
|
-
runs-on: ubuntu-latest
|
|
13
|
-
steps:
|
|
14
|
-
- name: Setup Python
|
|
15
|
-
uses: actions/setup-python@v5
|
|
16
|
-
with:
|
|
17
|
-
python-version: "3.11"
|
|
18
|
-
|
|
19
|
-
- name: Checkout
|
|
20
|
-
uses: actions/checkout@v4
|
|
21
|
-
|
|
22
|
-
- name: Build and Test
|
|
23
|
-
run: |
|
|
24
|
-
sudo apt-get update
|
|
25
|
-
sudo apt-get install libxml2-dev libxslt1-dev llvm-14-dev
|
|
26
|
-
python -m pip install --upgrade pip
|
|
27
|
-
python -m pip install .[test,all]
|
|
28
|
-
python -m pytest . --cov --cov-report xml --cov-config pyproject.toml
|
|
29
|
-
|
|
30
|
-
build-python312:
|
|
31
|
-
runs-on: ubuntu-latest
|
|
32
|
-
steps:
|
|
33
|
-
- name: Setup Python
|
|
34
|
-
uses: actions/setup-python@v5
|
|
35
|
-
with:
|
|
36
|
-
python-version: "3.12"
|
|
37
|
-
|
|
38
|
-
- name: Checkout
|
|
39
|
-
uses: actions/checkout@v4
|
|
40
|
-
|
|
41
|
-
- name: Build and Test
|
|
42
|
-
run: |
|
|
43
|
-
sudo apt-get update
|
|
44
|
-
sudo apt-get install libxml2-dev libxslt1-dev llvm-14-dev
|
|
45
|
-
python -m pip install --upgrade pip
|
|
46
|
-
python -m pip install .[test,all]
|
|
47
|
-
python -m pytest . --cov --cov-report xml --cov-config pyproject.toml
|
|
48
|
-
|
|
49
|
-
build-python313:
|
|
50
|
-
runs-on: ubuntu-latest
|
|
51
|
-
steps:
|
|
52
|
-
- name: Setup Python
|
|
53
|
-
uses: actions/setup-python@v5
|
|
54
|
-
with:
|
|
55
|
-
python-version: "3.13"
|
|
56
|
-
|
|
57
|
-
- name: Checkout
|
|
58
|
-
uses: actions/checkout@v4
|
|
59
|
-
|
|
60
|
-
- name: Build and Test
|
|
61
|
-
run: |
|
|
62
|
-
sudo apt-get update
|
|
63
|
-
sudo apt-get install libxml2-dev libxslt1-dev llvm-14-dev
|
|
64
|
-
python -m pip install --upgrade pip
|
|
65
|
-
python -m pip install .[test,all]
|
|
66
|
-
python -m pytest . --cov --cov-report xml --cov-config pyproject.toml
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iker_python_common-1.0.52 → iker_python_common-1.0.53}/resources/unittest/config/config.cfg
RENAMED
|
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
|
{iker_python_common-1.0.52 → iker_python_common-1.0.53}/resources/unittest/s3utils/dir.foo/file.bar
RENAMED
|
File without changes
|
{iker_python_common-1.0.52 → iker_python_common-1.0.53}/resources/unittest/s3utils/dir.foo/file.baz
RENAMED
|
File without changes
|
{iker_python_common-1.0.52 → iker_python_common-1.0.53}/resources/unittest/s3utils/dir.foo/file.foo
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iker_python_common-1.0.52 → iker_python_common-1.0.53}/resources/unittest/shutils/dir.foo/file.bar
RENAMED
|
File without changes
|
{iker_python_common-1.0.52 → iker_python_common-1.0.53}/resources/unittest/shutils/dir.foo/file.baz
RENAMED
|
File without changes
|
{iker_python_common-1.0.52 → iker_python_common-1.0.53}/resources/unittest/shutils/dir.foo/file.foo
RENAMED
|
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
|
{iker_python_common-1.0.52 → iker_python_common-1.0.53}/src/iker/common/utils/dockerutils.py
RENAMED
|
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
|
{iker_python_common-1.0.52 → iker_python_common-1.0.53}/src/iker_python_common.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{iker_python_common-1.0.52 → iker_python_common-1.0.53}/src/iker_python_common.egg-info/not-zip-safe
RENAMED
|
File without changes
|
{iker_python_common-1.0.52 → iker_python_common-1.0.53}/src/iker_python_common.egg-info/requires.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iker_python_common-1.0.52 → iker_python_common-1.0.53}/test/iker_tests/common/utils/config_test.py
RENAMED
|
File without changes
|
{iker_python_common-1.0.52 → iker_python_common-1.0.53}/test/iker_tests/common/utils/csv_test.py
RENAMED
|
File without changes
|
{iker_python_common-1.0.52 → iker_python_common-1.0.53}/test/iker_tests/common/utils/dbutils_test.py
RENAMED
|
File without changes
|
|
File without changes
|
{iker_python_common-1.0.52 → iker_python_common-1.0.53}/test/iker_tests/common/utils/dtutils_test.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iker_python_common-1.0.52 → iker_python_common-1.0.53}/test/iker_tests/common/utils/logger_test.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iker_python_common-1.0.52 → iker_python_common-1.0.53}/test/iker_tests/common/utils/retry_test.py
RENAMED
|
File without changes
|
{iker_python_common-1.0.52 → iker_python_common-1.0.53}/test/iker_tests/common/utils/s3utils_test.py
RENAMED
|
File without changes
|
|
File without changes
|
{iker_python_common-1.0.52 → iker_python_common-1.0.53}/test/iker_tests/common/utils/shutils_test.py
RENAMED
|
File without changes
|
{iker_python_common-1.0.52 → iker_python_common-1.0.53}/test/iker_tests/common/utils/span_test.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|