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.6.29.tar.gz (60.2 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.6.29-py2.py3-none-any.whl (18.9 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: coderpad_py-2026.6.29.tar.gz
  • Upload date:
  • Size: 60.2 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.6.29.tar.gz
Algorithm Hash digest
SHA256 1f763486ec51b710eb1c3b9bba312ec93007235344ef31bb86b89dc9c10a3c2e
MD5 276825ec0f42077d25a6922f2fb44181
BLAKE2b-256 9fd59f40a2f1e640eb8f740913f894a842343cb6c2c89aa8b9aa8a427505efac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coderpad_py-2026.6.29-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 7f653e05ae6fd5f965108bb5772ae56d47881fcf6fdf78239bc865d296401f6e
MD5 39eadc7b04c2f6a71ce52e0266d000a0
BLAKE2b-256 e8ad6ca49919d00cdb9222997e7187ded199efed0df92112e75db56196619ff1

See more details on using hashes here.

Provenance

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