python-client
Here are 99 public repositories matching this topic...
-
Updated
May 5, 2020 - Python
-
Updated
Apr 10, 2020 - Python
-
Updated
May 6, 2020 - Python
-
Updated
Jan 26, 2020 - Python
-
Updated
Dec 4, 2019 - Python
-
Updated
Jul 30, 2017 - Vim script
-
Updated
Jan 9, 2020 - Python
-
Updated
Aug 20, 2017 - Python
-
Updated
Feb 25, 2020 - Python
-
Updated
Feb 29, 2020 - Python
-
Updated
Jun 21, 2020 - Python
-
Updated
Jun 9, 2020 - Python
-
Updated
Nov 10, 2019 - Python
For example:
from gnewsclient import gnewsclient
client = gnewsclient.NewsClient()
or:
client = gnewsclient.NewsClient(topic='Top Stories')
then:
client.get_news()
returned []
In gnewsclient.py file, function get_news(self)
, this line:
if self.topic is None or self.topic is 'Top Stories':
should be fixed by this line:
`if self.topic == None or self.topic == 'Top Stor
-
Updated
Jan 31, 2020 - Python
Tests!
TESTS
Tests for get_captions
Located in test_captions_methods.py
Function Tested
def get_captions(self, video_id, lang_code='en', parser=P.parse_caption_track, **kwargs)
TO DO
- parser
- LIST OF VALID VIDEO IDS DOES NOT WORK AND I HAVE NO IDEA WHY
- video_id
- lang_code
Tests for get_channel_id_from_user
Located in `test_channel_methods.
Help! dark theme
An example of loading an existing Argo YAML file and submitting it to start a workflow would greatly add to this library's utility.
-
Updated
Apr 24, 2020 - Python
-
Updated
Jun 13, 2020 - Python
Add get_local_athlete_by_id()
method to the StravaIO
class.
-
Updated
May 24, 2018 - Python
-
Updated
Jan 22, 2019 - Python
-
Updated
Jan 9, 2020 - Python
-
Updated
May 15, 2020 - JavaScript
Improve this page
Add a description, image, and links to the python-client topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the python-client topic, visit your repo's landing page and select "manage topics."
Description
Seems like the documentation on https://docs.confluent.io/ for this package is for version 1.0.1, but the current version of this package is 1.2.0 (see screenshot).