np_codeocean 0.3.6__py3-none-any.whl → 0.3.7__py3-none-any.whl

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: np_codeocean
3
- Version: 0.3.6
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.253; extra == "dynamicrouting"
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
@@ -16,8 +16,8 @@ np_codeocean/metadata/model_templates/neuropixels_rig.py,sha256=bNVnuA3ta9S0luwY
16
16
  np_codeocean/scripts/upload_dynamic_routing_behavior.py,sha256=O5NVcPfjTjBCr6nQudoG9Ae0iVfCLweG5v9OuMh6WD4,17285
17
17
  np_codeocean/scripts/upload_dynamic_routing_ecephys.py,sha256=brqYJKH1i5hYRWuUn97aDrFmZo7oCkay080Cxg57sQo,10598
18
18
  np_codeocean/scripts/upload_split_recordings_example.py,sha256=P-sqZYbGDdHCCsyvBOIZbGE7Wl8qzih1mBCXaRbyU_g,1479
19
- np_codeocean-0.3.6.dist-info/METADATA,sha256=98Eb4VReLOQeE-1HDdhndcYi2wjEOieTtrXFd8Z1F50,3134
20
- np_codeocean-0.3.6.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
21
- np_codeocean-0.3.6.dist-info/entry_points.txt,sha256=amIcPQMDvpAFwEKWIxsPSUNarfqQTCpZnFXp0CQUYWw,234
22
- np_codeocean-0.3.6.dist-info/top_level.txt,sha256=8VaE78lNdJcexaBdvtl5tMgsvD42Nfg0xplSPst4jHI,13
23
- np_codeocean-0.3.6.dist-info/RECORD,,
19
+ np_codeocean-0.3.7.dist-info/METADATA,sha256=8euKZp8UeMe91SYP0qlLKEhJIgXPxhgeSHNgvlW2Ip4,3574
20
+ np_codeocean-0.3.7.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
21
+ np_codeocean-0.3.7.dist-info/entry_points.txt,sha256=amIcPQMDvpAFwEKWIxsPSUNarfqQTCpZnFXp0CQUYWw,234
22
+ np_codeocean-0.3.7.dist-info/top_level.txt,sha256=8VaE78lNdJcexaBdvtl5tMgsvD42Nfg0xplSPst4jHI,13
23
+ np_codeocean-0.3.7.dist-info/RECORD,,