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.0.tar.gz
(7.8 kB
view details)
File details
Details for the file sexpdata-1.0.0.tar.gz
.
File metadata
- Download URL: sexpdata-1.0.0.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8d5f75c378a07c6d1cc61fad9611b451c9383c0253052e16198a852e1620705 |
|
MD5 | 6434e17f10273d9ce18e28efafc67e2e |
|
BLAKE2b-256 | 482f50b3c88ea507369b41350e7cb82fffb288ceff915c5c6492c1506cbdbc32 |