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.5.4.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.5.4-py2.py3-none-any.whl (17.5 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

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

File hashes

Hashes for coderpad_py-2026.5.4.tar.gz
Algorithm Hash digest
SHA256 ce467472d84e89a1703584c2e32d5f187997f15d54323d49d5859fb836ad608b
MD5 f32ef87f02aaaec906c75bb95097a514
BLAKE2b-256 f56216a0d3b1719f229ae16c4633e101a855b7f92de3a25e158ad52f81f2d0e7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coderpad_py-2026.5.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 120ffa471e266b8e89f91ebdcdf4a04fe837c283d60f84bd808d8b6f464bdd84
MD5 501f842c25b71903e41c8913cd133906
BLAKE2b-256 142f8d668644cf29bd642a7a14192b9d5f0faad67a4a548e9f731139ad8345f5

See more details on using hashes here.

Provenance

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