Skip to main content

obby-client

The Obby IRCv3 client engine. It parses the protocol, drives the connection and holds the client model. It opens no socket and keeps no clock, so the host feeds it bytes and time.

pip install obby-client
from obby_client import Client

client = Client({"nick": "mynick"})
client.connected()

while (out := client.poll_transmit()) is not None:
    sock.sendall(out)

client.handle_bytes(sock.recv(4096))
for event in client.poll_events():
    print(event)

client.command({"type": "join", "channel": "#obby", "key": None})
client.tick(monotonic_ms, unix_ms)

Build from source

maturin build --release --manifest-path bindings/obby-python/Cargo.toml

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

obby_client-0.1.3-cp39-abi3-win_amd64.whl (505.7 kB view details)

Uploaded CPython 3.9+Windows x86-64

obby_client-0.1.3-cp39-abi3-manylinux_2_34_x86_64.whl (569.3 kB view details)

Uploaded CPython 3.9+manylinux: glibc 2.34+ x86-64

obby_client-0.1.3-cp39-abi3-macosx_11_0_arm64.whl (510.4 kB view details)

Uploaded CPython 3.9+macOS 11.0+ ARM64

File details

Details for the file obby_client-0.1.3-cp39-abi3-win_amd64.whl.

File metadata

  • Download URL: obby_client-0.1.3-cp39-abi3-win_amd64.whl
  • Upload date:
  • Size: 505.7 kB
  • Tags: CPython 3.9+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for obby_client-0.1.3-cp39-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 bd70637f4bd9ce654680a19dd30f5672eaeb40c9835e995521cdaa2ede267f3b
MD5 c63614819b5b9ffa3f04fae941b70862
BLAKE2b-256 09caba394d0662c7e664bb35b8be1f3e8406e167cfb9abbd161093a655d56c40

See more details on using hashes here.

Provenance

The following attestation bundles were made for obby_client-0.1.3-cp39-abi3-win_amd64.whl:

Publisher: release.yml on obbyworld/obby-client

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obby_client-0.1.3-cp39-abi3-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for obby_client-0.1.3-cp39-abi3-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 10f609bcf7a0788b58597ee7480071b5a74596d4dcb1cad86fc0a2e2b2904e18
MD5 ec367320f2e3fd8f7375d42050208f49
BLAKE2b-256 cb207b1e4c17c8bbdcc716f40ce784f9b407414b0e0ec9d1ad6371278d6fcb45

See more details on using hashes here.

Provenance

The following attestation bundles were made for obby_client-0.1.3-cp39-abi3-manylinux_2_34_x86_64.whl:

Publisher: release.yml on obbyworld/obby-client

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file obby_client-0.1.3-cp39-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for obby_client-0.1.3-cp39-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 853ee2599ed04031db47c4fdf57229d672f26a7cb552792371d30c80bd877f0a
MD5 713f03ffcb77d56c422f623e4f748250
BLAKE2b-256 ad195da92de7710a10e126c39c37cc468a19e02d3c6e6ccbc9abe2cac2e3546b

See more details on using hashes here.

Provenance

The following attestation bundles were made for obby_client-0.1.3-cp39-abi3-macosx_11_0_arm64.whl:

Publisher: release.yml on obbyworld/obby-client

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

0.3.0

3 files

0.2.0

3 files

This release

0.1.3 This release

3 files

0.1.2

3 files

0.1.1

3 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page