Skip to main content

pydict

Same as json.dumps or json.loads, pydict supprot pydict.dumps and pydict.loads

Example:

>>> import pydict
>>> pydict.dumps({"a": True, "b": False, "c": [1, 2, 3]})
{
    "a": True,
    "b": False,
    "c": [
        1,
        2,
        3
    ]
}

>>> pydict.loads('{"a": True, "b": False, "c": [1, 2, 3]}')
{'a': True, 'b': False, 'c': [1, 2, 3]}

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

feaplat-0.0.1.tar.gz (14.0 kB view details)

Uploaded Source

Built Distribution

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

feaplat-0.0.1-py3-none-any.whl (15.9 kB view details)

Uploaded Python 3

File details

Details for the file feaplat-0.0.1.tar.gz.

File metadata

  • Download URL: feaplat-0.0.1.tar.gz
  • Upload date:
  • Size: 14.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for feaplat-0.0.1.tar.gz
Algorithm Hash digest
SHA256 a0e5f697c714da2379e09e7cdc4c7009a781163ef5088ef21230b86c5b12e1e8
MD5 3838081706c30733d0af53f94e50b4ba
BLAKE2b-256 f8048aa7f0cca3c1e2d5418890c64b6c57656b08e04ab9d8dbcb67a69c475188

See more details on using hashes here.

File details

Details for the file feaplat-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: feaplat-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 15.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for feaplat-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c09952d96aaefcf46c0c1dd4855c705d6353cb4e3c132b24f10d17502e841972
MD5 831d449acf350443d094447b40b2b69d
BLAKE2b-256 b842357700f8cadb6567b7876a0e7d810378c4b22f91bb55d225a7ce9d7cbb65

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.1 This release

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page