-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat: python sdk #61
feat: python sdk #61
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #61 +/- ##
==========================================
+ Coverage 77.79% 80.51% +2.72%
==========================================
Files 27 34 +7
Lines 1279 1463 +184
Branches 85 85
==========================================
+ Hits 995 1178 +183
- Misses 252 253 +1
Partials 32 32
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
This pull request introduces 1 alert when merging 2678da9 into 88e3b8f - view on LGTM.com new alerts:
|
limitations under the License. | ||
""" | ||
|
||
from pesto.client import * |
Check notice
Code scanning / CodeQL
'import *' may pollute namespace
""" | ||
|
||
from pesto.client import * | ||
from pesto.exceptions import * |
Check notice
Code scanning / CodeQL
'import *' may pollute namespace
|
||
from pesto.client import * | ||
from pesto.exceptions import * | ||
from pesto.execute_request import * |
Check notice
Code scanning / CodeQL
'import *' may pollute namespace
from pesto.client import * | ||
from pesto.exceptions import * | ||
from pesto.execute_request import * | ||
from pesto.execute_response import * |
Check notice
Code scanning / CodeQL
'import *' may pollute namespace
from pesto.exceptions import * | ||
from pesto.execute_request import * | ||
from pesto.execute_response import * | ||
from pesto.list_runtimes_response import * |
Check notice
Code scanning / CodeQL
'import *' may pollute namespace
from pesto.execute_request import * | ||
from pesto.execute_response import * | ||
from pesto.list_runtimes_response import * | ||
from pesto.ping_response import * |
Check notice
Code scanning / CodeQL
'import *' may pollute namespace
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
emang gaada yg async ya requestnya?
@elianiva dulu sih sempet nyari async requests library, nggak nemu. dan mayoritas orang pake library requests yang ini. jadi ya sudah. |
Closes #30