neuroconv

View on PyPIReverse Dependencies (9)

0.7.1 neuroconv-0.7.1-py3-none-any.whl

Wheel Details

Project: neuroconv
Version: 0.7.1
Filename: neuroconv-0.7.1-py3-none-any.whl
Download: [link]
Size: 317450
MD5: 135fa0e388e0e4ac956dd1852adad00e
SHA256: e81493228125976217960223b5e652927c9531f3901ffa7fb7ce7e5c3bd9de74
Uploaded: 2025-03-05 14:53:53 +0000

dist-info

METADATA

Metadata-Version: 2.2
Name: neuroconv
Version: 0.7.1
Summary: Convert data from proprietary formats to NWB format.
Author: Cody Baker, Szonja Weigl, Heberto Mayorquin, Paul Adkisson, Luiz Tauffer
Author-Email: Ben Dichter <ben.dichter[at]catalystneuro.com>
Project-Url: Homepage, https://github.com/catalystneuro/neuroconv
Project-Url: Documentation, https://neuroconv.readthedocs.io/
Project-Url: Changelog, https://github.com/catalystneuro/neuroconv/blob/main/CHANGELOG.md
License: BSD 3-Clause License Copyright (c) 2019, Neurodata Without Borders All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Keywords: nwb,NeurodataWithoutBorders
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: License :: OSI Approved :: BSD License
Requires-Python: >=3.9
Requires-Dist: numpy (>=1.22.0); python_version <= "3.11"
Requires-Dist: numpy (>=1.26.0); python_version >= "3.12"
Requires-Dist: jsonschema (>=3.2.0)
Requires-Dist: PyYAML (>=5.4)
Requires-Dist: scipy (>=1.4.1)
Requires-Dist: h5py (>=3.9.0)
Requires-Dist: hdmf (>=3.13.0)
Requires-Dist: hdmf_zarr (>=0.7.0)
Requires-Dist: pynwb (>=2.7.0)
Requires-Dist: pydantic (>=2.0.0)
Requires-Dist: typing_extensions (>=4.1.0)
Requires-Dist: psutil (>=5.8.0)
Requires-Dist: tqdm (>=4.60.0)
Requires-Dist: pandas
Requires-Dist: parse (>=1.20.0)
Requires-Dist: click
Requires-Dist: docstring-parser
Requires-Dist: packaging
Requires-Dist: referencing
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: ndx-events (==0.2.1); extra == "test"
Requires-Dist: parameterized (>=0.8.1); extra == "test"
Requires-Dist: ndx-miniscope; extra == "test"
Requires-Dist: spikeinterface[qualitymetrics] (>=0.102.0); extra == "test"
Requires-Dist: zarr; extra == "test"
Requires-Dist: pytest-xdist; extra == "test"
Requires-Dist: Jinja2 (<3.1); extra == "docs"
Requires-Dist: Sphinx (==5.1.1); extra == "docs"
Requires-Dist: sphinx_rtd_theme (==1.0.0); extra == "docs"
Requires-Dist: readthedocs-sphinx-search (==0.1.2); extra == "docs"
Requires-Dist: sphinx-toggleprompt (==0.2.0); extra == "docs"
Requires-Dist: sphinx-copybutton (==0.5.0); extra == "docs"
Requires-Dist: roiextractors; extra == "docs"
Requires-Dist: spikeinterface (>=0.102); extra == "docs"
Requires-Dist: pydata_sphinx_theme (==0.12.0); extra == "docs"
Requires-Dist: dandi (>=0.66.5); extra == "dandi"
Requires-Dist: dandischema (>=0.11); extra == "dandi"
Requires-Dist: hdf5plugin; extra == "compressors"
Requires-Dist: boto3; extra == "aws"
Requires-Dist: openpyxl; extra == "excel"
Requires-Dist: xlrd; extra == "excel"
Requires-Dist: neuroconv[csv]; extra == "text"
Requires-Dist: neuroconv[excel]; extra == "text"
Requires-Dist: ndx-sound (>=0.2.0); extra == "audio"
Requires-Dist: av (>=10.0.0); extra == "sleap"
Requires-Dist: sleap-io (<0.0.12,>=0.0.2); python_version < "3.9" and extra == "sleap"
Requires-Dist: sleap-io (>=0.0.2); python_version >= "3.9" and extra == "sleap"
Requires-Dist: ndx-pose (>=0.2); extra == "deeplabcut"
Requires-Dist: tables; platform_system != "Darwin" and extra == "deeplabcut"
Requires-Dist: tables (>=3.10.1); (platform_system == "Darwin" and python_version >= "3.10") and extra == "deeplabcut"
Requires-Dist: opencv-python-headless (>=4.8.1.78); extra == "video"
Requires-Dist: ndx-pose (>=0.2); extra == "lightningpose"
Requires-Dist: neuroconv[video]; extra == "lightningpose"
Requires-Dist: ndx-events (==0.2.1); extra == "medpc"
Requires-Dist: neuroconv[sleap]; extra == "behavior"
Requires-Dist: neuroconv[audio]; extra == "behavior"
Requires-Dist: neuroconv[deeplabcut]; extra == "behavior"
Requires-Dist: neuroconv[fictrac]; extra == "behavior"
Requires-Dist: neuroconv[video]; extra == "behavior"
Requires-Dist: neuroconv[lightningpose]; extra == "behavior"
Requires-Dist: neuroconv[medpc]; extra == "behavior"
Requires-Dist: ndx-miniscope (>=0.5.1); extra == "behavior"
Requires-Dist: neo (>=0.13.3); extra == "alphaomega"
Requires-Dist: spikeinterface (>=0.102); extra == "alphaomega"
Requires-Dist: neo (>=0.13.3); extra == "axona"
Requires-Dist: spikeinterface (>=0.102); extra == "axona"
Requires-Dist: neo (>=0.13.3); extra == "biocam"
Requires-Dist: spikeinterface (>=0.102); extra == "biocam"
Requires-Dist: neo (>=0.14); extra == "blackrock"
Requires-Dist: spikeinterface (>=0.102); extra == "blackrock"
Requires-Dist: hdf5storage (>=0.1.18); extra == "cellexplorer"
Requires-Dist: neo (>=0.13.3); extra == "cellexplorer"
Requires-Dist: pymatreader (>=0.0.32); extra == "cellexplorer"
Requires-Dist: spikeinterface (>=0.102); extra == "cellexplorer"
Requires-Dist: setuptools; python_version >= "3.12" and extra == "cellexplorer"
Requires-Dist: neo (>=0.13.3); extra == "edf"
Requires-Dist: pyedflib (<0.1.39,>=0.1.36); extra == "edf"
Requires-Dist: spikeinterface (>=0.102); extra == "edf"
Requires-Dist: neo (>=0.14); extra == "intan"
Requires-Dist: spikeinterface (>=0.102); extra == "intan"
Requires-Dist: neo (>=0.13.3); extra == "kilosort"
Requires-Dist: spikeinterface (>=0.102); extra == "kilosort"
Requires-Dist: neo (>=0.13.3); extra == "maxwell"
Requires-Dist: spikeinterface (>=0.102); extra == "maxwell"
Requires-Dist: neo (>=0.13.3); extra == "mcsraw"
Requires-Dist: spikeinterface (>=0.102); extra == "mcsraw"
Requires-Dist: MEArec (>=1.8.0); extra == "mearec"
Requires-Dist: neo (>=0.13.3); extra == "mearec"
Requires-Dist: spikeinterface (>=0.102); extra == "mearec"
Requires-Dist: setuptools; python_version >= "3.12" and extra == "mearec"
Requires-Dist: natsort (>=7.1.1); extra == "neuralynx"
Requires-Dist: neo (>=0.13.3); extra == "neuralynx"
Requires-Dist: spikeinterface (>=0.102); extra == "neuralynx"
Requires-Dist: lxml (>=4.6.5); extra == "neuroscope"
Requires-Dist: neo (>=0.13.3); extra == "neuroscope"
Requires-Dist: spikeinterface (>=0.102); extra == "neuroscope"
Requires-Dist: lxml (>=4.9.4); extra == "openephys"
Requires-Dist: neo (>=0.14); extra == "openephys"
Requires-Dist: spikeinterface (>=0.102); extra == "openephys"
Requires-Dist: neo (>=0.13.3); extra == "phy"
Requires-Dist: spikeinterface (>=0.102); extra == "phy"
Requires-Dist: neo (>=0.13.3); extra == "plexon"
Requires-Dist: spikeinterface (>=0.102); extra == "plexon"
Requires-Dist: zugbruecke (>=0.2.1); platform_system != "Windows" and extra == "plexon"
Requires-Dist: neo (>=0.13.3); extra == "spike2"
Requires-Dist: sonpy (>=1.7.1); (python_version == "3.9" and platform_system != "Darwin") and extra == "spike2"
Requires-Dist: spikeinterface (>=0.102); extra == "spike2"
Requires-Dist: neo (>=0.13.3); extra == "spikegadgets"
Requires-Dist: spikeinterface (>=0.102); extra == "spikegadgets"
Requires-Dist: neo (>=0.14); extra == "spikeglx"
Requires-Dist: spikeinterface (>=0.102); extra == "spikeglx"
Requires-Dist: neo (>=0.13.3); extra == "tdt"
Requires-Dist: spikeinterface (>=0.102); extra == "tdt"
Requires-Dist: neuroconv[alphaomega]; extra == "ecephys"
Requires-Dist: neuroconv[axona]; extra == "ecephys"
Requires-Dist: neuroconv[biocam]; extra == "ecephys"
Requires-Dist: neuroconv[blackrock]; extra == "ecephys"
Requires-Dist: neuroconv[cellexplorer]; extra == "ecephys"
Requires-Dist: neuroconv[edf]; extra == "ecephys"
Requires-Dist: neuroconv[intan]; extra == "ecephys"
Requires-Dist: neuroconv[kilosort]; extra == "ecephys"
Requires-Dist: neuroconv[maxwell]; extra == "ecephys"
Requires-Dist: neuroconv[mcsraw]; extra == "ecephys"
Requires-Dist: neuroconv[mearec]; extra == "ecephys"
Requires-Dist: neuroconv[neuralynx]; extra == "ecephys"
Requires-Dist: neuroconv[neuroscope]; extra == "ecephys"
Requires-Dist: neuroconv[openephys]; extra == "ecephys"
Requires-Dist: neuroconv[phy]; extra == "ecephys"
Requires-Dist: neuroconv[plexon]; extra == "ecephys"
Requires-Dist: neuroconv[spike2]; extra == "ecephys"
Requires-Dist: neuroconv[spikegadgets]; extra == "ecephys"
Requires-Dist: neuroconv[spikeglx]; extra == "ecephys"
Requires-Dist: neuroconv[tdt]; extra == "ecephys"
Requires-Dist: ndx-dandi-icephys (>=0.4.0); extra == "abf"
Requires-Dist: neo (>=0.13.2); extra == "abf"
Requires-Dist: neuroconv[abf]; extra == "icephys"
Requires-Dist: pillow (>=10.0.0); extra == "image"
Requires-Dist: roiextractors (>=0.5.10); extra == "brukertiff"
Requires-Dist: tifffile (>=2023.3.21); extra == "brukertiff"
Requires-Dist: roiextractors (>=0.5.10); extra == "caiman"
Requires-Dist: roiextractors (>=0.5.10); extra == "cnmfe"
Requires-Dist: roiextractors (>=0.5.10); extra == "extract"
Requires-Dist: roiextractors (>=0.5.10); extra == "hdf5"
Requires-Dist: roiextractors (>=0.5.10); extra == "micromanagertiff"
Requires-Dist: tifffile (>=2023.3.21); extra == "micromanagertiff"
Requires-Dist: natsort (>=8.3.1); extra == "miniscope"
Requires-Dist: ndx-miniscope (>=0.5.1); extra == "miniscope"
Requires-Dist: roiextractors (>=0.5.10); extra == "miniscope"
Requires-Dist: roiextractors (>=0.5.10); extra == "sbx"
Requires-Dist: roiextractors (>=0.5.10); extra == "scanimage"
Requires-Dist: scanimage-tiff-reader (>=1.4.1); extra == "scanimage"
Requires-Dist: roiextractors (>=0.5.10); extra == "sima"
Requires-Dist: roiextractors (>=0.5.10); extra == "suite2p"
Requires-Dist: ndx-fiber-photometry; extra == "tdt-fp"
Requires-Dist: roiextractors (>=0.5.10); extra == "tdt-fp"
Requires-Dist: tdt; extra == "tdt-fp"
Requires-Dist: roiextractors (>=0.5.9); extra == "tiff"
Requires-Dist: tiffile (>=2018.10.18); extra == "tiff"
Requires-Dist: neuroconv[brukertiff]; extra == "ophys"
Requires-Dist: neuroconv[caiman]; extra == "ophys"
Requires-Dist: neuroconv[cnmfe]; extra == "ophys"
Requires-Dist: neuroconv[extract]; extra == "ophys"
Requires-Dist: neuroconv[hdf5]; extra == "ophys"
Requires-Dist: neuroconv[micromanagertiff]; extra == "ophys"
Requires-Dist: neuroconv[miniscope]; extra == "ophys"
Requires-Dist: neuroconv[sbx]; extra == "ophys"
Requires-Dist: neuroconv[scanimage]; extra == "ophys"
Requires-Dist: neuroconv[sima]; extra == "ophys"
Requires-Dist: neuroconv[suite2p]; extra == "ophys"
Requires-Dist: neuroconv[tdt_fp]; extra == "ophys"
Requires-Dist: neuroconv[tiff]; extra == "ophys"
Requires-Dist: neuroconv[aws]; extra == "full"
Requires-Dist: neuroconv[compressors]; extra == "full"
Requires-Dist: neuroconv[dandi]; extra == "full"
Requires-Dist: neuroconv[behavior]; extra == "full"
Requires-Dist: neuroconv[ecephys]; extra == "full"
Requires-Dist: neuroconv[icephys]; extra == "full"
Requires-Dist: neuroconv[image]; extra == "full"
Requires-Dist: neuroconv[ophys]; extra == "full"
Requires-Dist: neuroconv[text]; extra == "full"
Provides-Extra: test
Provides-Extra: docs
Provides-Extra: dandi
Provides-Extra: compressors
Provides-Extra: aws
Provides-Extra: csv
Provides-Extra: excel
Provides-Extra: text
Provides-Extra: audio
Provides-Extra: sleap
Provides-Extra: deeplabcut
Provides-Extra: fictrac
Provides-Extra: video
Provides-Extra: lightningpose
Provides-Extra: medpc
Provides-Extra: behavior
Provides-Extra: alphaomega
Provides-Extra: axona
Provides-Extra: biocam
Provides-Extra: blackrock
Provides-Extra: cellexplorer
Provides-Extra: edf
Provides-Extra: intan
Provides-Extra: kilosort
Provides-Extra: maxwell
Provides-Extra: mcsraw
Provides-Extra: mearec
Provides-Extra: neuralynx
Provides-Extra: neuroscope
Provides-Extra: openephys
Provides-Extra: phy
Provides-Extra: plexon
Provides-Extra: spike2
Provides-Extra: spikegadgets
Provides-Extra: spikeglx
Provides-Extra: tdt
Provides-Extra: ecephys
Provides-Extra: abf
Provides-Extra: icephys
Provides-Extra: image
Provides-Extra: brukertiff
Provides-Extra: caiman
Provides-Extra: cnmfe
Provides-Extra: extract
Provides-Extra: hdf5
Provides-Extra: micromanagertiff
Provides-Extra: miniscope
Provides-Extra: sbx
Provides-Extra: scanimage
Provides-Extra: sima
Provides-Extra: suite2p
Provides-Extra: tdt-fp
Provides-Extra: tiff
Provides-Extra: ophys
Provides-Extra: full
Description-Content-Type: text/markdown
[Description omitted; length: 3615 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.8.2)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
neuroconv/__init__.py sha256=w5Atxy5HReIuig8BsYOMLkhzz59K3C5zvsOqX7kS8Ik 351
neuroconv/basedatainterface.py sha256=qTH1Lzd3_tc3f3q9UBSXmkr5bekQQY11f9HkCHzZELw 10929
neuroconv/baseextractorinterface.py sha256=nqwH5f2EUD4cnj0prVRQNgHJJiaRDPQL3tYDO-eG6E8 1860
neuroconv/basetemporalalignmentinterface.py sha256=8y-zVVF0k0rSUFtQvFqupuklE4CChFka273qlDzRCns 3797
neuroconv/nwbconverter.py sha256=gTvlzvl2goYPBF5MUhBbqNTjASeS5TbfZvQFAArLWxU 17110
neuroconv/converters/__init__.py sha256=pWzxbqjCmdWn_WMmBSpAhN4jZxEtzWiIk4QXxEJfxvA 976
neuroconv/datainterfaces/__init__.py sha256=_as918EoVqwMRuzz_ucRV_Q1GBr-mZeB2ykdmsJv0lE 7752
neuroconv/datainterfaces/behavior/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/behavior/audio/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/behavior/audio/audiointerface.py sha256=X3pWlIClvmLIWXHdC2nelnJfI3QCW0TZ9xJgSISgohw 10456
neuroconv/datainterfaces/behavior/deeplabcut/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/behavior/deeplabcut/_dlc_utils.py sha256=NkMPRk9ICcoUKYIH9-kozsyLs5i5gwNahom9l_aimsY 15285
neuroconv/datainterfaces/behavior/deeplabcut/deeplabcutdatainterface.py sha256=cGzZv_vKkbntTXSKwgms0N9Bx7Nv1rlOGbgzpG5aB5o 5226
neuroconv/datainterfaces/behavior/fictrac/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/behavior/fictrac/fictracdatainterface.py sha256=OlugqXlb18DqgDx9nKy_h-_P5L9uwDVrlQ4Nvb-0rJk 19985
neuroconv/datainterfaces/behavior/lightningpose/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/behavior/lightningpose/lightningposeconverter.py sha256=U7AC_SY_pyWogWoDkItFkxWNTgZfbjl9AslW9PG40gE 10880
neuroconv/datainterfaces/behavior/lightningpose/lightningposedatainterface.py sha256=zTV8-kc4JuO4NF0gdWNJKWF2gvJSAqZNf2ltkEOy7Pc 13042
neuroconv/datainterfaces/behavior/medpc/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/behavior/medpc/medpc_helpers.py sha256=DlMQ37iIB3hxo9Xp2nMfMqNwTgjaVNFaMgCr6Xx1CrE 7105
neuroconv/datainterfaces/behavior/medpc/medpcdatainterface.py sha256=aeU0eFjChaF36Ds4I0pvjRvEn8qn-bLqYemdC18pCgM 11268
neuroconv/datainterfaces/behavior/miniscope/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/behavior/miniscope/miniscopedatainterface.py sha256=P2U0qHqfA1i9amLtN0gKZXDp8xParnpemlBQCbRqW6s 4517
neuroconv/datainterfaces/behavior/neuralynx/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/behavior/neuralynx/neuralynx_nvt_interface.py sha256=97WnxVLg8Cw0xpjbX9-eRI2ahapAJZQ8w_80FqdSe-o 6069
neuroconv/datainterfaces/behavior/neuralynx/nvt_utils.py sha256=KoAfTwLOjapfWyskYC0smq4ETSsQT7HNlrykVrC7qUc 3726
neuroconv/datainterfaces/behavior/sleap/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/behavior/sleap/sleap_utils.py sha256=JdjMccgPSy52Rp_OP1rA9lBJplAyt8BjwVXju2Qj1aA 572
neuroconv/datainterfaces/behavior/sleap/sleapdatainterface.py sha256=99D3av-xglnKfaXII9E5kKD23rhxeH3opdbB7EZUEnU 4551
neuroconv/datainterfaces/behavior/video/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/behavior/video/video_utils.py sha256=ogirp8Ppc_eNlqb3thKHQYvhwqI3cYmBeE5Tfg6Y_JQ 10632
neuroconv/datainterfaces/behavior/video/videodatainterface.py sha256=oNzt3QGfta0CdvGXWWryVXzf0Vyzm2U2zaVsJ2vMCUw 22066
neuroconv/datainterfaces/ecephys/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/ecephys/baselfpextractorinterface.py sha256=CmZoL0aaH692cSmILxP2xEmBhl36jKwE8Z7ta1OEwPc 1363
neuroconv/datainterfaces/ecephys/baserecordingextractorinterface.py sha256=Zp_iwTC57m6_k9N2vMbMz9oK1j6Vu01mLmP-xsu7T4o 17654
neuroconv/datainterfaces/ecephys/basesortingextractorinterface.py sha256=MP7bGj-qZhuCFsnwQaBnIxf6YugwkyjhcfSyks4YIso 17867
neuroconv/datainterfaces/ecephys/alphaomega/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/ecephys/alphaomega/alphaomegadatainterface.py sha256=D-AfoXhFKp7J8k9IwhG6gR4olsoLwLC4Qg6TYAy4bpE 1769
neuroconv/datainterfaces/ecephys/axona/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/ecephys/axona/axona_utils.py sha256=cY_41rTqNiPqFC0r-ogYGOkx14mBM_k2_0aX69C8HAQ 11799
neuroconv/datainterfaces/ecephys/axona/axonadatainterface.py sha256=dzNL4LwJx6ET74rkJLDUnIjii8dGqqo8hFgtHS3qqUY 7362
neuroconv/datainterfaces/ecephys/biocam/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/ecephys/biocam/biocamdatainterface.py sha256=4_9h6TCaZPnVNmr1uOWtdUtObBGv6PM9gcnLYjBGRfU 1139
neuroconv/datainterfaces/ecephys/blackrock/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/ecephys/blackrock/blackrockdatainterface.py sha256=kws3mMcikgE0i-nK4eJajhOd4iV9ZHvrNTS7OP3OQTQ 4871
neuroconv/datainterfaces/ecephys/blackrock/header_tools.py sha256=59zswppQ8JNVwV5u5C4YjZfgTszEvxfi3JPljAy36p8 4913
neuroconv/datainterfaces/ecephys/cellexplorer/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/ecephys/cellexplorer/cellexplorerdatainterface.py sha256=iiCEZyTZ6IJYSHy1yz9k1S2_i8Aet8ZQhOOuMOjTpXk 26702
neuroconv/datainterfaces/ecephys/edf/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/ecephys/edf/edfdatainterface.py sha256=sqYqgqq38EwAJaPSaYzCDu_SfFKSR2UUklPuiPjruXE 3687
neuroconv/datainterfaces/ecephys/intan/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/ecephys/intan/intandatainterface.py sha256=oJ7k1VYoLmb1MqxBM_m3wVO6R0IsRwNYx_7Q6ypYOOQ 3547
neuroconv/datainterfaces/ecephys/kilosort/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/ecephys/kilosort/kilosortdatainterface.py sha256=X1KMW0o6NtNOQaOUw7zn7ApkvarxzNU50VA_qE_X5m4 2973
neuroconv/datainterfaces/ecephys/maxwell/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/ecephys/maxwell/maxonedatainterface.py sha256=kecrhmyHVI6L35YjUULnfTiRoN8nvPDK0MA2l55hJag 3674
neuroconv/datainterfaces/ecephys/mcsraw/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/ecephys/mcsraw/mcsrawdatainterface.py sha256=S2usXXE-gbRGVmA7knMpyjk9z0sDWGzw6nKIW84McG8 1157
neuroconv/datainterfaces/ecephys/mearec/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/ecephys/mearec/mearecdatainterface.py sha256=HCO1gUd5Xf-Dj9oyFUH3lrw-tOq2leX_XAidDVSuqYQ 2590
neuroconv/datainterfaces/ecephys/neuralynx/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/ecephys/neuralynx/neuralynxdatainterface.py sha256=89GrqdZ8yR5lQQA4zM8RgHi5aLsbuxZ1FEa_bfDpnSM 8742
neuroconv/datainterfaces/ecephys/neuroscope/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/ecephys/neuroscope/neuroscope_utils.py sha256=aTVcdMzT3VCQPIJJTJ9pH9Ci_Gui8tAOYgCY7MKtC_s 4598
neuroconv/datainterfaces/ecephys/neuroscope/neuroscopedatainterface.py sha256=GnxdXQeQbEyB_tp3Gx9KGLcU2-9ZI1k6b18pUKjLSjk 14158
neuroconv/datainterfaces/ecephys/openephys/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/ecephys/openephys/_openephys_utils.py sha256=iXLtNwhCVOAMDEtZP_nM1enICYSbI2CcQu6FzxdlcrY 1754
neuroconv/datainterfaces/ecephys/openephys/openephysbinarydatainterface.py sha256=IEAW41F7S2-pCDUO-7LGJJVIBD6iE25hEmbP2yfsNSU 4874
neuroconv/datainterfaces/ecephys/openephys/openephysdatainterface.py sha256=9jib5QTLdFyrEd4Ic6Wy29D-SQStOHHL5K-2ZV6LMfg 4022
neuroconv/datainterfaces/ecephys/openephys/openephyslegacydatainterface.py sha256=LPWb0XKZCNx-_uX3nG1A8-6SKjsV6bkTVrZ5-BxEXDI 5058
neuroconv/datainterfaces/ecephys/openephys/openephyssortingdatainterface.py sha256=zIg3p9kKijGpqancyLQpShUao1Q_TLEW5EAv1o7oE14 1522
neuroconv/datainterfaces/ecephys/phy/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/ecephys/phy/phydatainterface.py sha256=7Zr80Dv6SXMNwSLfmL6wplDIU-W83Hz-dy8xDWjY6Po 3216
neuroconv/datainterfaces/ecephys/plexon/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/ecephys/plexon/plexondatainterface.py sha256=KpR0Xg728e225deipqMYcY_QYUJqyJsNsrxlXrtcZF0 8410
neuroconv/datainterfaces/ecephys/spike2/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/ecephys/spike2/spike2datainterface.py sha256=ppfpyrLQNZEGc1zl3y8V4QPfqP9sSQkxbeUxvic8RQQ 2847
neuroconv/datainterfaces/ecephys/spikegadgets/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/ecephys/spikegadgets/spikegadgetsdatainterface.py sha256=W_BBjFTk3smvxIcxGnXqkypqKxph9Q5WKqpMRSUhcSQ 2059
neuroconv/datainterfaces/ecephys/spikeglx/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/ecephys/spikeglx/spikeglx_utils.py sha256=5pLjtlP4Yl-HHkERejGkceK_SkWRyGJlZQ8SiKqnXkA 4726
neuroconv/datainterfaces/ecephys/spikeglx/spikeglxconverter.py sha256=ZIau4DdftCjp3MTy4xJfg7LRmRRwqUYMRqSIerm9yuc 4120
neuroconv/datainterfaces/ecephys/spikeglx/spikeglxdatainterface.py sha256=yD9XZ0D2eXot5lY6ttYxccbtijpjwj05-FIvdgMQSFk 7140
neuroconv/datainterfaces/ecephys/spikeglx/spikeglxnidqinterface.py sha256=dGiWTjAlQKgzmCXI2HD544iwBynn62jIeb5R0raWAJs 14523
neuroconv/datainterfaces/ecephys/tdt/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/ecephys/tdt/tdtdatainterface.py sha256=NO0aRmw0cUtqsEVAbCxKLCG-GRPaiO1W41rWRYKRcQQ 1968
neuroconv/datainterfaces/icephys/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/icephys/baseicephysinterface.py sha256=jv7Ff3mSL0XH0Cc10BaoMjL_x8LG4U3jOC0EGuPCnqQ 5191
neuroconv/datainterfaces/icephys/abf/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/icephys/abf/abfdatainterface.py sha256=tcqgScGOQ3lIT60vYEh73G0EjXfOoITKrSHvlQpEQnc 8585
neuroconv/datainterfaces/image/__init__.py sha256=rn8cdzwdEvnGjCMmkJU5PBEvRVSK4NIwcqA2MFr-q2w 103
neuroconv/datainterfaces/image/imageinterface.py sha256=YMWKcfM4ASSkD7dyxoUhdBhKaX6mmpPkfxBVEUzSEis 9513
neuroconv/datainterfaces/ophys/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/ophys/baseimagingextractorinterface.py sha256=igDu09it8ror92q7j-fo29yEszwLCedXS6dR1mWOkzU 7356
neuroconv/datainterfaces/ophys/basesegmentationextractorinterface.py sha256=gSJYogznb5NL_YUMl3EiFSQ0lnJ9X9eQPuyFWgR7VP0 9735
neuroconv/datainterfaces/ophys/brukertiff/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/ophys/brukertiff/brukertiffconverter.py sha256=V_Xu0BkEDo-T0ds1a4k1ea3r6PKCNz_W6SChE-_aigM 12375
neuroconv/datainterfaces/ophys/brukertiff/brukertiffdatainterface.py sha256=7dVyepCFJzE6itPDIPp-QVD2qLtFZ5o7yDHueietlAw 15813
neuroconv/datainterfaces/ophys/caiman/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/ophys/caiman/caimandatainterface.py sha256=AVL-3JONL0WyPGmiBvn3L7t9hEXvCD0Wg5sjHjHZHnI 1238
neuroconv/datainterfaces/ophys/cnmfe/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/ophys/cnmfe/cnmfedatainterface.py sha256=-Ng0CeTpNpepJzqdjq8rkBNA3nMpAjoPqIAiJZP-ZsI 612
neuroconv/datainterfaces/ophys/extract/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/ophys/extract/extractdatainterface.py sha256=5s2ki-nqq9lFpRxYFFJ9gS0kn9z7l8jU6c7Mw9eyx5c 1004
neuroconv/datainterfaces/ophys/hdf5/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/ophys/hdf5/hdf5datainterface.py sha256=7Hr7ZTc0Xm-syBkYBZ-I15U3oMWRuVfWeDCMmNVLgPk 1625
neuroconv/datainterfaces/ophys/micromanagertiff/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/ophys/micromanagertiff/micromanagertiffdatainterface.py sha256=tKRXigg15NsjBRLMf7M6AWC5GOmEXDtRd5phLsalhkg 2688
neuroconv/datainterfaces/ophys/miniscope/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/ophys/miniscope/miniscopeconverter.py sha256=O9HblRBc80Tp0-pXiKL-7pe0hSnkniwwcE-uDjWO5TA 6196
neuroconv/datainterfaces/ophys/miniscope/miniscopeimagingdatainterface.py sha256=ZVeldCWWKDee4luIXMUTsz_WBQZLyRpatKZWFT8JKZ0 6396
neuroconv/datainterfaces/ophys/sbx/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/ophys/sbx/sbxdatainterface.py sha256=r3ny60rkshE1lsKWZdqPGpEqQg6TYP_98B8KAw3MtyY 1502
neuroconv/datainterfaces/ophys/scanimage/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/ophys/scanimage/scanimageimaginginterfaces.py sha256=_3aK7oBRUFqnDasxM-W8r6c-yLh_N-ElqF3TXFIj5f8 32977
neuroconv/datainterfaces/ophys/sima/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/ophys/sima/simadatainterface.py sha256=0ZNFc1w3AsoW5KANW7eO-W2tPe0EJCFoMJ32h6aQ7wc 736
neuroconv/datainterfaces/ophys/suite2p/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/ophys/suite2p/suite2pdatainterface.py sha256=-uMdwD0TqvXhHsU8dvTG8qhtj0LSWNBBQ2M5jQwS6go 10174
neuroconv/datainterfaces/ophys/tdt_fp/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/ophys/tdt_fp/tdtfiberphotometrydatainterface.py sha256=xF-ndIgrMkoYWDOeJJaLLrDbBnoCzXe5xNTl1wh1wHw 19853
neuroconv/datainterfaces/ophys/tiff/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/ophys/tiff/tiffdatainterface.py sha256=JNsg_1TmYjSwkOVSegbaG70fEI8EZMwUzBUDqDqgK_o 1640
neuroconv/datainterfaces/text/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/text/timeintervalsinterface.py sha256=kXy1P4b6yrkzezwYjRykINVgc0kY_h-sRkm2Z_yzA68 8432
neuroconv/datainterfaces/text/csv/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/text/csv/csvtimeintervalsinterface.py sha256=ajbF5qOqfdxclPfqlD3MK7rduDXMMQVAZVnagFkC86Y 547
neuroconv/datainterfaces/text/excel/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/datainterfaces/text/excel/exceltimeintervalsinterface.py sha256=kX9pw7IZj-gJZsIWWBGKi340vFcW2U3uePUYFZTfxw8 1062
neuroconv/schemas/base_metadata_schema.json sha256=_1VzJGpiSWfXrLQ9_e54RoHtIVGWeLSdn8FEn3ef9Z0 5857
neuroconv/schemas/metadata_schema.json sha256=lHWnTkcmGf-Yw89MTVVme0D3oTemWamt0RfK3bbSKkU 12973
neuroconv/schemas/source_schema.json sha256=aWxP0p9stJGNUNQ02JUZrGbmmOHM2cOPoLuwdRKjJ_0 1352
neuroconv/schemas/time_series_schema.json sha256=okHU77ykRyhBp-j6vm6-KdVmamjfSBXK5IymDE4So54 2066
neuroconv/schemas/timeintervals_schema.json sha256=-XyssHcBWvlr2L5dM9GnGYznDS2n0_ehTcQdmVZTX2U 440
neuroconv/schemas/yaml_conversion_specification_schema.json sha256=hUkXcqcRe_KaRR7GGr-n75x-4kkqm0t96yV_78q3De0 1364
neuroconv/tools/__init__.py sha256=9Ku_HdqvzvO51KDiel_tmSTo36XHQmLvq_OH5mZp7EA 360
neuroconv/tools/fiber_photometry.py sha256=z2uCMfPfjwc--aEvEp90AvC5O3G1DNC6a2IaLdBymWY 1464
neuroconv/tools/figshare.py sha256=9MWBQXfGfoNOItrsiKEkdM_nq9mFVNI2HgMq4SGqWg8 3331
neuroconv/tools/hdmf.py sha256=PyRNvLBrR9LRxnWtT0sfYMaDRz8U6kaOnGv3HwixXkI 13751
neuroconv/tools/importing.py sha256=zUlBNInafwnBLAROERcDyd4igc-VzvspCt-AuyqIHoM 6553
neuroconv/tools/optogenetics.py sha256=LCiXHZr13hw_NswH0kSyvJzxO9PIAsGlh__sj8r-Qpg 1674
neuroconv/tools/path_expansion.py sha256=1qVygLZRirM7YF7MFQXwWWOMm67w08Jh_ott_Y4kaGI 8674
neuroconv/tools/processes.py sha256=UGKynpjduWyLhe4Z-sf9ZlyZZvhpwhvkSTSYzySLqaY 905
neuroconv/tools/signal_processing.py sha256=jZiunuQ752JREiQQ7a-YsM1xRro3NcbWPWWR65QqNV8 2194
neuroconv/tools/text.py sha256=2hUixbiOJShX4PREMDU8HAdBG4c4IOgIVnmNg_0Jm60 2049
neuroconv/tools/audio/__init__.py sha256=CWlHwEjNHARhdZoze5xsrX5Es2i3rJLvsL2qT36j3cU 48
neuroconv/tools/audio/audio.py sha256=JHbfWOiAjaSezwlilPuuNgAocWDkFvmKruiRug_Dd2E 2743
neuroconv/tools/aws/__init__.py sha256=6O7xvQL-TBzdHX4UMTg36gmlGblkXBhkvNLG7KUBJNo 300
neuroconv/tools/aws/_deploy_neuroconv_batch_job.py sha256=v_efEBuiJXw5i7qwyAv4Vfl0LBcowwXzyQ2Aueh7vOs 10375
neuroconv/tools/aws/_dynamodb.py sha256=bpXUXUGrhsD12wrgYEcXPjDX88xiCnYOyEPEOhXdMQI 1428
neuroconv/tools/aws/_rclone_transfer_batch_job.py sha256=o8Mm4q5KAJYu7L2IDSnxwYcmtfVU-_XNZOgF9hO67uQ 5119
neuroconv/tools/aws/_submit_aws_batch_job.py sha256=AINqwXDuzQqCNBB85P1iXZs76fT2lUp4kDCR3p2vuxY 28987
neuroconv/tools/data_transfers/__init__.py sha256=CHzMY8P0TPkTF98tKgpiEpdTFBYhBbU5u1Jui-CZIX8 331
neuroconv/tools/data_transfers/_dandi.py sha256=KjQZT9y6587rjHmgpjAvkhVBfVxGCbCSqmwBykD8ikQ 5184
neuroconv/tools/data_transfers/_globus.py sha256=WwTyBieQf2DyUnNCSDR_QMgdCI43FQqlem6doRcRlCM 8676
neuroconv/tools/neo/__init__.py sha256=nq730-k-oKCTfS60nEteMipvxZfg-ocAOdZvkAGwrvo 176
neuroconv/tools/neo/neo.py sha256=JQ6_ITovcqOMPDe9mehyl4F4CPCKAePeia_EWtCVnac 20241
neuroconv/tools/nwb_helpers/__init__.py sha256=8Gt9GHtDxrjuVnn1JAMduCydYvtIaZemsTsbt3wPEac 2061
neuroconv/tools/nwb_helpers/_backend_configuration.py sha256=djW6yhmkj3Ffkrt5pzgrrKKB1EItAjL6j_PtCKgY-8s 795
neuroconv/tools/nwb_helpers/_configure_backend.py sha256=aiF6s2bvk289zbMA_QkBE0AQb0yqguyyEcietbAw6iI 3470
neuroconv/tools/nwb_helpers/_dataset_configuration.py sha256=xpc_XqL7lmlXR5QEUOFo1jSDus7cmYK0ZKD1lrP1L-A 7679
neuroconv/tools/nwb_helpers/_metadata_and_file_helpers.py sha256=mWeESCORkfW1LgfjG6SSTYn39wJ15-5N0lADnJ8TUVI 15964
neuroconv/tools/nwb_helpers/_configuration_models/__init__.py sha256=EAIhlOBFz7RI9UvafC2GpC5aqO1-4Voxui3F-4tfIuI 214
neuroconv/tools/nwb_helpers/_configuration_models/_base_backend.py sha256=eNGLpx4ugRVWFX-F-V7kfwN9MOG0-AfguwwzyqpNEnc 6770
neuroconv/tools/nwb_helpers/_configuration_models/_base_dataset_io.py sha256=SjjKvT7hCbFEkgYUPFo_Ww8QhjWPAUSwKD9cXApbmAI 16165
neuroconv/tools/nwb_helpers/_configuration_models/_hdf5_backend.py sha256=M10CuQfAIi_OM9oFV0d_Uy9kDNP5wxhS6G0aPZRsyCE 894
neuroconv/tools/nwb_helpers/_configuration_models/_hdf5_dataset_io.py sha256=Qfsb7g1-kuKy3FHzv6QmnuIc90dzS-5HINtP8ujFm-o 3876
neuroconv/tools/nwb_helpers/_configuration_models/_pydantic_pure_json_schema_generator.py sha256=VNL3W_u5745KsqFXq3ni55XZT_K2Ml82QHUa_gKZirc 613
neuroconv/tools/nwb_helpers/_configuration_models/_zarr_backend.py sha256=6SyvqdTjP7Vom2jpnsnxrCv9rYQ2k6sj__LGLSQRUnE 1560
neuroconv/tools/nwb_helpers/_configuration_models/_zarr_dataset_io.py sha256=xCzwmSz2iCe2S9Mp82U5hUO2GYeO0m1IQLvL4m7GZ9M 6075
neuroconv/tools/roiextractors/__init__.py sha256=11QIGYcmjFjdbRkeWDimIlrM0Vp98Qyczseffm2lXlg 511
neuroconv/tools/roiextractors/imagingextractordatachunkiterator.py sha256=cUGEvSzo8InV3IxJQtpUGfkVQ6TosO2Bj_3lBxWIYkQ 6776
neuroconv/tools/roiextractors/roiextractors.py sha256=nwPujS1LVp_ZXUvaMTsfvToQOya303VHjS47Kbvzcwg 65092
neuroconv/tools/spikeinterface/__init__.py sha256=dcCEkocryUwDu0QQujsfdZvmV2NbUeQKN766tXz2-VE 530
neuroconv/tools/spikeinterface/spikeinterface.py sha256=TzfzMxukXUR-g-0KKLkkgOzjIsGP_3ctJM27vr5mdnc 82452
neuroconv/tools/spikeinterface/spikeinterfacerecordingdatachunkiterator.py sha256=avmskjmbbsz_ibnKKMxbaEwssIJ4t_AMV2lX0ddqRu0 6415
neuroconv/tools/testing/__init__.py sha256=f7uCiMPvxWRAq7wDOJl3a-A1_fcTMtOIFUVHUYBvTVk 498
neuroconv/tools/testing/_path_expander_demo_ibl_filepaths.txt sha256=5T4818vviedx0brxhobiFEeHrrSufj5_gbumckP9wWE 4849
neuroconv/tools/testing/data_interface_mixins.py sha256=Ix5axkoJ3UyWrvh6Ajrk-8VAS0f1UPXls9M_C1oZi38 67127
neuroconv/tools/testing/mock_files.py sha256=U9Q8ZFpDWBOaA89HdBVIyF1jWO_sPXJrAN6mQFAL4f4 1013
neuroconv/tools/testing/mock_interfaces.py sha256=4Sg2VDd3nG0luG6jRl9zcIGDZbVan80LVIPCHnHxv2E 16583
neuroconv/tools/testing/mock_probes.py sha256=lXufX78dCkDfHtdw-L_zQf80bH9de_akQ9HgQamWB88 1308
neuroconv/tools/testing/mock_ttl_signals.py sha256=FD1HcchT04Gtvq5BYqV399ZOdDGwPs7RhNJ6_Lypi-s 12323
neuroconv/tools/testing/_mock/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
neuroconv/tools/testing/_mock/_mock_dataset_models.py sha256=IkRludKkmYjx2YWaaWrGAEQPg5MDalVx4mELbeBNNxQ 4925
neuroconv/tools/testing/audio/__init__.py sha256=qSAN5y6qzKUiF7FRnicDXt_9BE_xHZWxay-LRnwq3I8 137
neuroconv/tools/testing/audio/test_audio_utils.py sha256=R7WMuNLrAFV2ZosZblm9DWdKBod7Iit6BbJvIMmUPrw 2572
neuroconv/tools/yaml_conversion_specification/__init__.py sha256=8v80sBbIdeP1I6VtyDdPzR7iyM8854UgoA-hKYy-4no 109
neuroconv/tools/yaml_conversion_specification/_yaml_conversion_specification.py sha256=vNWFiTI6vYPj3Uf7C5exsMHpfzt7gxpD_1EFOpP9CEE 8657
neuroconv/utils/__init__.py sha256=Q6DrP6wUeIS-jB_pYUqh_xiZUbgDCLqgStFap7VxY9k 2045
neuroconv/utils/checks.py sha256=VGNa60BK8QHSJZJdYxc_c9HoDJWvZsgJ_7SK2PabRiY 621
neuroconv/utils/dict.py sha256=CYfdYwYUfhJy1ajuC6tgrQ1KDXl_a4zXLPKbnWVjve4 10282
neuroconv/utils/json_schema.py sha256=zllzvojv6xplZPutbG7_w9Wtodj9mO9DADaFyU0ul14 14799
neuroconv/utils/path.py sha256=9NLpgfmug7bp0ULrgxdisLPIMeeMc-XdemMAO-VjTtU 867
neuroconv/utils/str_utils.py sha256=FbRfhz5v_yT69D0ijr7gVEIGR_ccFCZtNZg4Cgbhm9A 1377
neuroconv/utils/types.py sha256=HqKGjJPiARZ-WBZCE5ZZfoOPlQtXWWDJvtutbYG10Ao 1697
neuroconv-0.7.1.dist-info/METADATA sha256=y_BigS31_9pA-DP5XlJmlKmAD7q8aLIohau9J7YvTEs 17094
neuroconv-0.7.1.dist-info/WHEEL sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM 91
neuroconv-0.7.1.dist-info/entry_points.txt sha256=arzHQiT6CuLb1FHQBvhBUEMWQH1YQnPn9X9PvvpEI1E 136
neuroconv-0.7.1.dist-info/top_level.txt sha256=Zb6_dbwNjlQLI6lShzsmHoCfO0ZEOhQi3k0c6LRGLIs 10
neuroconv-0.7.1.dist-info/RECORD

top_level.txt

neuroconv

entry_points.txt

neuroconv = neuroconv.tools.yaml_conversion_specification._yaml_conversion_specification:run_conversion_from_yaml_cli