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:
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.tar.gz
(6.1 kB
view details)
File details
Details for the file sexpdata-0.0.1.tar.gz
.
File metadata
- Download URL: sexpdata-0.0.1.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9706fd40b7babe55ca0f256b677d73c8aed33c644fdce0c8d690f97478c9ce6a |
|
MD5 | ff260fbdf11ff68579a3ad0a19c599db |
|
BLAKE2b-256 | c238af02cbdd5ea3ae050cb236aae8d906f0610277d4cc5e43ca797d010de828 |