np_codeocean 0.3.6__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.6
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
@@ -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; extra == "openscope"
38
40
 
39
41
  # np_codeocean
40
42
  Tools for uploading Mindscope Neuropixels experiments to S3 (for Code Ocean).
@@ -42,6 +44,35 @@ 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
+ Setup the development environment for working on a specific project:
49
+ ```shell
50
+ uv sync --extra <dynamicrouting|openscope>
51
+ ```
52
+
53
+ ## Add dependencies
54
+ For shared utilities:
55
+ ```shell
56
+ uv add <package-name>
57
+ ```
58
+
59
+ For project-specific utilities (added to optional dependency groups):
60
+ ```shell
61
+ uv add <package-name> --optional <dynamicrouting|openscope>
62
+ ```
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
+
75
+ ## Usage
45
76
  - `upload` CLI tool is provided, which uses the
46
77
  [`np_session`](https://github.com/AllenInstitute/np_session) interface to find
47
78
  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.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,,