claudible 0.1.5__tar.gz → 0.1.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {claudible-0.1.5 → claudible-0.1.6}/PKG-INFO +3 -3
- {claudible-0.1.5 → claudible-0.1.6}/README.md +2 -2
- {claudible-0.1.5 → claudible-0.1.6}/pyproject.toml +1 -1
- {claudible-0.1.5 → claudible-0.1.6}/src/claudible.egg-info/PKG-INFO +3 -3
- {claudible-0.1.5 → claudible-0.1.6}/setup.cfg +0 -0
- {claudible-0.1.5 → claudible-0.1.6}/src/claudible/__init__.py +0 -0
- {claudible-0.1.5 → claudible-0.1.6}/src/claudible/__main__.py +0 -0
- {claudible-0.1.5 → claudible-0.1.6}/src/claudible/audio.py +0 -0
- {claudible-0.1.5 → claudible-0.1.6}/src/claudible/cli.py +0 -0
- {claudible-0.1.5 → claudible-0.1.6}/src/claudible/materials.py +0 -0
- {claudible-0.1.5 → claudible-0.1.6}/src/claudible/monitor.py +0 -0
- {claudible-0.1.5 → claudible-0.1.6}/src/claudible.egg-info/SOURCES.txt +0 -0
- {claudible-0.1.5 → claudible-0.1.6}/src/claudible.egg-info/dependency_links.txt +0 -0
- {claudible-0.1.5 → claudible-0.1.6}/src/claudible.egg-info/entry_points.txt +0 -0
- {claudible-0.1.5 → claudible-0.1.6}/src/claudible.egg-info/requires.txt +0 -0
- {claudible-0.1.5 → claudible-0.1.6}/src/claudible.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: claudible
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.6
|
|
4
4
|
Summary: Ambient audio soundscape feedback for terminal output - an opus for your terminals, claude code by default
|
|
5
5
|
License: MIT
|
|
6
6
|
Project-URL: Homepage, https://github.com/anthropics/claudible
|
|
@@ -42,11 +42,11 @@ Requires-Dist: sounddevice>=0.4.0
|
|
|
42
42
|
|
|
43
43
|
Possibly the most annoying Claude utility ever made but here it is anyway.
|
|
44
44
|
|
|
45
|
-
Ambient audio soundscape feedback for terminal output. It really shines when used with a lot of busy
|
|
45
|
+
Ambient audio soundscape feedback for terminal output. It really shines when used with a lot of busy Claude Code terminals running at the same time.
|
|
46
46
|
|
|
47
47
|
## 🎼 The Idea
|
|
48
48
|
|
|
49
|
-
Imagine you are working in a factory. Each Claude Code session is a machine that must be attended to. When it's working, you hear it — crystalline sparkles as text flows, soft chimes when tasks complete. When
|
|
49
|
+
Imagine you are working in a factory. Each Claude Code session is a machine that must be attended to. When it's working, you hear it — crystalline sparkles as text flows, soft chimes when tasks complete. When everything goes quiet, you know something needs your attention.
|
|
50
50
|
|
|
51
51
|
## 🎶 Installation
|
|
52
52
|
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
|
|
18
18
|
Possibly the most annoying Claude utility ever made but here it is anyway.
|
|
19
19
|
|
|
20
|
-
Ambient audio soundscape feedback for terminal output. It really shines when used with a lot of busy
|
|
20
|
+
Ambient audio soundscape feedback for terminal output. It really shines when used with a lot of busy Claude Code terminals running at the same time.
|
|
21
21
|
|
|
22
22
|
## 🎼 The Idea
|
|
23
23
|
|
|
24
|
-
Imagine you are working in a factory. Each Claude Code session is a machine that must be attended to. When it's working, you hear it — crystalline sparkles as text flows, soft chimes when tasks complete. When
|
|
24
|
+
Imagine you are working in a factory. Each Claude Code session is a machine that must be attended to. When it's working, you hear it — crystalline sparkles as text flows, soft chimes when tasks complete. When everything goes quiet, you know something needs your attention.
|
|
25
25
|
|
|
26
26
|
## 🎶 Installation
|
|
27
27
|
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "claudible"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.6"
|
|
8
8
|
description = "Ambient audio soundscape feedback for terminal output - an opus for your terminals, claude code by default"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = {text = "MIT"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: claudible
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.6
|
|
4
4
|
Summary: Ambient audio soundscape feedback for terminal output - an opus for your terminals, claude code by default
|
|
5
5
|
License: MIT
|
|
6
6
|
Project-URL: Homepage, https://github.com/anthropics/claudible
|
|
@@ -42,11 +42,11 @@ Requires-Dist: sounddevice>=0.4.0
|
|
|
42
42
|
|
|
43
43
|
Possibly the most annoying Claude utility ever made but here it is anyway.
|
|
44
44
|
|
|
45
|
-
Ambient audio soundscape feedback for terminal output. It really shines when used with a lot of busy
|
|
45
|
+
Ambient audio soundscape feedback for terminal output. It really shines when used with a lot of busy Claude Code terminals running at the same time.
|
|
46
46
|
|
|
47
47
|
## 🎼 The Idea
|
|
48
48
|
|
|
49
|
-
Imagine you are working in a factory. Each Claude Code session is a machine that must be attended to. When it's working, you hear it — crystalline sparkles as text flows, soft chimes when tasks complete. When
|
|
49
|
+
Imagine you are working in a factory. Each Claude Code session is a machine that must be attended to. When it's working, you hear it — crystalline sparkles as text flows, soft chimes when tasks complete. When everything goes quiet, you know something needs your attention.
|
|
50
50
|
|
|
51
51
|
## 🎶 Installation
|
|
52
52
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|