python-sdk-remote 0.0.186b3307__tar.gz → 0.0.188b3517__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.186b3307 → python_sdk_remote-0.0.188b3517}/PKG-INFO +1 -1
- {python_sdk_remote-0.0.186b3307 → python_sdk_remote-0.0.188b3517}/python_sdk_remote/src/datetime_range.py +2 -0
- {python_sdk_remote-0.0.186b3307 → python_sdk_remote-0.0.188b3517}/python_sdk_remote.egg-info/PKG-INFO +1 -1
- {python_sdk_remote-0.0.186b3307 → python_sdk_remote-0.0.188b3517}/setup.py +2 -2
- {python_sdk_remote-0.0.186b3307 → python_sdk_remote-0.0.188b3517}/README.md +0 -0
- {python_sdk_remote-0.0.186b3307 → python_sdk_remote-0.0.188b3517}/pyproject.toml +0 -0
- {python_sdk_remote-0.0.186b3307 → python_sdk_remote-0.0.188b3517}/python_sdk_remote/src/__init__.py +0 -0
- {python_sdk_remote-0.0.186b3307 → python_sdk_remote-0.0.188b3517}/python_sdk_remote/src/constants.py +0 -0
- {python_sdk_remote-0.0.186b3307 → python_sdk_remote-0.0.188b3517}/python_sdk_remote/src/constants_src_mini_logger_and_logger.py +0 -0
- {python_sdk_remote-0.0.186b3307 → python_sdk_remote-0.0.188b3517}/python_sdk_remote/src/environment_variable_exception.py +0 -0
- {python_sdk_remote-0.0.186b3307 → python_sdk_remote-0.0.188b3517}/python_sdk_remote/src/filename.py +0 -0
- {python_sdk_remote-0.0.186b3307 → python_sdk_remote-0.0.188b3517}/python_sdk_remote/src/generic_crud.py +0 -0
- {python_sdk_remote-0.0.186b3307 → python_sdk_remote-0.0.188b3517}/python_sdk_remote/src/http_response.py +0 -0
- {python_sdk_remote-0.0.186b3307 → python_sdk_remote-0.0.188b3517}/python_sdk_remote/src/is_test_data.py +0 -0
- {python_sdk_remote-0.0.186b3307 → python_sdk_remote-0.0.188b3517}/python_sdk_remote/src/item.py +0 -0
- {python_sdk_remote-0.0.186b3307 → python_sdk_remote-0.0.188b3517}/python_sdk_remote/src/mini_logger.py +0 -0
- {python_sdk_remote-0.0.186b3307 → python_sdk_remote-0.0.188b3517}/python_sdk_remote/src/our_obfuscation.py +0 -0
- {python_sdk_remote-0.0.186b3307 → python_sdk_remote-0.0.188b3517}/python_sdk_remote/src/our_object.py +0 -0
- {python_sdk_remote-0.0.186b3307 → python_sdk_remote-0.0.188b3517}/python_sdk_remote/src/our_objects.py +0 -0
- {python_sdk_remote-0.0.186b3307 → python_sdk_remote-0.0.188b3517}/python_sdk_remote/src/our_objects_local.py +0 -0
- {python_sdk_remote-0.0.186b3307 → python_sdk_remote-0.0.188b3517}/python_sdk_remote/src/our_objects_remote.py +0 -0
- {python_sdk_remote-0.0.186b3307 → python_sdk_remote-0.0.188b3517}/python_sdk_remote/src/our_request.py +0 -0
- {python_sdk_remote-0.0.186b3307 → python_sdk_remote-0.0.188b3517}/python_sdk_remote/src/our_request_old.py +0 -0
- {python_sdk_remote-0.0.186b3307 → python_sdk_remote-0.0.188b3517}/python_sdk_remote/src/unified_json.py +0 -0
- {python_sdk_remote-0.0.186b3307 → python_sdk_remote-0.0.188b3517}/python_sdk_remote/src/utilities.py +0 -0
- {python_sdk_remote-0.0.186b3307 → python_sdk_remote-0.0.188b3517}/python_sdk_remote/src/valid_json_versions.py +0 -0
- {python_sdk_remote-0.0.186b3307 → python_sdk_remote-0.0.188b3517}/python_sdk_remote/src/validate_environment.py +0 -0
- {python_sdk_remote-0.0.186b3307 → python_sdk_remote-0.0.188b3517}/python_sdk_remote/src/version.py +0 -0
- {python_sdk_remote-0.0.186b3307 → python_sdk_remote-0.0.188b3517}/python_sdk_remote.egg-info/SOURCES.txt +0 -0
- {python_sdk_remote-0.0.186b3307 → python_sdk_remote-0.0.188b3517}/python_sdk_remote.egg-info/dependency_links.txt +0 -0
- {python_sdk_remote-0.0.186b3307 → python_sdk_remote-0.0.188b3517}/python_sdk_remote.egg-info/requires.txt +0 -0
- {python_sdk_remote-0.0.186b3307 → python_sdk_remote-0.0.188b3517}/python_sdk_remote.egg-info/top_level.txt +0 -0
- {python_sdk_remote-0.0.186b3307 → python_sdk_remote-0.0.188b3517}/setup.cfg +0 -0
|
@@ -8,9 +8,9 @@ package_dir = PACKAGE_NAME.replace("-", "_")
|
|
|
8
8
|
setuptools.setup(
|
|
9
9
|
name=PACKAGE_NAME,
|
|
10
10
|
# Every feature branch needs its own free beta: PyPI never accepts a version twice, and
|
|
11
|
-
# dev's literal is always one that has already been published.
|
|
11
|
+
# dev's literal is always one that has already been published. b3517 is this branch's
|
|
12
12
|
# Jira id. GA stays a [pub] commit on dev.
|
|
13
|
-
version='0.0.
|
|
13
|
+
version='0.0.188b3517', # https://pypi.org/project/python-sdk-remote#history
|
|
14
14
|
author="Circles",
|
|
15
15
|
author_email="info@circlez.ai",
|
|
16
16
|
description="PyPI Package for Circles Python SDK Local Python",
|
|
File without changes
|
|
File without changes
|
{python_sdk_remote-0.0.186b3307 → python_sdk_remote-0.0.188b3517}/python_sdk_remote/src/__init__.py
RENAMED
|
File without changes
|
{python_sdk_remote-0.0.186b3307 → python_sdk_remote-0.0.188b3517}/python_sdk_remote/src/constants.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_sdk_remote-0.0.186b3307 → python_sdk_remote-0.0.188b3517}/python_sdk_remote/src/filename.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_sdk_remote-0.0.186b3307 → python_sdk_remote-0.0.188b3517}/python_sdk_remote/src/item.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
|
{python_sdk_remote-0.0.186b3307 → python_sdk_remote-0.0.188b3517}/python_sdk_remote/src/utilities.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_sdk_remote-0.0.186b3307 → python_sdk_remote-0.0.188b3517}/python_sdk_remote/src/version.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|