Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 745 Bytes

File metadata and controls

53 lines (34 loc) · 745 Bytes

Contributing

Contributions are welcome!

Requires Python 3.12+

Fork Repository

Fork this repo on GitHub.

Clone Repository

git clone https://github.com/YOUR_USERNAME/deepgram-python-sdk-transport-sagemaker.git
cd deepgram-python-sdk-transport-sagemaker

Install Poetry

curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1

Ensure Poetry is in your $PATH.

Install Dependencies

poetry install

Run Tests

poetry run pytest -rP .

Commit Changes

git add .
git commit -m "feat: your change description"

Push to Fork

git push origin main

Create Pull Request

Open a pull request from your fork to the main repository.