Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CD Release Fixes & SetupTools #192

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

davidvonthenen
Copy link
Contributor

@davidvonthenen davidvonthenen commented Nov 28, 2023

Depends on this:
#193

Matched setup.py to a similar format as in https://github.com/deepgram/deepgram-python-captions implemented by @SandraRodgers. This will have some consistency between projects going forward.

Ran the README.md through an online linter for markdown until I get one working on my m2.

Error reported by CD github action:

ERROR    `long_description` has syntax errors in markup and would not be        
         rendered on PyPI.                                                      
         line 4: Warning: Block quote ends without a blank line; unexpected     
         unindent.                                                              
Checking dist/deepgram-sdk-3.0.0.tar.gz: FAILED
ERROR    `long_description` has syntax errors in markup and would not be        
         rendered on PyPI.                                                      
         line 4: Warning: Block quote ends without a blank line; unexpected     
         unindent.                                                              

Source diff on README.md between latest v2 tag and current main branch:

'''sh
pip install deepgram-sdk
'''

# Examples

To quickly get started with examples for prerecorded and streaming, run the files in the example folder. See the README in that folder for more information on getting started.
@@ -74,7 +75,7 @@ To quickly get started with examples for prerecorded and streaming, run the file
Run the following command to install `pytest` and `pytest-cov` as dev dependencies.

'''
pip install -r requirements-dev.txt
pip install -r requirements.txt
'''

## Run All Tests
@@ -454,6 +455,7 @@ response = await deepgram.members.remove_member(PROJECT_ID, MEMBER_ID)
	message: string;
}
'''

# Scopes

The `deepgram.scopes` object provides access to the scopes endpoints of the Deepgram API. Each request is project based and will require a `project_id`.

@davidvonthenen davidvonthenen changed the title CD Release Fixes & SetupTools [HOLD] CD Release Fixes & SetupTools Nov 29, 2023
@davidvonthenen davidvonthenen changed the title [HOLD] CD Release Fixes & SetupTools CD Release Fixes & SetupTools Nov 29, 2023
@davidvonthenen davidvonthenen merged commit 80b878d into deepgram:main Nov 29, 2023
1 check passed
@davidvonthenen davidvonthenen deleted the more-cd-fixes branch November 29, 2023 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants