S-expression parser for Python
Project description
sexpdata is a simple S-expression parser/serializer. It has simple load and dump functions like pickle, json or PyYAML module.
>>> from sexpdata import loads, dumps >>> loads('("a" "b")') ['a', 'b'] >>> print(dumps(['a', 'b'])) ("a" "b")
You can install sexpdata from PyPI:
pip install sexpdata
Links:
License
sexpdata is licensed under the terms of the BSD 2-Clause License. See the source code for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sexpdata-1.0.1.tar.gz
(8.6 kB
view details)
File details
Details for the file sexpdata-1.0.1.tar.gz
.
File metadata
- Download URL: sexpdata-1.0.1.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f65f115291890cbce5cd269c13bdf1f82a4cd23bc61b6e150a27511ee6a7d5e |
|
MD5 | ca778ad08cdb7557dcc371d943f36d10 |
|
BLAKE2b-256 | 11e86fea5de03a8977aded05285ba3d6580388478f37cdd331d1080029cd067b |