Skip to main content

A package for reading, writing, and editing of JSON files, Python dictionaries, and such.

Project description

JSONifier


Github

PyPI

A package for reading, writing, and editing of JSON files, Python dictionaries, and such.


Classes

JSONifier

Build a JSONifier object from a dict or a readable file. (Params and usage below)

  ...

  Params
  ----------
  *These params are used in the initialization of an instance of this class.*

  mode : str
      Define the mode in which to read and parse the given `data`.

  data : Any
      The data for the JSONifier object.

  Attributes
  ----------
  mode : str
      *Set when a new instance of the class is made.*

  data : Any
      *Set when a new instance of the class is made.*

  valid_modes : list
      *List of valid modes for instantiating a new JSONifier object.*

  call_methods : list
      *List of valid methods for the call function.*

  call_return_methods : list
      *List of valid methods for specifying how to get the instance data back from the call method.*

  write_methods : list
      *List of valid methods for writing to a json file.*

  Methods
  -------
  call(self, ret) - _builtin_
      The call function (calling an instance as a function).  `ret` is the return method.

  init(self, mode: str = None, data: Any = None) - _builtin_
      *Make a new instance.  Refer to `params` for information on the parameters.*

  @classmethod
  create(cls, mode, data)
      *Alternative constructor for the class.*

  @classmethod
  fromFile(cls, file)
      *Alternative constructor from a file path.*

  @classmethod
  fromDict(cls, file)
      *Alternative constructor from a supplied dictionary.*

  get_data(self)
      *Return the instance's data.*

  replace(self, key=None, value=None)
      *Replace the specified key with the specified value.*

  @staticmethod
  write(method="json", file=None, data=None)
      *Write to a specific file the data supplied.

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

JSONifier-0.0.7.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

JSONifier-0.0.7-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

Details for the file JSONifier-0.0.7.tar.gz.

File metadata

  • Download URL: JSONifier-0.0.7.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.8.0 tqdm/4.61.0 CPython/3.8.10

File hashes

Hashes for JSONifier-0.0.7.tar.gz
Algorithm Hash digest
SHA256 032a5990ca77e0879d8da156aae98ed23f36875c3133887111b69433478fb033
MD5 4a0c2baec60a8ad9442e1104a40fe72b
BLAKE2b-256 7c7bdfe358535940ac00d35ae8116e8f85902537a9a171fedfc3787a8a8b3c50

See more details on using hashes here.

File details

Details for the file JSONifier-0.0.7-py3-none-any.whl.

File metadata

  • Download URL: JSONifier-0.0.7-py3-none-any.whl
  • Upload date:
  • Size: 4.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.8.0 tqdm/4.61.0 CPython/3.8.10

File hashes

Hashes for JSONifier-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 0bd23148b17c777f8bce8899926d3e9b51af0740c928f71434f07e1ea1445581
MD5 6b422f2321b5144e94e42aa65eb1c6a2
BLAKE2b-256 a2609c1d2027d007e50eb39d15b53a99f7ca8ae01180c4d64ba39c3ca66f7ce4

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