np-services 0.1.72__tar.gz → 0.1.73__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.
Files changed (20) hide show
  1. {np_services-0.1.72 → np_services-0.1.73}/PKG-INFO +1 -1
  2. {np_services-0.1.72 → np_services-0.1.73}/pyproject.toml +2 -2
  3. {np_services-0.1.72 → np_services-0.1.73}/src/np_services.egg-info/PKG-INFO +1 -1
  4. {np_services-0.1.72 → np_services-0.1.73}/README.md +0 -0
  5. {np_services-0.1.72 → np_services-0.1.73}/setup.cfg +0 -0
  6. {np_services-0.1.72 → np_services-0.1.73}/src/np_services/__init__.py +0 -0
  7. {np_services-0.1.72 → np_services-0.1.73}/src/np_services/open_ephys.py +0 -0
  8. {np_services-0.1.72 → np_services-0.1.73}/src/np_services/protocols.py +0 -0
  9. {np_services-0.1.72 → np_services-0.1.73}/src/np_services/proxies.py +0 -0
  10. {np_services-0.1.72 → np_services-0.1.73}/src/np_services/resources/__init__.py +0 -0
  11. {np_services-0.1.72 → np_services-0.1.73}/src/np_services/resources/mvr_connector.py +0 -0
  12. {np_services-0.1.72 → np_services-0.1.73}/src/np_services/resources/zro.py +0 -0
  13. {np_services-0.1.72 → np_services-0.1.73}/src/np_services/scripts/pretest.py +0 -0
  14. {np_services-0.1.72 → np_services-0.1.73}/src/np_services/stim_computer_theme_changer.py +0 -0
  15. {np_services-0.1.72 → np_services-0.1.73}/src/np_services/utils.py +0 -0
  16. {np_services-0.1.72 → np_services-0.1.73}/src/np_services.egg-info/SOURCES.txt +0 -0
  17. {np_services-0.1.72 → np_services-0.1.73}/src/np_services.egg-info/dependency_links.txt +0 -0
  18. {np_services-0.1.72 → np_services-0.1.73}/src/np_services.egg-info/entry_points.txt +0 -0
  19. {np_services-0.1.72 → np_services-0.1.73}/src/np_services.egg-info/requires.txt +0 -0
  20. {np_services-0.1.72 → np_services-0.1.73}/src/np_services.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: np-services
3
- Version: 0.1.72
3
+ Version: 0.1.73
4
4
  Summary: Tools for interfacing with devices and services used in Mindscope Neuropixels experiments at the Allen Institute.
5
5
  Author-email: bjhardcastle <ben.hardcastle@alleninstitute.org>
6
6
  Classifier: Programming Language :: Python :: 3
@@ -17,7 +17,7 @@ dependencies = [
17
17
  "npc-mvr>=0.1.2",
18
18
  ]
19
19
  name = "np-services"
20
- version = "0.1.72"
20
+ version = "0.1.73"
21
21
  description = "Tools for interfacing with devices and services used in Mindscope Neuropixels experiments at the Allen Institute."
22
22
  readme = "README.md"
23
23
  classifiers = [
@@ -46,7 +46,7 @@ bump = [
46
46
 
47
47
  [tool.uv]
48
48
  package = true
49
- default-groups = "all"
49
+ default-groups = ["task_runner", "linting", "bump"]
50
50
 
51
51
  [tool.bumpversion]
52
52
  tag = true
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: np-services
3
- Version: 0.1.72
3
+ Version: 0.1.73
4
4
  Summary: Tools for interfacing with devices and services used in Mindscope Neuropixels experiments at the Allen Institute.
5
5
  Author-email: bjhardcastle <ben.hardcastle@alleninstitute.org>
6
6
  Classifier: Programming Language :: Python :: 3
File without changes
File without changes