Skip to main content

A python implementation of urbit-ob

Project description

urbit-pob

A python implementation of urbit-ob

Install

Run pip install urbitob

Module Use

The library exposes two families of functions:

  • patp / patp_to_num / patp_to_hex / hex_to_patp / is_valid_patp
  • patq / patq_to_num / patq_to_hex / hex_to_patq / is_valid_patq

As well as:

  • clan, for determining the ship class of a @p value
  • sein, for determining the parent of a @p value
  • eq_patq, for comparing @q values for equality
  • is_valid_pat, for a faster/weaker check of @p or @q-ness that only validates syllables (and not proper dash formatting)

Example Usage

>>> import urbitob
>>> urbitob.patp(314159)
'~batdyr-topmun'
>>> urbitob.patp_to_num("~faster-pollen")
2077885931
>>> urbitob.hex_to_patq("EFFACED")
'~wisfes-batsed'
>>> urbitob.sein("~hashes-happen")
'~hattug'
>>> urbitob.clan("~marzod")
'star'

You could use it to generate list of Planets from a given Star:

>>> v = urbitob.patq_to_hex("~sordem")
>>> planets = list(urbitob.hex_to_patp(hex(i)[2:]+v) for i in range(1,0xffff))
>>> planets[:10]
['~rigteg-havtuc', '~lonnub-navhet', '~risheb-difryc', '~sigren-daldux', '~rammel-malmyl', '~rapmes-ralres', '~boswex-ravret', '~sapper-loclut', '~talmep-sibsug', '~dalbur-todser']

Testing

A simple python -m unittest will run the test suite.

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

urbitob-0.0.4.tar.gz (8.7 kB view details)

Uploaded Source

Built Distribution

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

urbitob-0.0.4-py3-none-any.whl (8.6 kB view details)

Uploaded Python 3

File details

Details for the file urbitob-0.0.4.tar.gz.

File metadata

  • Download URL: urbitob-0.0.4.tar.gz
  • Upload date:
  • Size: 8.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for urbitob-0.0.4.tar.gz
Algorithm Hash digest
SHA256 e1536e74077dc31d5c26d5fb93063736cb06d0f2cbb7a67a1a2140e3a2f03024
MD5 52dd833454985e52bd24a511134344a4
BLAKE2b-256 9badaaaad7363fa3cf9ea065d72ece269b6de7799dce25d5c1de63ca5fdb373a

See more details on using hashes here.

File details

Details for the file urbitob-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: urbitob-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 8.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for urbitob-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 4dd9fdaf0a4d5cc75ff4ce54686b88f6803ed1c43110efcfe9b19d641bb55587
MD5 39436f02ac92fec6a26fced9b2e6cfc8
BLAKE2b-256 5764fa8aacdca900715a7accc1073eb6ff3d488218e6f046ef57f7b67e8e2f44

See more details on using hashes here.

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