np_codeocean 0.3.6__tar.gz → 0.3.7__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.
- {np_codeocean-0.3.6 → np_codeocean-0.3.7}/PKG-INFO +27 -2
- {np_codeocean-0.3.6 → np_codeocean-0.3.7}/README.md +23 -0
- {np_codeocean-0.3.6 → np_codeocean-0.3.7}/pyproject.toml +16 -6
- {np_codeocean-0.3.6 → np_codeocean-0.3.7}/src/np_codeocean.egg-info/PKG-INFO +27 -2
- {np_codeocean-0.3.6 → np_codeocean-0.3.7}/src/np_codeocean.egg-info/requires.txt +4 -1
- {np_codeocean-0.3.6 → np_codeocean-0.3.7}/setup.cfg +0 -0
- {np_codeocean-0.3.6 → np_codeocean-0.3.7}/src/np_codeocean/__init__.py +0 -0
- {np_codeocean-0.3.6 → np_codeocean-0.3.7}/src/np_codeocean/metadata/__init__.py +0 -0
- {np_codeocean-0.3.6 → np_codeocean-0.3.7}/src/np_codeocean/metadata/common.py +0 -0
- {np_codeocean-0.3.6 → np_codeocean-0.3.7}/src/np_codeocean/metadata/core.py +0 -0
- {np_codeocean-0.3.6 → np_codeocean-0.3.7}/src/np_codeocean/metadata/dynamic_routing_task_etl.py +0 -0
- {np_codeocean-0.3.6 → np_codeocean-0.3.7}/src/np_codeocean/metadata/model_templates/__init__.py +0 -0
- {np_codeocean-0.3.6 → np_codeocean-0.3.7}/src/np_codeocean/metadata/model_templates/behavior_box.py +0 -0
- {np_codeocean-0.3.6 → np_codeocean-0.3.7}/src/np_codeocean/metadata/model_templates/neuropixels_rig.py +0 -0
- {np_codeocean-0.3.6 → np_codeocean-0.3.7}/src/np_codeocean/metadata/np.py +0 -0
- {np_codeocean-0.3.6 → np_codeocean-0.3.7}/src/np_codeocean/metadata/rigs.py +0 -0
- {np_codeocean-0.3.6 → np_codeocean-0.3.7}/src/np_codeocean/metadata/storage.py +0 -0
- {np_codeocean-0.3.6 → np_codeocean-0.3.7}/src/np_codeocean/metadata/update.py +0 -0
- {np_codeocean-0.3.6 → np_codeocean-0.3.7}/src/np_codeocean/metadata/utils.py +0 -0
- {np_codeocean-0.3.6 → np_codeocean-0.3.7}/src/np_codeocean/np_session_utils.py +0 -0
- {np_codeocean-0.3.6 → np_codeocean-0.3.7}/src/np_codeocean/scripts/upload_dynamic_routing_behavior.py +0 -0
- {np_codeocean-0.3.6 → np_codeocean-0.3.7}/src/np_codeocean/scripts/upload_dynamic_routing_ecephys.py +0 -0
- {np_codeocean-0.3.6 → np_codeocean-0.3.7}/src/np_codeocean/scripts/upload_split_recordings_example.py +0 -0
- {np_codeocean-0.3.6 → np_codeocean-0.3.7}/src/np_codeocean/utils.py +0 -0
- {np_codeocean-0.3.6 → np_codeocean-0.3.7}/src/np_codeocean.egg-info/SOURCES.txt +0 -0
- {np_codeocean-0.3.6 → np_codeocean-0.3.7}/src/np_codeocean.egg-info/dependency_links.txt +0 -0
- {np_codeocean-0.3.6 → np_codeocean-0.3.7}/src/np_codeocean.egg-info/entry_points.txt +0 -0
- {np_codeocean-0.3.6 → np_codeocean-0.3.7}/src/np_codeocean.egg-info/top_level.txt +0 -0
- {np_codeocean-0.3.6 → np_codeocean-0.3.7}/tests/test_metadata.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: np_codeocean
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.7
|
|
4
4
|
Summary: Tools for uploading and interacting with Mindscope Neuropixels experiments on Code Ocean
|
|
5
5
|
Author-email: Ben Hardcastle <ben.hardcastle@alleninstitute.org>, Chris Mochizuki <chrism@alleninstitute.org>, Arjun Sridhar <arjun.sridhar@alleninstitute.org>
|
|
6
6
|
License: MIT
|
|
@@ -32,9 +32,11 @@ Provides-Extra: dev
|
|
|
32
32
|
Requires-Dist: bump>=1.3.2; extra == "dev"
|
|
33
33
|
Provides-Extra: dynamicrouting
|
|
34
34
|
Requires-Dist: npc-lims>=0.1.154; extra == "dynamicrouting"
|
|
35
|
-
Requires-Dist: npc-sessions>=0.0.
|
|
35
|
+
Requires-Dist: npc-sessions>=0.0.273; extra == "dynamicrouting"
|
|
36
36
|
Requires-Dist: aind-codeocean-pipeline-monitor[full]>=0.5.0; extra == "dynamicrouting"
|
|
37
37
|
Requires-Dist: aind-metadata-mapper==0.18.2; extra == "dynamicrouting"
|
|
38
|
+
Provides-Extra: openscope
|
|
39
|
+
Requires-Dist: aind-metadata-mapper==0.18.1; extra == "openscope"
|
|
38
40
|
|
|
39
41
|
# np_codeocean
|
|
40
42
|
Tools for uploading Mindscope Neuropixels experiments to S3 (for Code Ocean).
|
|
@@ -42,6 +44,29 @@ Tools for uploading Mindscope Neuropixels experiments to S3 (for Code Ocean).
|
|
|
42
44
|
Requires running as admin on Windows in order to create remote-to-remote symlinks
|
|
43
45
|
on the Isilon.
|
|
44
46
|
|
|
47
|
+
## Install
|
|
48
|
+
For Dynamic Routing:
|
|
49
|
+
```shell
|
|
50
|
+
uv sync --extra dynamicrouting
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
For OpenScope:
|
|
54
|
+
```shell
|
|
55
|
+
uv sync --extra openscope
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
## Add dependencies
|
|
59
|
+
For shared utilities:
|
|
60
|
+
```shell
|
|
61
|
+
uv add <package-name>
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
For Dynamic Routing or OpenScope specific utilities:
|
|
65
|
+
```shell
|
|
66
|
+
uv add <package-name> --optional <dynamicrouting|openscope>
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
## Usage
|
|
45
70
|
- `upload` CLI tool is provided, which uses the
|
|
46
71
|
[`np_session`](https://github.com/AllenInstitute/np_session) interface to find
|
|
47
72
|
and upload
|
|
@@ -4,6 +4,29 @@ Tools for uploading Mindscope Neuropixels experiments to S3 (for Code Ocean).
|
|
|
4
4
|
Requires running as admin on Windows in order to create remote-to-remote symlinks
|
|
5
5
|
on the Isilon.
|
|
6
6
|
|
|
7
|
+
## Install
|
|
8
|
+
For Dynamic Routing:
|
|
9
|
+
```shell
|
|
10
|
+
uv sync --extra dynamicrouting
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
For OpenScope:
|
|
14
|
+
```shell
|
|
15
|
+
uv sync --extra openscope
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
## Add dependencies
|
|
19
|
+
For shared utilities:
|
|
20
|
+
```shell
|
|
21
|
+
uv add <package-name>
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
For Dynamic Routing or OpenScope specific utilities:
|
|
25
|
+
```shell
|
|
26
|
+
uv add <package-name> --optional <dynamicrouting|openscope>
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
## Usage
|
|
7
30
|
- `upload` CLI tool is provided, which uses the
|
|
8
31
|
[`np_session`](https://github.com/AllenInstitute/np_session) interface to find
|
|
9
32
|
and upload
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
[project]
|
|
3
3
|
name = "np_codeocean"
|
|
4
|
-
version = "0.3.
|
|
4
|
+
version = "0.3.7"
|
|
5
5
|
description = "Tools for uploading and interacting with Mindscope Neuropixels experiments on Code Ocean"
|
|
6
6
|
authors = [
|
|
7
7
|
{ name = "Ben Hardcastle", email = "ben.hardcastle@alleninstitute.org" },
|
|
@@ -51,10 +51,24 @@ upload_sessions = "np_codeocean.scripts.upload_sessions:main"
|
|
|
51
51
|
dev = ["bump>=1.3.2"]
|
|
52
52
|
dynamicrouting = [
|
|
53
53
|
"npc-lims>=0.1.154",
|
|
54
|
-
"npc-sessions>=0.0.
|
|
54
|
+
"npc-sessions>=0.0.273",
|
|
55
55
|
"aind-codeocean-pipeline-monitor[full]>=0.5.0",
|
|
56
56
|
"aind-metadata-mapper==0.18.2",
|
|
57
57
|
]
|
|
58
|
+
openscope = [
|
|
59
|
+
"aind-metadata-mapper==0.18.1",
|
|
60
|
+
]
|
|
61
|
+
|
|
62
|
+
[tool.uv]
|
|
63
|
+
conflicts = [
|
|
64
|
+
[
|
|
65
|
+
{ extra = "dynamicrouting" },
|
|
66
|
+
{ extra = "openscope" },
|
|
67
|
+
],
|
|
68
|
+
]
|
|
69
|
+
package = true
|
|
70
|
+
default-groups = "all"
|
|
71
|
+
|
|
58
72
|
|
|
59
73
|
[build-system]
|
|
60
74
|
requires = ["setuptools>=61", "wheel"]
|
|
@@ -66,10 +80,6 @@ linting = ["black>=25.1.0", "isort>=6.0.1", "ruff>=0.11.2"]
|
|
|
66
80
|
testing = ["mypy>=1.4.1"]
|
|
67
81
|
bump = ["bump-my-version>=1.1.1", "git-changelog>=2.5.3"]
|
|
68
82
|
|
|
69
|
-
[tool.uv]
|
|
70
|
-
package = true
|
|
71
|
-
default-groups = "all"
|
|
72
|
-
|
|
73
83
|
|
|
74
84
|
[tool.poe.tasks]
|
|
75
85
|
mypy = "mypy src --install-types --non-interactive"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: np_codeocean
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.7
|
|
4
4
|
Summary: Tools for uploading and interacting with Mindscope Neuropixels experiments on Code Ocean
|
|
5
5
|
Author-email: Ben Hardcastle <ben.hardcastle@alleninstitute.org>, Chris Mochizuki <chrism@alleninstitute.org>, Arjun Sridhar <arjun.sridhar@alleninstitute.org>
|
|
6
6
|
License: MIT
|
|
@@ -32,9 +32,11 @@ Provides-Extra: dev
|
|
|
32
32
|
Requires-Dist: bump>=1.3.2; extra == "dev"
|
|
33
33
|
Provides-Extra: dynamicrouting
|
|
34
34
|
Requires-Dist: npc-lims>=0.1.154; extra == "dynamicrouting"
|
|
35
|
-
Requires-Dist: npc-sessions>=0.0.
|
|
35
|
+
Requires-Dist: npc-sessions>=0.0.273; extra == "dynamicrouting"
|
|
36
36
|
Requires-Dist: aind-codeocean-pipeline-monitor[full]>=0.5.0; extra == "dynamicrouting"
|
|
37
37
|
Requires-Dist: aind-metadata-mapper==0.18.2; extra == "dynamicrouting"
|
|
38
|
+
Provides-Extra: openscope
|
|
39
|
+
Requires-Dist: aind-metadata-mapper==0.18.1; extra == "openscope"
|
|
38
40
|
|
|
39
41
|
# np_codeocean
|
|
40
42
|
Tools for uploading Mindscope Neuropixels experiments to S3 (for Code Ocean).
|
|
@@ -42,6 +44,29 @@ Tools for uploading Mindscope Neuropixels experiments to S3 (for Code Ocean).
|
|
|
42
44
|
Requires running as admin on Windows in order to create remote-to-remote symlinks
|
|
43
45
|
on the Isilon.
|
|
44
46
|
|
|
47
|
+
## Install
|
|
48
|
+
For Dynamic Routing:
|
|
49
|
+
```shell
|
|
50
|
+
uv sync --extra dynamicrouting
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
For OpenScope:
|
|
54
|
+
```shell
|
|
55
|
+
uv sync --extra openscope
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
## Add dependencies
|
|
59
|
+
For shared utilities:
|
|
60
|
+
```shell
|
|
61
|
+
uv add <package-name>
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
For Dynamic Routing or OpenScope specific utilities:
|
|
65
|
+
```shell
|
|
66
|
+
uv add <package-name> --optional <dynamicrouting|openscope>
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
## Usage
|
|
45
70
|
- `upload` CLI tool is provided, which uses the
|
|
46
71
|
[`np_session`](https://github.com/AllenInstitute/np_session) interface to find
|
|
47
72
|
and upload
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{np_codeocean-0.3.6 → np_codeocean-0.3.7}/src/np_codeocean/metadata/dynamic_routing_task_etl.py
RENAMED
|
File without changes
|
{np_codeocean-0.3.6 → np_codeocean-0.3.7}/src/np_codeocean/metadata/model_templates/__init__.py
RENAMED
|
File without changes
|
{np_codeocean-0.3.6 → np_codeocean-0.3.7}/src/np_codeocean/metadata/model_templates/behavior_box.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
|
{np_codeocean-0.3.6 → np_codeocean-0.3.7}/src/np_codeocean/scripts/upload_dynamic_routing_ecephys.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
|