entitysdk 0.2.0__tar.gz → 0.2.1__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.
- {entitysdk-0.2.0/src/entitysdk.egg-info → entitysdk-0.2.1}/PKG-INFO +1 -1
- {entitysdk-0.2.0 → entitysdk-0.2.1}/src/entitysdk/models/asset.py +0 -6
- {entitysdk-0.2.0 → entitysdk-0.2.1/src/entitysdk.egg-info}/PKG-INFO +1 -1
- {entitysdk-0.2.0 → entitysdk-0.2.1}/tests/unit/models/data/reconstruction_morphology.json +0 -2
- {entitysdk-0.2.0 → entitysdk-0.2.1}/tests/unit/models/test_asset.py +0 -2
- {entitysdk-0.2.0 → entitysdk-0.2.1}/tests/unit/test_client.py +0 -2
- {entitysdk-0.2.0 → entitysdk-0.2.1}/.github/workflows/sdist.yml +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/.github/workflows/tox.yml +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/.gitignore +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/CHANGELOG.rst +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/CONTRIBUTING.md +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/LICENSE.txt +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/README.md +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/examples/contribution.ipynb +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/examples/morphology.ipynb +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/examples/searching.ipynb +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/pyproject.toml +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/setup.cfg +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/src/entitysdk/__init__.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/src/entitysdk/client.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/src/entitysdk/common.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/src/entitysdk/config.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/src/entitysdk/core.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/src/entitysdk/exception.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/src/entitysdk/mixin.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/src/entitysdk/models/__init__.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/src/entitysdk/models/agent.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/src/entitysdk/models/base.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/src/entitysdk/models/contribution.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/src/entitysdk/models/core.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/src/entitysdk/models/entity.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/src/entitysdk/models/morphology.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/src/entitysdk/models/mtype.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/src/entitysdk/models/response.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/src/entitysdk/result.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/src/entitysdk/route.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/src/entitysdk/serdes.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/src/entitysdk/token_manager.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/src/entitysdk/typedef.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/src/entitysdk/util.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/src/entitysdk.egg-info/SOURCES.txt +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/src/entitysdk.egg-info/dependency_links.txt +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/src/entitysdk.egg-info/requires.txt +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/src/entitysdk.egg-info/top_level.txt +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/tests/__init__.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/tests/integration/__init__.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/tests/integration/conftest.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/tests/integration/test_searching.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/tests/unit/__init__.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/tests/unit/conftest.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/tests/unit/models/__init__.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/tests/unit/models/data/.gitignore +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/tests/unit/models/test_agent.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/tests/unit/models/test_contribution.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/tests/unit/models/test_morphology.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/tests/unit/test_base.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/tests/unit/test_common.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/tests/unit/test_config.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/tests/unit/test_result.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/tests/unit/test_route.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/tests/unit/test_serdes.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/tests/unit/test_token_manager.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/tests/unit/test_util.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/tests/unit/util.py +0 -0
- {entitysdk-0.2.0 → entitysdk-0.2.1}/tox.ini +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: entitysdk
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.1
|
4
4
|
Summary: Python library for interacting with the entitycore service
|
5
5
|
Author-email: Open Brain Institute <info@openbraininstitute.org>
|
6
6
|
Maintainer-email: Open Brain Institute <info@openbraininstitute.org>
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: entitysdk
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.1
|
4
4
|
Summary: Python library for interacting with the entitycore service
|
5
5
|
Author-email: Open Brain Institute <info@openbraininstitute.org>
|
6
6
|
Maintainer-email: Open Brain Institute <info@openbraininstitute.org>
|
@@ -13,7 +13,6 @@
|
|
13
13
|
"creation_date": null,
|
14
14
|
"path": "mpg150211_A_idA.swc",
|
15
15
|
"full_path": "public/a98b7abc-fc46-4700-9e3d-37137812c730/0dbced5f-cc3d-488a-8c7f-cfb8ea039dc6/assets/reconstruction_morphology/9720aa4a-0cd1-4f10-b6ad-04deb8f997b6/mpg150211_A_idA.swc",
|
16
|
-
"bucket_name": "entitycore-data-dev",
|
17
16
|
"is_directory": false,
|
18
17
|
"content_type": "application/swc",
|
19
18
|
"size": 561221,
|
@@ -51,7 +50,6 @@
|
|
51
50
|
"creation_date": null,
|
52
51
|
"path": "mpg150211_A_idA.ASC",
|
53
52
|
"full_path": "public/a98b7abc-fc46-4700-9e3d-37137812c730/0dbced5f-cc3d-488a-8c7f-cfb8ea039dc6/assets/reconstruction_morphology/9720aa4a-0cd1-4f10-b6ad-04deb8f997b6/mpg150211_A_idA.ASC",
|
54
|
-
"bucket_name": "entitycore-data-dev",
|
55
53
|
"is_directory": false,
|
56
54
|
"content_type": "application/asc",
|
57
55
|
"size": 525332,
|
@@ -8,7 +8,6 @@ def test_asset():
|
|
8
8
|
id=MOCK_UUID,
|
9
9
|
path="path/to/asset",
|
10
10
|
full_path="full/path/to/asset",
|
11
|
-
bucket_name="bucket_name",
|
12
11
|
is_directory=False,
|
13
12
|
content_type="text/plain",
|
14
13
|
size=100,
|
@@ -20,7 +19,6 @@ def test_asset():
|
|
20
19
|
"id": MOCK_UUID,
|
21
20
|
"path": "path/to/asset",
|
22
21
|
"full_path": "full/path/to/asset",
|
23
|
-
"bucket_name": "bucket_name",
|
24
22
|
"is_directory": False,
|
25
23
|
"content_type": "text/plain",
|
26
24
|
"size": 100,
|
@@ -133,7 +133,6 @@ def _mock_asset_response(asset_id):
|
|
133
133
|
"id": str(asset_id),
|
134
134
|
"path": "path/to/asset",
|
135
135
|
"full_path": "full/path/to/asset",
|
136
|
-
"bucket_name": "bucket_name",
|
137
136
|
"is_directory": False,
|
138
137
|
"content_type": "text/plain",
|
139
138
|
"size": 100,
|
@@ -315,7 +314,6 @@ def _mock_asset_delete_response(asset_id):
|
|
315
314
|
return {
|
316
315
|
"path": "buffer.h5",
|
317
316
|
"full_path": "private/103d7868/103d7868/assets/reconstruction_morphology/8703/buffer.h5",
|
318
|
-
"bucket_name": "obi-private",
|
319
317
|
"is_directory": False,
|
320
318
|
"content_type": "application/swc",
|
321
319
|
"size": 18,
|
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
|
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
|
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
|
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
|