Skip to main content

A small example package

Project description

quantum_lab

Requirements

Python Package

  • setuptools: Python 라이브러리 및 확장을 배포하는데 일반적으로 사용되는 익스텐션 라이브러리입니다.
  • wheel: wheel은 파이썬의 build package로 일반적인 source distribution보다 더 빠른 설치가 가능하여서 공식적으로 권장되는 포맷이다.
  • twine: pypi에 업로드하기 위한 패키지입니다.

How To Use

  1. File and config info : https://sdt.atlassian.net/wiki/spaces/SVC/pages/2322661469/python+QCC+python+Package
  2. Upload package
  • 패키지 빌드
$ cd notebook-job-py-package
$ python3 setup.py sdist bdist_wheel
  • 패키지 업로드 - 업로드 시 pypi 계정 정보를 입력해야 합니다.
$ python3 -m twine upload dist/*
Uploading distributions to https://upload.pypi.org/legacy/
Enter your username: sujunelee                                                  
Enter your password: ************
  1. Run
  • Download package.
$ pip3 install quantum_lab
  • Run code
from quantum_lab import resources
from quantum_lab import jobs
import json

## Resource 조회
result = resources.getResource()

## Job 객체 생성
q_job = jobs.quantum_lab("minkyu.kim@sdt.inc", 1, "june-w", "hardware qcc")

## Job 생성
q_job.create("pythoncode", 2, "/home/jovyan/june/june-w/test.py")

## Job 전체 조회
result = q_job.getList()

## Job 조회
result = q_job.getJob(279)

## Job 삭제
result = q_job.delete(278)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

quantum_lab-0.1.30.tar.gz (4.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

quantum_lab-0.1.30-py3-none-any.whl (4.5 kB view details)

Uploaded Python 3

File details

Details for the file quantum_lab-0.1.30.tar.gz.

File metadata

  • Download URL: quantum_lab-0.1.30.tar.gz
  • Upload date:
  • Size: 4.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for quantum_lab-0.1.30.tar.gz
Algorithm Hash digest
SHA256 4e5b0cf9b406482e4f1c07b7a9c925ca51cdc43ffad43582ce128b60616a466e
MD5 df559e4bfcba11b2049c4efb6d19cc90
BLAKE2b-256 d2e18ba4ae96460c23d424474ecc109167bae900d10ba9c6bf6dc365851c3714

See more details on using hashes here.

File details

Details for the file quantum_lab-0.1.30-py3-none-any.whl.

File metadata

  • Download URL: quantum_lab-0.1.30-py3-none-any.whl
  • Upload date:
  • Size: 4.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for quantum_lab-0.1.30-py3-none-any.whl
Algorithm Hash digest
SHA256 d083ddee224c7338e21e52a42bb1c08ad2f9dfe48dad3daff2f1da5273286370
MD5 b43f0a5a60737b2e0e64798437a248f1
BLAKE2b-256 6280c456a4c152fce46fe56359764d619892d05762d8ef3e5472bb81d19962d4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page