python-base-toolkit 0.0.9__tar.gz → 0.0.10__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.
- {python_base_toolkit-0.0.9/python_base_toolkit.egg-info → python_base_toolkit-0.0.10}/PKG-INFO +1 -1
- python_base_toolkit-0.0.10/Taskfile.yml +4 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/pyproject.toml +1 -1
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/ci/task_files/default.yml +0 -6
- python_base_toolkit-0.0.10/python_base_toolkit/ci/task_files/includes.yml +10 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/ci/task_files/vars.yml +0 -2
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10/python_base_toolkit.egg-info}/PKG-INFO +1 -1
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit.egg-info/SOURCES.txt +1 -1
- python_base_toolkit-0.0.9/Taskfile.yml +0 -4
- python_base_toolkit-0.0.9/python_base_toolkit/ci/task_files/main.yml +0 -28
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/LICENSE +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/MANIFEST.in +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/README.md +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/__init__.py +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/base_structures/__init__.py +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/base_structures/base_enum.py +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/ci/task_files/dependencies.yml +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/ci/task_files/deploy.yml +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/ci/task_files/docker.yml +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/ci/task_files/install.yml +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/ci/task_files/lint.yml +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/consts/__init__.py +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/consts/operating_system.py +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/consts/units/__init__.py +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/consts/units/binary_units.py +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/consts/units/time_units.py +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/decorators/__init__.py +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/decorators/telemetry.py +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/decorators/timer.py +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/instances/__init__.py +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/instances/instance_manager.py +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/scripts/__init__.py +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/scripts/remove_build_files.py +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/utils/__init__.py +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/utils/data_serialization.py +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/utils/date_time.py +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/utils/execute.py +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/utils/file_utils.py +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/utils/generate_id.py +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/utils/logo.py +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/utils/network.py +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/utils/path_utils.py +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/utils/pretty_print.py +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/utils/pycache.py +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/utils/random_utils.py +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/utils/shorten_url.py +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/utils/venv_details.py +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit.egg-info/dependency_links.txt +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit.egg-info/not-zip-safe +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit.egg-info/requires.txt +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit.egg-info/top_level.txt +0 -0
- {python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/setup.cfg +0 -0
{python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/ci/task_files/vars.yml
RENAMED
|
@@ -22,8 +22,6 @@ vars:
|
|
|
22
22
|
DOT_VENV_PYTHON_PATH:
|
|
23
23
|
sh: |
|
|
24
24
|
find "$VIRTUAL_ENV/lib" -maxdepth 1 -type d -name "python*" | head -n1 | sed 's|^.*/\.venv/|.venv/|'
|
|
25
|
-
VENV_SITE_PACKAGES:
|
|
26
|
-
sh: "python -c 'import os, site; print(os.path.abspath(site.getsitepackages()[0]))'"
|
|
27
25
|
|
|
28
26
|
GIT_BRANCH:
|
|
29
27
|
sh: git branch --show-current
|
{python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit.egg-info/SOURCES.txt
RENAMED
|
@@ -16,9 +16,9 @@ python_base_toolkit/ci/task_files/default.yml
|
|
|
16
16
|
python_base_toolkit/ci/task_files/dependencies.yml
|
|
17
17
|
python_base_toolkit/ci/task_files/deploy.yml
|
|
18
18
|
python_base_toolkit/ci/task_files/docker.yml
|
|
19
|
+
python_base_toolkit/ci/task_files/includes.yml
|
|
19
20
|
python_base_toolkit/ci/task_files/install.yml
|
|
20
21
|
python_base_toolkit/ci/task_files/lint.yml
|
|
21
|
-
python_base_toolkit/ci/task_files/main.yml
|
|
22
22
|
python_base_toolkit/ci/task_files/vars.yml
|
|
23
23
|
python_base_toolkit/consts/__init__.py
|
|
24
24
|
python_base_toolkit/consts/operating_system.py
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
version: "3"
|
|
2
|
-
|
|
3
|
-
vars:
|
|
4
|
-
VENV_SITE_PACKAGES:
|
|
5
|
-
sh: "python -c 'import os, site; print(os.path.abspath(site.getsitepackages()[0]))'"
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
includes:
|
|
9
|
-
vars: vars.yml
|
|
10
|
-
default: default.yml
|
|
11
|
-
dependencies: dependencies.yml
|
|
12
|
-
deploy: deploy.yml
|
|
13
|
-
docker: docker.yml
|
|
14
|
-
install: install.yml
|
|
15
|
-
lint: lint.yml
|
|
16
|
-
|
|
17
|
-
tasks:
|
|
18
|
-
default:
|
|
19
|
-
cmds:
|
|
20
|
-
- echo "VENV_SITE_PACKAGES is set to - {{.VENV_SITE_PACKAGES}}"
|
|
21
|
-
- echo "Available tasks:"
|
|
22
|
-
- task --list
|
|
23
|
-
|
|
24
|
-
env:
|
|
25
|
-
desc: "Print environment variables"
|
|
26
|
-
cmds:
|
|
27
|
-
- echo "Environment Variables:"
|
|
28
|
-
- env | sort
|
|
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
|
{python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/ci/task_files/lint.yml
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/consts/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/decorators/__init__.py
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/decorators/telemetry.py
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/decorators/timer.py
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/instances/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/scripts/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/utils/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/utils/date_time.py
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/utils/execute.py
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/utils/file_utils.py
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/utils/generate_id.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/utils/network.py
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/utils/path_utils.py
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/utils/pretty_print.py
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/utils/pycache.py
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/utils/random_utils.py
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/utils/shorten_url.py
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit/utils/venv_details.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit.egg-info/not-zip-safe
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit.egg-info/requires.txt
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.9 → python_base_toolkit-0.0.10}/python_base_toolkit.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|