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.3.31.1.tar.gz (56.3 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.3.31.1-py2.py3-none-any.whl (16.5 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: coderpad_py-2026.3.31.1.tar.gz
  • Upload date:
  • Size: 56.3 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.3.31.1.tar.gz
Algorithm Hash digest
SHA256 daeef6ece77cdda154d36015fc81c08822806484f2827c22f8fe1ab9e74ad194
MD5 679c8cd9e915261fae10fb68d5b1980c
BLAKE2b-256 79947f241993e21f0026b875325b4ebe84fe796ae6b1b1b8f16cbd4ca7014b9b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coderpad_py-2026.3.31.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 6dc34ae2d46f022cc6504484b0a5af407c29e98579661bc59efa4d19af092503
MD5 7a75b90848608f9c04b27386b23e364b
BLAKE2b-256 c3fb9808e709472920d6c33698139470159a5f1e9219b64c6e2b761764e17348

See more details on using hashes here.

Provenance

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