python-sdk-local 0.0.148__tar.gz → 0.0.150b1234__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_local-0.0.148 → python_sdk_local-0.0.150b1234}/PKG-INFO +1 -1
- {python_sdk_local-0.0.148 → python_sdk_local-0.0.150b1234}/python_sdk_local/src/http_response.py +2 -0
- {python_sdk_local-0.0.148 → python_sdk_local-0.0.150b1234}/python_sdk_local.egg-info/PKG-INFO +1 -1
- {python_sdk_local-0.0.148 → python_sdk_local-0.0.150b1234}/setup.py +1 -1
- {python_sdk_local-0.0.148 → python_sdk_local-0.0.150b1234}/README.md +0 -0
- {python_sdk_local-0.0.148 → python_sdk_local-0.0.150b1234}/pyproject.toml +0 -0
- {python_sdk_local-0.0.148 → python_sdk_local-0.0.150b1234}/python_sdk_local/src/__init__.py +0 -0
- {python_sdk_local-0.0.148 → python_sdk_local-0.0.150b1234}/python_sdk_local/src/constants.py +0 -0
- {python_sdk_local-0.0.148 → python_sdk_local-0.0.150b1234}/python_sdk_local/src/item.py +0 -0
- {python_sdk_local-0.0.148 → python_sdk_local-0.0.150b1234}/python_sdk_local/src/our_object.py +0 -0
- {python_sdk_local-0.0.148 → python_sdk_local-0.0.150b1234}/python_sdk_local/src/service_response.py +0 -0
- {python_sdk_local-0.0.148 → python_sdk_local-0.0.150b1234}/python_sdk_local/src/unified_json.py +0 -0
- {python_sdk_local-0.0.148 → python_sdk_local-0.0.150b1234}/python_sdk_local/src/utilities.py +0 -0
- {python_sdk_local-0.0.148 → python_sdk_local-0.0.150b1234}/python_sdk_local/src/valid_json_versions.py +0 -0
- {python_sdk_local-0.0.148 → python_sdk_local-0.0.150b1234}/python_sdk_local/src/validate_environment.py +0 -0
- {python_sdk_local-0.0.148 → python_sdk_local-0.0.150b1234}/python_sdk_local.egg-info/SOURCES.txt +0 -0
- {python_sdk_local-0.0.148 → python_sdk_local-0.0.150b1234}/python_sdk_local.egg-info/dependency_links.txt +0 -0
- {python_sdk_local-0.0.148 → python_sdk_local-0.0.150b1234}/python_sdk_local.egg-info/requires.txt +0 -0
- {python_sdk_local-0.0.148 → python_sdk_local-0.0.150b1234}/python_sdk_local.egg-info/top_level.txt +0 -0
- {python_sdk_local-0.0.148 → python_sdk_local-0.0.150b1234}/setup.cfg +0 -0
{python_sdk_local-0.0.148 → python_sdk_local-0.0.150b1234}/python_sdk_local/src/http_response.py
RENAMED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
# TODO If we have the exact same file in pytnon-sdk-remote, we we can delete this file from python-sdk-local
|
|
1
2
|
import traceback
|
|
2
3
|
from functools import wraps
|
|
3
4
|
from http import HTTPStatus
|
|
@@ -8,6 +9,7 @@ from user_context_remote.user_context import UserContext
|
|
|
8
9
|
|
|
9
10
|
from .utilities import camel_to_snake, snake_to_camel, to_dict, to_json
|
|
10
11
|
|
|
12
|
+
# TODO Use those const everywhere we use those strings
|
|
11
13
|
HEADERS_KEY = 'headers'
|
|
12
14
|
AUTHORIZATION_KEY = 'Authorization'
|
|
13
15
|
AUTHORIZATION_PREFIX = 'Bearer '
|
|
@@ -7,7 +7,7 @@ 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.150b1234', # https://pypi.org/project/python-sdk-local/
|
|
11
11
|
author="Circles",
|
|
12
12
|
author_email="info@circlez.ai",
|
|
13
13
|
description="PyPI Package for Circles Python SDK Local Python",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_sdk_local-0.0.148 → python_sdk_local-0.0.150b1234}/python_sdk_local/src/constants.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_sdk_local-0.0.148 → python_sdk_local-0.0.150b1234}/python_sdk_local/src/our_object.py
RENAMED
|
File without changes
|
{python_sdk_local-0.0.148 → python_sdk_local-0.0.150b1234}/python_sdk_local/src/service_response.py
RENAMED
|
File without changes
|
{python_sdk_local-0.0.148 → python_sdk_local-0.0.150b1234}/python_sdk_local/src/unified_json.py
RENAMED
|
File without changes
|
{python_sdk_local-0.0.148 → python_sdk_local-0.0.150b1234}/python_sdk_local/src/utilities.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_sdk_local-0.0.148 → python_sdk_local-0.0.150b1234}/python_sdk_local.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{python_sdk_local-0.0.148 → python_sdk_local-0.0.150b1234}/python_sdk_local.egg-info/requires.txt
RENAMED
|
File without changes
|
{python_sdk_local-0.0.148 → python_sdk_local-0.0.150b1234}/python_sdk_local.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|