Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

deepctl-core

Part of deepctl — Official Deepgram CLI

Core components for deepctl

This package provides internal APIs for deepctl and its command packages. It is not intended for direct use.

Installation

This package is included with deepctl and does not need to be installed separately.

Install deepctl

# Install with pip
pip install deepctl

# Or install with uv
uv tool install deepctl

# Or install with pipx
pipx install deepctl

# Or run without installing
uvx deepctl --help
pipx run deepctl --help

Dependencies

  • click>=8.0.0
  • deepgram-sdk>=6.0.0rc2
  • pydantic>=2.0.0
  • rich>=13.0.0
  • httpx>=0.24.0
  • pyjwt>=2.8.0
  • keyring>=24.0.0
  • pyyaml>=6.0.0
  • platformdirs>=3.0.0
  • packaging>=21.0

License

MIT — see LICENSE