Skip to main content

object library

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-2.tar.gz (3.2 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for objx-2.tar.gz
Algorithm Hash digest
SHA256 309a117c2b9edfe848dce695cbf6a3729291c809ce6c414c9cfb5ea6003cfe05
MD5 968c7d3d3e872f04169c0e2ba360f5c9
BLAKE2b-256 1a9d6a15069c8b0b90da056564f7e7579538c3fcd610c218971a7731f3cce55d

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