np_codeocean 0.3.7__py3-none-any.whl → 0.3.8__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.7
3
+ Version: 0.3.8
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
@@ -36,7 +36,7 @@ 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
38
  Provides-Extra: openscope
39
- Requires-Dist: aind-metadata-mapper==0.18.1; extra == "openscope"
39
+ Requires-Dist: aind-metadata-mapper; extra == "openscope"
40
40
 
41
41
  # np_codeocean
42
42
  Tools for uploading Mindscope Neuropixels experiments to S3 (for Code Ocean).
@@ -45,14 +45,9 @@ Requires running as admin on Windows in order to create remote-to-remote symlink
45
45
  on the Isilon.
46
46
 
47
47
  ## Install
48
- For Dynamic Routing:
48
+ Setup the development environment for working on a specific project:
49
49
  ```shell
50
- uv sync --extra dynamicrouting
51
- ```
52
-
53
- For OpenScope:
54
- ```shell
55
- uv sync --extra openscope
50
+ uv sync --extra <dynamicrouting|openscope>
56
51
  ```
57
52
 
58
53
  ## Add dependencies
@@ -61,11 +56,22 @@ For shared utilities:
61
56
  uv add <package-name>
62
57
  ```
63
58
 
64
- For Dynamic Routing or OpenScope specific utilities:
59
+ For project-specific utilities (added to optional dependency groups):
65
60
  ```shell
66
61
  uv add <package-name> --optional <dynamicrouting|openscope>
67
62
  ```
68
63
 
64
+ ## Update dependencies
65
+ All:
66
+ ```shell
67
+ uv lock --upgrade
68
+ ```
69
+
70
+ Single package:
71
+ ```shell
72
+ uv lock --upgrade-package <package-name>
73
+ ```
74
+
69
75
  ## Usage
70
76
  - `upload` CLI tool is provided, which uses the
71
77
  [`np_session`](https://github.com/AllenInstitute/np_session) interface to find
@@ -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.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,,
19
+ np_codeocean-0.3.8.dist-info/METADATA,sha256=yYihQUPB3vTV2NzsGySUK1BGaRyXzD3jqrsBF2BqpoY,3720
20
+ np_codeocean-0.3.8.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
21
+ np_codeocean-0.3.8.dist-info/entry_points.txt,sha256=amIcPQMDvpAFwEKWIxsPSUNarfqQTCpZnFXp0CQUYWw,234
22
+ np_codeocean-0.3.8.dist-info/top_level.txt,sha256=8VaE78lNdJcexaBdvtl5tMgsvD42Nfg0xplSPst4jHI,13
23
+ np_codeocean-0.3.8.dist-info/RECORD,,