Contributions are welcome. This is a generated library, and changes to core files should be promoted to our generator code.
Requires Python 3.8+
Fork this repo on GitHub.
git clone https://github.com/YOUR_USERNAME/deepgram-python-sdk.git
cd deepgram-python-sdkcurl -sSL https://install.python-poetry.org | python - -y --version 1.5.1Ensure Poetry is in your $PATH.
poetry installpoetry run pytest -rP .poetry run pip install -r examples/requirements.txtpoetry run python -u examples/listen/media/transcribe_url/main.pygit add .
git commit -m "feat: your change description"git push origin mainOpen a pull request from your fork to the main repository.