claudible 0.1.0__tar.gz → 0.1.1__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.0 → claudible-0.1.1}/PKG-INFO +2 -2
- {claudible-0.1.0 → claudible-0.1.1}/pyproject.toml +2 -2
- {claudible-0.1.0 → claudible-0.1.1}/src/claudible.egg-info/PKG-INFO +2 -2
- {claudible-0.1.0 → claudible-0.1.1}/README.md +0 -0
- {claudible-0.1.0 → claudible-0.1.1}/setup.cfg +0 -0
- {claudible-0.1.0 → claudible-0.1.1}/src/claudible/__init__.py +0 -0
- {claudible-0.1.0 → claudible-0.1.1}/src/claudible/__main__.py +0 -0
- {claudible-0.1.0 → claudible-0.1.1}/src/claudible/audio.py +0 -0
- {claudible-0.1.0 → claudible-0.1.1}/src/claudible/cli.py +0 -0
- {claudible-0.1.0 → claudible-0.1.1}/src/claudible/materials.py +0 -0
- {claudible-0.1.0 → claudible-0.1.1}/src/claudible/monitor.py +0 -0
- {claudible-0.1.0 → claudible-0.1.1}/src/claudible.egg-info/SOURCES.txt +0 -0
- {claudible-0.1.0 → claudible-0.1.1}/src/claudible.egg-info/dependency_links.txt +0 -0
- {claudible-0.1.0 → claudible-0.1.1}/src/claudible.egg-info/entry_points.txt +0 -0
- {claudible-0.1.0 → claudible-0.1.1}/src/claudible.egg-info/requires.txt +0 -0
- {claudible-0.1.0 → claudible-0.1.1}/src/claudible.egg-info/top_level.txt +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: claudible
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Ambient audio soundscape feedback for terminal output - an opus for your terminals
|
|
5
5
|
License: MIT
|
|
6
|
-
Project-URL: Homepage, https://github.com/
|
|
6
|
+
Project-URL: Homepage, https://github.com/anthropics/claudible
|
|
7
7
|
Classifier: Development Status :: 4 - Beta
|
|
8
8
|
Classifier: Environment :: Console
|
|
9
9
|
Classifier: Intended Audience :: Developers
|
|
@@ -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.1"
|
|
8
8
|
description = "Ambient audio soundscape feedback for terminal output - an opus for your terminals"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = {text = "MIT"}
|
|
@@ -34,7 +34,7 @@ dependencies = [
|
|
|
34
34
|
claudible = "claudible.cli:main"
|
|
35
35
|
|
|
36
36
|
[project.urls]
|
|
37
|
-
Homepage = "https://github.com/
|
|
37
|
+
Homepage = "https://github.com/anthropics/claudible"
|
|
38
38
|
|
|
39
39
|
[tool.setuptools.packages.find]
|
|
40
40
|
where = ["src"]
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: claudible
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Ambient audio soundscape feedback for terminal output - an opus for your terminals
|
|
5
5
|
License: MIT
|
|
6
|
-
Project-URL: Homepage, https://github.com/
|
|
6
|
+
Project-URL: Homepage, https://github.com/anthropics/claudible
|
|
7
7
|
Classifier: Development Status :: 4 - Beta
|
|
8
8
|
Classifier: Environment :: Console
|
|
9
9
|
Classifier: Intended Audience :: Developers
|
|
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
|
|
File without changes
|