Skip to main content

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.

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.7.22.1.tar.gz (66.9 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.7.22.1-py3-none-any.whl (20.7 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for coderpad_py-2026.7.22.1.tar.gz
Algorithm Hash digest
SHA256 712be6cca79bea14d58f34b785d605c352f86dcf9a11a88956eaa1304b823319
MD5 36d96460b8f6ff8f2523b8cf8146728c
BLAKE2b-256 f9146015ce7a32f0442e0473bc39726bc3f921cbcf8e1def5fb544261568eeca

See more details on using hashes here.

Provenance

The following attestation bundles were made for coderpad_py-2026.7.22.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.7.22.1-py3-none-any.whl.

File metadata

File hashes

Hashes for coderpad_py-2026.7.22.1-py3-none-any.whl
Algorithm Hash digest
SHA256 456b9c5a877b7c8ffe53bea96a1d8e1977419199ad52ade392e0fdcf2b10db0b
MD5 f78808c2a336e131846a152deb3db369
BLAKE2b-256 d09fdd34fcc692d225d7bd39ddafc288becafb70382867fb8e6d908dd0ad5a48

See more details on using hashes here.

Provenance

The following attestation bundles were made for coderpad_py-2026.7.22.1-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 Sentry Error logging StatusPage Status page