File tree Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 3
3
global :
4
4
secure : h6qCuQnKi7fIzR53XqePRg2Hh0NrypqLyvYlJ+GEegEIP2PsPEwXMXZbswD7r+P4zsx7z2mBbR6VVYcjm1s0Zlf8RM2CNJ6IluAzDsg5Er7X7MAPaDEsfGJohZiTOPJvJNOV1BU7Qc4Y8Sqmd5ujVIJ4pL67oMegtmD36QBUAr7ERNrzbDXnPupIkcU/vf3z3vvCnH7/DIyP5hs1P+OAsgHY49bBMXxMEeMYQc0rtCN3F9yCmqh2f1mfEPouQnegKwcVFf3H08WQhYulAyNtrN0kcipMwF9+7cpLWtVyVMKepXvxXC0ltbaUTUqjvg5Op8WLOTG2xwXRdj6Fi985JPCvmsnX9teWT8WyxMex8ig7BVpontPajrhZJPfPWqj+oypqu8GMo/G0xD0uBGIVkadIQI4DQC1xFjKBBwntLdukeOApiAMhBEQtjQ5tO8vZw3kXifBdRHVuVHUjW6Lxd2R0xCKI0ZUmNggDaidsDRSU0C0HmHPHJELfGVm9Ohbsc01dYGiPczplV7Nxc4OKiPBZ5cvoKyNZFmM7ABtMKfGZR9PFv3A+6zzjnqIbHVdszzKN6ODKeotdVRt/VV7cMwZknwUqf7+fE/pjaHGpQ5ubX8wxhPzyxfcJHzKzYklFGCT8Rv/+VooYWJaKyjZ/e63fsjRTfTX84KRpSdWe4U8=
5
5
python :
6
- - ' 2.6'
7
6
- ' 2.7'
8
7
before_script :
9
8
- export PYTHONPATH=$PYTHONPATH:$(pwd)
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ python-sdcclient
2
2
================
3
3
4
4
[ ![ Build Status] ( https://travis-ci.org/draios/python-sdc-client.png?branch=master )] ( https://travis-ci.org/draios/python-sdc-client )
5
+ [ ![ Current version on PyPI] ( http://img.shields.io/pypi/v/sdcclient.svg )] [ pypi ]
5
6
6
7
A python client API for Sysdig Cloud.
7
8
Original file line number Diff line number Diff line change 1
1
import os
2
- import sys
3
2
import json
4
3
import requests
5
4
You can’t perform that action at this time.
0 commit comments