| ideone. iDeone API에 대한 파이썬 바인딩 |
지금 다운로드 |
ideone. 순위 및 요약
- 게시자 웹사이트:
- http://github.com/jschaf/
ideone. 태그
ideone. 설명
ideone API에 바인딩하는 파이썬 IDEONE은 온라인 컴파일러 및 디버거뿐만 아니라 Pastebin입니다. 이 프로젝트는 ideone API.Install에 대한 Pythonic 바인딩입니다. ideone API는 PIP 설치 IDEONE을 사용하여 PYPI에서 PIP와 함께 설치할 수도 있습니다. 또는 Sogit Clone https://github.com/jschaf/ideone-api.gitcd ideone-apipython setup.py instally ideone 계정과 생성 할 수있는 API 암호가 필요합니다. IDEONE 등록 페이지에서. 그런 다음 파이썬 쉘을 열고 해킹을 시작하십시오. >>> ideone image ideone에서 >>> i = ideone ( 'username', 'apipassword') >>> i.test () {answertolifeandeverything ': 42,' 오류 ': "ok",'morehelp ': "ideone.com",'oook ': true,'pi ': 3.14} >>> i.create_submission ('print (42) ','python ') {'오류 ':' '링크': 'lssbo'} >>> i.submission_details ( 'lssbo') { 'cmpinfo': "", 'date': "2011-04-1815:24:14", '오류': "OK", '입력': "", 'LANGID': 116, 'LANGID': "Python 3", 'Langversion': "Python-3.1.2", '메모리': 5852, '출력 ': 42,'public ': true,'결과 ': 15,'신호 ': 0,'소스 ': "인쇄 (42)",'status ': 0,'stderr ': ",'time ': 0.02} >>> i.languages () { '오류': 'OK', '언어': {1 : "C ++ (GCC-4.3.4)", 2 : "파스칼 (GPC) (GPC 20070904)", ... ... ... 125 : "팔콘 (팔콘 -0.9.6.6)"}} 요구 사항 : · 파이썬
ideone. 관련 소프트웨어