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]}
Release files for feaplat 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| feaplat-0.0.1.tar.gz | 14.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| feaplat-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 29.9 kB
Release files / feaplat-0.0.1.tar.gz
| Download URL | feaplat-0.0.1.tar.gz |
|---|---|
| Size | 14.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a0e5f697c714da2379e09e7cdc4c7009a781163ef5088ef21230b86c5b12e1e8
|
|
BLAKE2b-256 checksum How to use checksums |
f8048aa7f0cca3c1e2d5418890c64b6c57656b08e04ab9d8dbcb67a69c475188
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / feaplat-0.0.1-py3-none-any.whl
| Download URL | feaplat-0.0.1-py3-none-any.whl |
|---|---|
| Size | 15.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c09952d96aaefcf46c0c1dd4855c705d6353cb4e3c132b24f10d17502e841972
|
|
BLAKE2b-256 checksum How to use checksums |
b842357700f8cadb6567b7876a0e7d810378c4b22f91bb55d225a7ce9d7cbb65
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|