A Python interface for the Ether Dream laser DAC
Project description
Ether Dream for Python
Example:
import ether_dream
class PointStream:
def __iter__(self):
return self
def __next__(self):
return (0, 0, 65535, 65535, 65535)
d = ether_dream.get_dac()
d.play_stream(iter(PointStream()))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ether_dream-0.1.1.tar.gz
(4.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ether_dream-0.1.1.tar.gz.
File metadata
- Download URL: ether_dream-0.1.1.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
321abd1aa2db8b67d8d242071b2a84e50715c6dd319978c68e0ea195545e681d
|
|
| MD5 |
0486f294082e608b32d0cd169e930467
|
|
| BLAKE2b-256 |
43c1a1b753d06d32d0b5014aa4993e834c883efb4a59d445bb09ebe060a7ddf9
|
File details
Details for the file ether_dream-0.1.1-py3-none-any.whl.
File metadata
- Download URL: ether_dream-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
101c27199f8f00cc8eabf35f25f588ddbd27d67a28096222845b4a4d3319a35e
|
|
| MD5 |
7120fe2496cef0eddacf097c2c765bb6
|
|
| BLAKE2b-256 |
70867b78f7db81b9221338e77d380bb16b97caf5029fc053f638948c3e18c650
|