Skip to main content

objects library

Project description

NAME

OBX - objects library

INSTALL

$ pip install obx

SYNOPSIS

>>> from obx import Object, dumps, loads
>>> o = Object()
>>> o.a = "b"
>>> txt = dumps(o)
>>> loads(txt)
{"a": "b"}

DESCRIPTION

OBX provides an obx namespace that allows for easy json save//load
of objects. It provides an "clean namespace" Object class that only
has dunder methods, so the namespace is not cluttered with method
names. This makes storing and reading to/from json possible.

OBX is Public Domain.

AUTHOR

Bart Thate <bthate@dds.nl>

COPYRIGHT

OBX is Public Domain.

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

obx-1.tar.gz (3.0 kB view details)

Uploaded Source

File details

Details for the file obx-1.tar.gz.

File metadata

  • Download URL: obx-1.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for obx-1.tar.gz
Algorithm Hash digest
SHA256 1e021e3940374e4374638f863f62d1816efe800a428bd62de53d8799977ff657
MD5 76c431710ca55afa0366b7a6a02017f6
BLAKE2b-256 0a1ef6908df13d4318edd295fe562210977a8f84bc8802df86ef719b0a389534

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page