arfx

View on PyPIReverse Dependencies (0)

2.6.15 arfx-2.6.15-py3-none-any.whl

Wheel Details

Project: arfx
Version: 2.6.15
Filename: arfx-2.6.15-py3-none-any.whl
Download: [link]
Size: 43680
MD5: afff51e50b1f735de9ebf3099c30f026
SHA256: c75bf6565334b3c4b45babf6fab01efedfc7155e7fdfaca1e3ff8d2a2f944671
Uploaded: 2024-02-02 02:00:51 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: arfx
Version: 2.6.15
Summary: Advanced Recording Format Tools
Author: Dan Meliza
Author-Email: dan[at]meliza.org
Maintainer: Dan Meliza
Maintainer-Email: dan[at]meliza.org
Home-Page: https://github.com/melizalab/arfx
License: BSD 3-Clause License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Natural Language :: English
Requires-Python: >=3.8
Requires-Dist: arf (>=2.6.7)
Requires-Dist: ewave (>=1.0.7)
Requires-Dist: tqdm
Requires-Dist: natsort
Requires-Dist: pytest (>=7.0); extra == "test"
Provides-Extra: test
Description-Content-Type: text/x-rst
License-File: COPYING
[Description omitted; length: 9302 characters]

WHEEL

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

RECORD

Path Digest Size
arfx/__init__.py sha256=x9mIGuXEYxuQi9FZBHycmBXL5_HTsHGFxiTSWo39Q10 275
arfx/collect.py sha256=rCxwYs76wzKxTcmV9B3IJVLrrQkdlDrzMnkPOj5u6OM 8819
arfx/core.py sha256=vPzplS9PLd96GRQbiL9iUM9IMgeD-N4n9znIQB6aThk 24605
arfx/io.py sha256=aUJA4aca3pbbNN1CwVPT7IqiZXjL5rNdpWXi3n_dVWQ 1972
arfx/lblio.py sha256=4jygFCmw8EsBz3Qqyi1l1VY1t0lA5UzdaE6c5v-V6ss 2843
arfx/mdaio.py sha256=FklJaMN0c-d-wFb2FHVySdnmzyAfrzoc-LN5uYrsAMQ 6149
arfx/migrate.py sha256=ddWicoJdf1RotrZzCvJNu_VmN_tDHGH2QHhZ6RlfAII 9714
arfx/npyio.py sha256=eiAQGTkdmaq1Abi4hbeQ7vZiw4KgsjZ7pcOQFn5nr1g 4212
arfx/oephys.py sha256=JiYEAw05ZfQrzpzXnS1L_MG1-PFb-gx5YAyZ3eUawQ0 14978
arfx/pcmio.py sha256=E59xXXFXBxk20AN9vN8BSYdK4XuOvrmzJiwSzVsBrVw 6162
arfx/select.py sha256=Z1VF76F9j7uOIRnmTgf_Zr-tyxxm9n5tiOxanrhDjio 4733
arfx/splitter.py sha256=DOv_vL7DJZKclRjqL3WT9vqIffxprNkw21qAG7lpyVM 7280
arfx/tools.py sha256=YZgm2-iawAPtuTAIQ7KosenAj3rJln5MB1toCO9UAeY 1111
arfx-2.6.15.dist-info/COPYING sha256=D9fI0Yl6TJ3U8uZB29Kmd1tMB-qfqDKBd-bIafTzpkE 18050
arfx-2.6.15.dist-info/METADATA sha256=NKGCzh96AUzWF_zOAiy0ZlKFUJUuIYPwtCgqu0V3JJA 10439
arfx-2.6.15.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
arfx-2.6.15.dist-info/entry_points.txt sha256=QyHGPEzv5hrjExQJgw8BkLt8G5UTtYGSQvuy_w-f_VM 331
arfx-2.6.15.dist-info/top_level.txt sha256=yBOXLQEi9yeZKvCzkQxr8GhI9TOjMv4g2cm8Vqf0QZ4 5
arfx-2.6.15.dist-info/RECORD

top_level.txt

arfx

entry_points.txt

.dat = arfx.pcmio:pcmfile
.mda = arfx.mdaio:mdafile
.npy = arfx.npyio:npyfile
.pcm = arfx.pcmio:pcmfile
.wav = ewave:wavfile
arfx = arfx.core:arfx
arfx-collect-sampled = arfx.collect:collect_sampled_script
arfx-oephys = arfx.oephys:script
arfx-select = arfx.select:main
arfx-split = arfx.splitter:main