CodeLane
Twitch for coding — stream your code live, watch dots move across a 3D git graph.
CodeLane turns solo coding sessions into live spectator events. Your commits become dots moving across a 3D git graph while viewers watch in real time.
Install
pip install talocode-codelane
Quickstart
from talocode_codelane import CodeLaneClient
lane = CodeLaneClient(repo=".")
lane.init()
# Get 3D graph
graph = lane.get_graph()
print(f"Nodes: {len(graph['nodes'])}, Edges: {len(graph['edges'])}")
# Get stats
stats = lane.get_stats()
print(f"Commits: {stats['commits']}, Lines: {stats['linesChanged']}")
CLI
# Get stats
codelane stats
# Get graph
codelane graph
# List files
codelane files
# Stream (requires server)
codelane stream --port 3000
Talocode Ecosystem
| Package | PyPI | npm |
|---|---|---|
| DocuLane | talocode-doculane |
@talocode/doculane |
| XSearchLane | talocode-xsearchlane |
@talocode/xsearchlane |
| Wiki | talocode-wiki |
@talocode/wiki |
| CodeLane | talocode-codelane |
@talocode/codelane |
License
MIT © Talocode
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 talocode_codelane-0.1.0.tar.gz.
File metadata
- Download URL: talocode_codelane-0.1.0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e3bd575d06f7e81ef06a04e1afe73a0b8284b6369144ffd1bee183e453d4bfd
|
|
| MD5 |
d23e5863c325f8a8922ec1b4bb0b722e
|
|
| BLAKE2b-256 |
2541d9cb6fe277c8df005a96998d1b7e25505a460bb24030d5f984390621ec86
|
File details
Details for the file talocode_codelane-0.1.0-py3-none-any.whl.
File metadata
- Download URL: talocode_codelane-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f7c89ecc97b94752d3dab0591a710537149137c35dc6a3e5fa2eb056923f3e73
|
|
| MD5 |
6160a7c29f44feb457cdc008c76c36b8
|
|
| BLAKE2b-256 |
41c565fbfe6279081418060c004491eae01ff6212742be68885b5ebd18e725f9
|