python-sdk-remote 0.0.180b126__tar.gz → 0.0.182__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_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/PKG-INFO +2 -2
- {python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote.egg-info/PKG-INFO +2 -2
- {python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/setup.py +3 -3
- {python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/README.md +0 -0
- {python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/pyproject.toml +0 -0
- {python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote/src/__init__.py +0 -0
- {python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote/src/constants.py +0 -0
- {python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote/src/constants_src_mini_logger_and_logger.py +0 -0
- {python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote/src/datetime_range.py +0 -0
- {python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote/src/exceptions.py +0 -0
- {python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote/src/generic_crud.py +0 -0
- {python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote/src/http_response.py +0 -0
- {python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote/src/is_test_data.py +0 -0
- {python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote/src/item.py +0 -0
- {python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote/src/mini_logger.py +0 -0
- {python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote/src/our_obfuscation.py +0 -0
- {python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote/src/our_object.py +0 -0
- {python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote/src/our_objects.py +0 -0
- {python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote/src/our_objects_local.py +0 -0
- {python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote/src/our_objects_remote.py +0 -0
- {python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote/src/our_request.py +0 -0
- {python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote/src/our_request_old.py +0 -0
- {python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote/src/unified_json.py +0 -0
- {python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote/src/utilities.py +0 -0
- {python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote/src/valid_json_versions.py +0 -0
- {python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote/src/validate_environment.py +0 -0
- {python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote/src/version.py +0 -0
- {python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote.egg-info/SOURCES.txt +0 -0
- {python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote.egg-info/dependency_links.txt +0 -0
- {python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote.egg-info/requires.txt +0 -0
- {python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote.egg-info/top_level.txt +0 -0
- {python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-sdk-remote
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.182
|
|
4
4
|
Summary: PyPI Package for Circles Python SDK Local Python
|
|
5
5
|
Home-page: https://github.com/circles-zone/python-sdk-remote-python-package
|
|
6
6
|
Author: Circles
|
|
@@ -22,4 +22,4 @@ Dynamic: home-page
|
|
|
22
22
|
Dynamic: requires-dist
|
|
23
23
|
Dynamic: summary
|
|
24
24
|
|
|
25
|
-
This is a package for sharing common functions used in different repositories
|
|
25
|
+
This is a package for sharing common functions used in different repositories.
|
{python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-sdk-remote
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.182
|
|
4
4
|
Summary: PyPI Package for Circles Python SDK Local Python
|
|
5
5
|
Home-page: https://github.com/circles-zone/python-sdk-remote-python-package
|
|
6
6
|
Author: Circles
|
|
@@ -22,4 +22,4 @@ Dynamic: home-page
|
|
|
22
22
|
Dynamic: requires-dist
|
|
23
23
|
Dynamic: summary
|
|
24
24
|
|
|
25
|
-
This is a package for sharing common functions used in different repositories
|
|
25
|
+
This is a package for sharing common functions used in different repositories.
|
|
@@ -7,11 +7,11 @@ package_dir = PACKAGE_NAME.replace("-", "_")
|
|
|
7
7
|
# python -m build needs pyproject.toml or setup.py
|
|
8
8
|
setuptools.setup(
|
|
9
9
|
name=PACKAGE_NAME,
|
|
10
|
-
version='0.0.
|
|
10
|
+
version='0.0.182', # https://pypi.org/project/python-sdk-remote#history
|
|
11
11
|
author="Circles",
|
|
12
12
|
author_email="info@circlez.ai",
|
|
13
13
|
description="PyPI Package for Circles Python SDK Local Python",
|
|
14
|
-
long_description="This is a package for sharing common functions used in different repositories",
|
|
14
|
+
long_description="This is a package for sharing common functions used in different repositories.",
|
|
15
15
|
long_description_content_type="text/markdown",
|
|
16
16
|
url=f"https://github.com/circles-zone/{PACKAGE_NAME}-python-package",
|
|
17
17
|
packages=[package_dir],
|
|
@@ -30,7 +30,7 @@ setuptools.setup(
|
|
|
30
30
|
"pyjwt",
|
|
31
31
|
# OurObject lives here now. item.py and __init__.py import it from this
|
|
32
32
|
# package directly; our_object.py is a temporary deprecated re-export kept
|
|
33
|
-
# for consumers still on `from python_sdk_remote.our_object import OurObject
|
|
33
|
+
# for consumers still on `from python_sdk_remote.our_object import OurObject.
|
|
34
34
|
"our-object-local",
|
|
35
35
|
]
|
|
36
36
|
)
|
|
File without changes
|
|
File without changes
|
{python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote/src/__init__.py
RENAMED
|
File without changes
|
{python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote/src/constants.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote/src/datetime_range.py
RENAMED
|
File without changes
|
{python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote/src/exceptions.py
RENAMED
|
File without changes
|
{python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote/src/generic_crud.py
RENAMED
|
File without changes
|
{python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote/src/http_response.py
RENAMED
|
File without changes
|
{python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote/src/is_test_data.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote/src/mini_logger.py
RENAMED
|
File without changes
|
{python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote/src/our_obfuscation.py
RENAMED
|
File without changes
|
{python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote/src/our_object.py
RENAMED
|
File without changes
|
{python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote/src/our_objects.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote/src/our_request.py
RENAMED
|
File without changes
|
{python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote/src/our_request_old.py
RENAMED
|
File without changes
|
{python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote/src/unified_json.py
RENAMED
|
File without changes
|
{python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote/src/utilities.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote/src/version.py
RENAMED
|
File without changes
|
{python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote.egg-info/requires.txt
RENAMED
|
File without changes
|
{python_sdk_remote-0.0.180b126 → python_sdk_remote-0.0.182}/python_sdk_remote.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|