No project description provided
Project description
Colight
A Python library for creating interactive visualizations and widgets.
Installation
pip install colight
Usage
import colight as cl
import numpy as np
# Create data
x = np.linspace(0, 10, 100)
y = np.sin(x)
# Create visualization
cl.plot.line(x=x, y=y)
For more examples and documentation, visit the documentation site.
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
colight-2025.4.1.tar.gz
(262.9 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
colight-2025.4.1-py3-none-any.whl
(187.0 kB
view details)
File details
Details for the file colight-2025.4.1.tar.gz.
File metadata
- Download URL: colight-2025.4.1.tar.gz
- Upload date:
- Size: 262.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5375114cde3b22e81965ce2d129e943ec132d53fd83c8182e3241b929a6c9cb
|
|
| MD5 |
e69491b52ab622740dff9b9d1829b6c6
|
|
| BLAKE2b-256 |
947743ee32aa7e04d2e3e5dd05a23e5b299438215d9e4ace6426c9d9ba230e2d
|
File details
Details for the file colight-2025.4.1-py3-none-any.whl.
File metadata
- Download URL: colight-2025.4.1-py3-none-any.whl
- Upload date:
- Size: 187.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd8e6b05192fc48291bef6b0b6bb9c1306102d31e5aa815aaad0a7d254ef835e
|
|
| MD5 |
67f8a518426dc579d465d2636e68301a
|
|
| BLAKE2b-256 |
c36470126973a2453fa93545cb4836db8837387d51618da9b4d766a33209a5ff
|