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.2.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.2-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.2.tar.gz.

File metadata

  • Download URL: coderpad_py-2026.3.31.2.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.2.tar.gz
Algorithm Hash digest
SHA256 f9f04cd720e99da5816e0786dbbe7bc4b1b8c79968e99a6b286204c796a439ef
MD5 e74945cf463738fec274d550eb764a5b
BLAKE2b-256 6162baff0e6d7aa8284a1c7580c80c49fd58ac352545bf0d8c481703c999facd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for coderpad_py-2026.3.31.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 52072bbbafe10ef5e50031185a25db079bf9a6a168c806017996eb839a711396
MD5 a7b40b93206c06e5b6944db33a02beb9
BLAKE2b-256 6c318c5b8277de1eefe9f17923322fc256589c4b7104206b59535b16c02c75f3

See more details on using hashes here.

Provenance

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