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

Uploaded Python 3

File details

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

File metadata

  • Download URL: coderpad_py-2026.7.22.tar.gz
  • Upload date:
  • Size: 66.8 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.tar.gz
Algorithm Hash digest
SHA256 167ad57062ed73fa0da02a0432f6b8d56c88991439ab21705095bb27fb546b2d
MD5 7cbe19154e5fbdbc71b4c3bf37371cf5
BLAKE2b-256 6453aaf37660cb62e3caf008925f22036beb50163e3324892021037b4539eda1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: coderpad_py-2026.7.22-py3-none-any.whl
  • Upload date:
  • Size: 20.6 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.22-py3-none-any.whl
Algorithm Hash digest
SHA256 84667fb4bd5013504ac0596933ce425db149e3f91c4c3847c37af7361d8c12ed
MD5 b0ae81e65742027ff83303cad6d84e55
BLAKE2b-256 2d7a0ce0e1e6ec8c803ff0cc1bb93120bd06e3c8de81bf4263078432518c2b99

See more details on using hashes here.

Provenance

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