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

Uploaded Python 3

File details

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

File metadata

  • Download URL: coderpad_py-2026.7.24.tar.gz
  • Upload date:
  • Size: 67.7 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.24.tar.gz
Algorithm Hash digest
SHA256 49845f4c8440f9853685049935db378ec80bf1e1c88b49abe691ed23602364de
MD5 7b629e080b79d0845b0c44714e8c4ad0
BLAKE2b-256 30e13e8723755f2cc3c1a794ce511508acf0e72f2eae2a518271665d91e8460d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: coderpad_py-2026.7.24-py3-none-any.whl
  • Upload date:
  • Size: 20.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for coderpad_py-2026.7.24-py3-none-any.whl
Algorithm Hash digest
SHA256 f5952a4e026c97cc429c1a0b394b9b58de8fb67d1399b1718f875c1594452e92
MD5 d821a7bfd015e21fe51b9e0af74cd9b5
BLAKE2b-256 40a44a43dc94ce7b6a9bd5e07428f32f1ec05aab3044c7d6b0c96a9bc8dbf496

See more details on using hashes here.

Provenance

The following attestation bundles were made for coderpad_py-2026.7.24-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