Skip to main content

objects

Project description

NAME

OBJX - object library

DESCRIPTION

OBJX provides an objx namespace that allows for easy json save//load
to/from disk 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.

SYNOPSIS

>>> from objx import Object
>>> o = Object()
>>> o.a = "b"
>>> write(o, "test")
>>> oo = Object()
>>> read(oo, "test")
>>> oo
{"a": "b"}

INSTALL

$ pip install objx

AUTHOR

libbot <libbotx@gmail.com>

COPYRIGHT

OBJX 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

objx-3.tar.gz (21.0 kB view details)

Uploaded Source

File details

Details for the file objx-3.tar.gz.

File metadata

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

File hashes

Hashes for objx-3.tar.gz
Algorithm Hash digest
SHA256 922901df8082e4be54b59eda6ea8af3e7d9ac50634bd4f6e296593b0b8b42d58
MD5 3e4406b853df5119467a5e0b30353c0c
BLAKE2b-256 a53be003f3df9dfb2de9f3dc9b2def8db19ef9bf41b2c915233cd3a6dd50ce3e

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