psychopy-plugin-template

View on PyPIReverse Dependencies (0)

0.0.2 psychopy_plugin_template-0.0.2-py3-none-any.whl

Wheel Details

Project: psychopy-plugin-template
Version: 0.0.2
Filename: psychopy_plugin_template-0.0.2-py3-none-any.whl
Download: [link]
Size: 32013
MD5: 9ff25808641572678c0b0bd4ef66fac3
SHA256: be35e821c18737ee676a4308095930f4de76a969da9f020862b51be124e28864
Uploaded: 2024-04-25 13:43:51 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: psychopy-plugin-template
Version: 0.0.2
Summary: Tutorial on how to create a plugin component for both PsychoPy and PsychoJS
Author-Email: OST Science Team <science[at]opensceincetools.org>
Project-Url: homepage, https://github.com/psychopy/psychopy-plugin-template
Project-Url: changelog, https://github.com/psychopy/psychopy-plugin-template/blob/main/CHANGELOG.md
License: MIT
Requires-Dist: psychopy; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: furo; extra == "docs"
Requires-Dist: psychopy; extra == "tests"
Requires-Dist: pytest; extra == "tests"
Provides-Extra: docs
Provides-Extra: tests
[No description]

WHEEL

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

RECORD

Path Digest Size
psychopy_plugin_template/__init__.py sha256=U9IrU2GveT-UXBvst4gZvLRvv7SxSIH6Ur5fykN7_P0 444
psychopy_plugin_template/components/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
psychopy_plugin_template/components/exampleComponent/__init__.py sha256=PfPau3sYrlq42q1UQJMspU8XKruAjOEkDL5IRg23kws 6537
psychopy_plugin_template/components/exampleComponent/classic/example.png sha256=9A9XEFRemKn45SQmEn-HV7fUoA3qcf8b0OTvjBP7Pe4 3612
psychopy_plugin_template/components/exampleComponent/classic/example@2x.png sha256=52Z3nBW763-NVOWulWs-ZMsZqfGyURhV_CT-I712D0g 9490
psychopy_plugin_template/components/exampleComponent/dark/example.png sha256=LlVveL2DtgWBogLuGdGlaquCz6KlSzZUJP_EjQlF_QA 1706
psychopy_plugin_template/components/exampleComponent/dark/example@2x.png sha256=P7vnMa2S-6b1L3icA8IxcIClb5wY6aukH4CjLSqXQjY 2926
psychopy_plugin_template/components/exampleComponent/light/example.png sha256=LlVveL2DtgWBogLuGdGlaquCz6KlSzZUJP_EjQlF_QA 1706
psychopy_plugin_template/components/exampleComponent/light/example@2x.png sha256=P7vnMa2S-6b1L3icA8IxcIClb5wY6aukH4CjLSqXQjY 2926
psychopy_plugin_template/hardware/__init__.py sha256=kTX-SuL_kd0ixskILhDP-jsM5JnZDHfVjRPfEriuEhA 68
psychopy_plugin_template/hardware/exampleDevice.py sha256=MD5GdTLrrBJapfYQ2djAGW0ovlUeg0wWjbdd3z8pItc 471
psychopy_plugin_template/hardware/exampleResponseDevice.py sha256=myCE1AE_o4pNDczKNaIt0bfwwW0WuHgSAsuUSx-X3d4 1009
psychopy_plugin_template/routines/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
psychopy_plugin_template/routines/exampleStandaloneRoutine/__init__.py sha256=6-C60EnNraQZyVeNEdF4Um-99wEzjtNAdPveILBidoc 399
psychopy_plugin_template/visual/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
psychopy_plugin_template/visual/exampleVisualStim.py sha256=FYkDmCpR9GDTAtTcYMq9nxtl0IdaqCeoMsaImFmk5w4 2094
psychopy_plugin_template-0.0.2.dist-info/METADATA sha256=oNhZ-idxjv3dhfvuVs--RbZcmaKUOnuQchlyDzVSdXw 652
psychopy_plugin_template-0.0.2.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
psychopy_plugin_template-0.0.2.dist-info/entry_points.txt sha256=QyeipTp2OsxF5ojBVESegXUsjsPWKWNlQt5qrlVk8iM 568
psychopy_plugin_template-0.0.2.dist-info/top_level.txt sha256=P6FVousk_lWBLS6iwYZIXASENzVC-xYAEiRf76ZW_3g 25
psychopy_plugin_template-0.0.2.dist-info/RECORD

top_level.txt

psychopy_plugin_template

entry_points.txt

ExampleComponent = psychopy_example_plugin.components.exampleComponent:ExampleComponent
ExampleStandaloneRoutine = psychopy_example_plugin.routines.exampleStandaloneRoutine:ExampleStandaloneRoutine
ExampleDevice = psychopy_example_plugin.hardware.exampleDevice:ExampleDevice
ExampleResponseDevice = psychopy_example_plugin.hardware.exampleResponseDevice:ExampleResponseDevice
ExampleVisualStim = psychopy_example_plugin.visual.exampleVisualStim:ExampleVisualStim