s2t 0.1.3.post1.dev1__tar.gz → 0.1.4__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.
Files changed (30) hide show
  1. {s2t-0.1.3.post1.dev1 → s2t-0.1.4}/PKG-INFO +1 -1
  2. {s2t-0.1.3.post1.dev1 → s2t-0.1.4}/src/s2t.egg-info/PKG-INFO +1 -1
  3. {s2t-0.1.3.post1.dev1 → s2t-0.1.4}/.gitignore +0 -0
  4. {s2t-0.1.3.post1.dev1 → s2t-0.1.4}/.pre-commit-config.yaml +0 -0
  5. {s2t-0.1.3.post1.dev1 → s2t-0.1.4}/AGENTS.md +0 -0
  6. {s2t-0.1.3.post1.dev1 → s2t-0.1.4}/CONTRIBUTING.md +0 -0
  7. {s2t-0.1.3.post1.dev1 → s2t-0.1.4}/MANIFEST.in +0 -0
  8. {s2t-0.1.3.post1.dev1 → s2t-0.1.4}/Makefile +0 -0
  9. {s2t-0.1.3.post1.dev1 → s2t-0.1.4}/README.md +0 -0
  10. {s2t-0.1.3.post1.dev1 → s2t-0.1.4}/docs/RELEASING.md +0 -0
  11. {s2t-0.1.3.post1.dev1 → s2t-0.1.4}/docs/SESSION_STATE.md +0 -0
  12. {s2t-0.1.3.post1.dev1 → s2t-0.1.4}/pyproject.toml +0 -0
  13. {s2t-0.1.3.post1.dev1 → s2t-0.1.4}/scripts/bench_transcribe.py +0 -0
  14. {s2t-0.1.3.post1.dev1 → s2t-0.1.4}/setup.cfg +0 -0
  15. {s2t-0.1.3.post1.dev1 → s2t-0.1.4}/src/s2t/__init__.py +0 -0
  16. {s2t-0.1.3.post1.dev1 → s2t-0.1.4}/src/s2t/cli.py +0 -0
  17. {s2t-0.1.3.post1.dev1 → s2t-0.1.4}/src/s2t/config.py +0 -0
  18. {s2t-0.1.3.post1.dev1 → s2t-0.1.4}/src/s2t/outputs.py +0 -0
  19. {s2t-0.1.3.post1.dev1 → s2t-0.1.4}/src/s2t/py.typed +0 -0
  20. {s2t-0.1.3.post1.dev1 → s2t-0.1.4}/src/s2t/recorder.py +0 -0
  21. {s2t-0.1.3.post1.dev1 → s2t-0.1.4}/src/s2t/translator/__init__.py +0 -0
  22. {s2t-0.1.3.post1.dev1 → s2t-0.1.4}/src/s2t/translator/argos_backend.py +0 -0
  23. {s2t-0.1.3.post1.dev1 → s2t-0.1.4}/src/s2t/types.py +0 -0
  24. {s2t-0.1.3.post1.dev1 → s2t-0.1.4}/src/s2t/utils.py +0 -0
  25. {s2t-0.1.3.post1.dev1 → s2t-0.1.4}/src/s2t/whisper_engine.py +0 -0
  26. {s2t-0.1.3.post1.dev1 → s2t-0.1.4}/src/s2t.egg-info/SOURCES.txt +0 -0
  27. {s2t-0.1.3.post1.dev1 → s2t-0.1.4}/src/s2t.egg-info/dependency_links.txt +0 -0
  28. {s2t-0.1.3.post1.dev1 → s2t-0.1.4}/src/s2t.egg-info/entry_points.txt +0 -0
  29. {s2t-0.1.3.post1.dev1 → s2t-0.1.4}/src/s2t.egg-info/requires.txt +0 -0
  30. {s2t-0.1.3.post1.dev1 → s2t-0.1.4}/src/s2t.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: s2t
3
- Version: 0.1.3.post1.dev1
3
+ Version: 0.1.4
4
4
  Summary: Speech to Text (s2t): Record audio, run Whisper, export formats, and copy transcript to clipboard.
5
5
  Author: Maintainers
6
6
  License-Expression: LicenseRef-Proprietary
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: s2t
3
- Version: 0.1.3.post1.dev1
3
+ Version: 0.1.4
4
4
  Summary: Speech to Text (s2t): Record audio, run Whisper, export formats, and copy transcript to clipboard.
5
5
  Author: Maintainers
6
6
  License-Expression: LicenseRef-Proprietary
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
File without changes
File without changes
File without changes
File without changes