Skip to main content

Interact with the CoderPad Interview API.

Project description

Build Status PyPI

coderpad-py

Python library for the CoderPad Interview API.

Installation

pip install coderpad-py

This is tested on Python 3.13+.

Getting Started

"""Example usage."""

import sys

from coderpad.client import CoderPad

client = CoderPad(api_key="your-api-key")
pad = client.pads.create(title="Interview", language="python")
sys.stdout.write(pad.title)
for listed_pad in client.pads.list():
    sys.stdout.write(listed_pad.title)
org = client.organization.get()
sys.stdout.write(org.organization_name)

Full Documentation

See the full documentation.

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

coderpad_py-2026.4.1.tar.gz (57.7 kB view details)

Uploaded Source

Built Distribution

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

coderpad_py-2026.4.1-py2.py3-none-any.whl (17.4 kB view details)

Uploaded Python 2Python 3

File details

Details for the file coderpad_py-2026.4.1.tar.gz.

File metadata

  • Download URL: coderpad_py-2026.4.1.tar.gz
  • Upload date:
  • Size: 57.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for coderpad_py-2026.4.1.tar.gz
Algorithm Hash digest
SHA256 dd0e4b4c228552f44eab53554a4756e8ec0ad013622f5517d40dacbb0ed8dc9c
MD5 ade583d1b1a57982a14c901ee0782c89
BLAKE2b-256 dc697f53e63f29374ab2c2e7179bf17a7c7791eca4b2b5ba57b4ad49c7d0ade9

See more details on using hashes here.

Provenance

The following attestation bundles were made for coderpad_py-2026.4.1.tar.gz:

Publisher: release.yml on adamtheturtle/coderpad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coderpad_py-2026.4.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for coderpad_py-2026.4.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 83ca7703b5bf8ee55b9f96b80261c0cbc543079f7aa8e5e7ec004f7ccb466a2a
MD5 e3ba9309331e7255a13a3f3d0c68a14a
BLAKE2b-256 9dd397321953550daf9104ed2a043a9c64f9cb9587302b735b56f1fa7a14ca7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for coderpad_py-2026.4.1-py2.py3-none-any.whl:

Publisher: release.yml on adamtheturtle/coderpad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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