S-expression parser for Python
Project description
sexpdata is a simple S-expression parser/serializer. It has a 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:
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-0.0.1.dev2.tar.gz
(5.4 kB
view details)
File details
Details for the file sexpdata-0.0.1.dev2.tar.gz
.
File metadata
- Download URL: sexpdata-0.0.1.dev2.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f377384c9659c7631e99fb49eb6d6bc7391c7c38435433bce056dc5cf1ae0936 |
|
MD5 | e5991189ca13a5ed47dead7b2538f645 |
|
BLAKE2b-256 | 8b99efe5422018c9e4be580b0d59df6e0f3c5e45872b6eccfcbf80b5d21d210d |