iker-python-common 1.0.20__tar.gz → 1.0.21__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.20 → iker_python_common-1.0.21}/.github/workflows/pr.yml +3 -3
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/.github/workflows/push.yml +9 -1
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/PKG-INFO +1 -1
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/README.md +4 -1
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/src/iker_python_common.egg-info/PKG-INFO +1 -1
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/src/iker_python_common.egg-info/SOURCES.txt +1 -1
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/.editorconfig +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/.gitignore +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/MANIFEST.in +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/VERSION +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/pyproject.toml +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/resources/unittest/config/config.cfg +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/resources/unittest/csv/data.csv +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/resources/unittest/csv/data.tsv +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/resources/unittest/shutils/dir.baz/file.bar.baz +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/resources/unittest/shutils/dir.baz/file.foo.bar +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/resources/unittest/shutils/dir.baz/file.foo.baz +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/resources/unittest/shutils/dir.foo/dir.foo.bar/dir.foo.bar.baz/file.foo.bar.baz +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/resources/unittest/shutils/dir.foo/dir.foo.bar/file.bar.baz +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/resources/unittest/shutils/dir.foo/dir.foo.bar/file.foo.bar +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/resources/unittest/shutils/dir.foo/dir.foo.bar/file.foo.baz +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/resources/unittest/shutils/dir.foo/file.bar +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/resources/unittest/shutils/dir.foo/file.baz +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/resources/unittest/shutils/dir.foo/file.foo +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/setup.cfg +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/setup.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/src/iker/common/__init__.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/src/iker/common/utils/__init__.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/src/iker/common/utils/argutils.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/src/iker/common/utils/config.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/src/iker/common/utils/csv.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/src/iker/common/utils/dbutils.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/src/iker/common/utils/dockerutils.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/src/iker/common/utils/dtutils.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/src/iker/common/utils/funcutils.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/src/iker/common/utils/jsonutils.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/src/iker/common/utils/logger.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/src/iker/common/utils/numutils.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/src/iker/common/utils/randutils.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/src/iker/common/utils/retry.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/src/iker/common/utils/s3utils.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/src/iker/common/utils/sequtils.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/src/iker/common/utils/shutils.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/src/iker/common/utils/span.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/src/iker/common/utils/strutils.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/src/iker/common/utils/testutils.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/src/iker_python_common.egg-info/dependency_links.txt +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/src/iker_python_common.egg-info/not-zip-safe +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/src/iker_python_common.egg-info/requires.txt +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/src/iker_python_common.egg-info/top_level.txt +0 -0
- {iker_python_common-1.0.20/test/iker_tests → iker_python_common-1.0.21/test}/iker_test.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/test/iker_tests/__init__.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/test/iker_tests/common/utils/argutils_test.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/test/iker_tests/common/utils/config_test.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/test/iker_tests/common/utils/csv_test.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/test/iker_tests/common/utils/dbutils_test.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/test/iker_tests/common/utils/dockerutils_test.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/test/iker_tests/common/utils/dtutils_test.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/test/iker_tests/common/utils/funcutils_test.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/test/iker_tests/common/utils/jsonutils_test.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/test/iker_tests/common/utils/logger_test.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/test/iker_tests/common/utils/numutils_test.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/test/iker_tests/common/utils/randutils_test.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/test/iker_tests/common/utils/retry_test.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/test/iker_tests/common/utils/s3utils_test.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/test/iker_tests/common/utils/sequtils_test.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/test/iker_tests/common/utils/shutils_test.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/test/iker_tests/common/utils/span_test.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/test/iker_tests/common/utils/strutils_test.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/test/iker_tests/common/utils/testutils_test.py +0 -0
- {iker_python_common-1.0.20 → iker_python_common-1.0.21}/test/iker_tests/docker_fixtures.py +0 -0
|
@@ -24,7 +24,7 @@ jobs:
|
|
|
24
24
|
sudo apt-get install libxml2-dev libxslt1-dev llvm-14-dev
|
|
25
25
|
python -m pip install --upgrade pip
|
|
26
26
|
python -m pip install .[test]
|
|
27
|
-
python -m pytest . --cov --cov-config pyproject.toml
|
|
27
|
+
python -m pytest . --cov --cov-report xml --cov-config pyproject.toml
|
|
28
28
|
|
|
29
29
|
build-python312:
|
|
30
30
|
runs-on: ubuntu-latest
|
|
@@ -42,7 +42,7 @@ jobs:
|
|
|
42
42
|
sudo apt-get install libxml2-dev libxslt1-dev llvm-14-dev
|
|
43
43
|
python -m pip install --upgrade pip
|
|
44
44
|
python -m pip install .[test]
|
|
45
|
-
python -m pytest . --cov --cov-config pyproject.toml
|
|
45
|
+
python -m pytest . --cov --cov-report xml --cov-config pyproject.toml
|
|
46
46
|
|
|
47
47
|
build-python313:
|
|
48
48
|
runs-on: ubuntu-latest
|
|
@@ -60,4 +60,4 @@ jobs:
|
|
|
60
60
|
sudo apt-get install libxml2-dev libxslt1-dev llvm-14-dev
|
|
61
61
|
python -m pip install --upgrade pip
|
|
62
62
|
python -m pip install .[test]
|
|
63
|
-
python -m pytest . --cov --cov-config pyproject.toml
|
|
63
|
+
python -m pytest . --cov --cov-report xml --cov-config pyproject.toml
|
|
@@ -23,6 +23,14 @@ jobs:
|
|
|
23
23
|
run: |
|
|
24
24
|
sudo apt-get install libxml2-dev libxslt1-dev llvm-14-dev
|
|
25
25
|
python -m pip install --upgrade pip build twine
|
|
26
|
-
python -m pip install .
|
|
26
|
+
python -m pip install .[test]
|
|
27
|
+
python -m pytest . --cov --cov-report xml --cov-config pyproject.toml
|
|
27
28
|
python -m build -sw .
|
|
28
29
|
python -m twine upload --username __token__ --password ${{ secrets.PYPI_TOKEN }} dist/*
|
|
30
|
+
|
|
31
|
+
- name: Upload Coverage Report
|
|
32
|
+
uses: codecov/codecov-action@v5
|
|
33
|
+
with:
|
|
34
|
+
token: ${{ secrets.CODECOV_TOKEN }}
|
|
35
|
+
slug: ${{ github.organization }}/${{ github.repository }}
|
|
36
|
+
fail_ci_if_error: true
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# Iker's Python Common Module
|
|
2
2
|
|
|
3
|
+
[](
|
|
4
|
+
https://codecov.io/gh/ruyangshou/iker-python-common)
|
|
5
|
+
|
|
3
6
|
## Build and Deploy
|
|
4
7
|
|
|
5
8
|
### Using Conda
|
|
@@ -10,7 +13,7 @@ the [official site](https://www.anaconda.com/products/distribution)
|
|
|
10
13
|
Create a Conda environment and install the modules and their dependencies in it
|
|
11
14
|
|
|
12
15
|
```shell
|
|
13
|
-
conda create -n iker python=3.
|
|
16
|
+
conda create -n iker python=3.13
|
|
14
17
|
conda activate iker
|
|
15
18
|
|
|
16
19
|
pip install .
|
{iker_python_common-1.0.20 → iker_python_common-1.0.21}/src/iker_python_common.egg-info/SOURCES.txt
RENAMED
|
@@ -46,9 +46,9 @@ src/iker_python_common.egg-info/dependency_links.txt
|
|
|
46
46
|
src/iker_python_common.egg-info/not-zip-safe
|
|
47
47
|
src/iker_python_common.egg-info/requires.txt
|
|
48
48
|
src/iker_python_common.egg-info/top_level.txt
|
|
49
|
+
test/iker_test.py
|
|
49
50
|
test/iker_tests/__init__.py
|
|
50
51
|
test/iker_tests/docker_fixtures.py
|
|
51
|
-
test/iker_tests/iker_test.py
|
|
52
52
|
test/iker_tests/common/utils/argutils_test.py
|
|
53
53
|
test/iker_tests/common/utils/config_test.py
|
|
54
54
|
test/iker_tests/common/utils/csv_test.py
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iker_python_common-1.0.20 → iker_python_common-1.0.21}/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.20 → iker_python_common-1.0.21}/resources/unittest/shutils/dir.foo/file.bar
RENAMED
|
File without changes
|
{iker_python_common-1.0.20 → iker_python_common-1.0.21}/resources/unittest/shutils/dir.foo/file.baz
RENAMED
|
File without changes
|
{iker_python_common-1.0.20 → iker_python_common-1.0.21}/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.20 → iker_python_common-1.0.21}/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.20 → iker_python_common-1.0.21}/src/iker_python_common.egg-info/not-zip-safe
RENAMED
|
File without changes
|
{iker_python_common-1.0.20 → iker_python_common-1.0.21}/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.20 → iker_python_common-1.0.21}/test/iker_tests/common/utils/config_test.py
RENAMED
|
File without changes
|
{iker_python_common-1.0.20 → iker_python_common-1.0.21}/test/iker_tests/common/utils/csv_test.py
RENAMED
|
File without changes
|
{iker_python_common-1.0.20 → iker_python_common-1.0.21}/test/iker_tests/common/utils/dbutils_test.py
RENAMED
|
File without changes
|
|
File without changes
|
{iker_python_common-1.0.20 → iker_python_common-1.0.21}/test/iker_tests/common/utils/dtutils_test.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iker_python_common-1.0.20 → iker_python_common-1.0.21}/test/iker_tests/common/utils/logger_test.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iker_python_common-1.0.20 → iker_python_common-1.0.21}/test/iker_tests/common/utils/retry_test.py
RENAMED
|
File without changes
|
{iker_python_common-1.0.20 → iker_python_common-1.0.21}/test/iker_tests/common/utils/s3utils_test.py
RENAMED
|
File without changes
|
|
File without changes
|
{iker_python_common-1.0.20 → iker_python_common-1.0.21}/test/iker_tests/common/utils/shutils_test.py
RENAMED
|
File without changes
|
{iker_python_common-1.0.20 → iker_python_common-1.0.21}/test/iker_tests/common/utils/span_test.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|