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-0.0.4.tar.gz
(8.4 kB
view details)
Built Distribution
File details
Details for the file sexpdata-0.0.4.tar.gz
.
File metadata
- Download URL: sexpdata-0.0.4.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e576f62ead32d5041e630f9457d2c1a7544d7fe5dd96a49b55159239115c3773 |
|
MD5 | 1959e9b4943783a1baff0819e4335c57 |
|
BLAKE2b-256 | d5f07877f9d11dbe3dd8e7e39a5cf3cd9df97a9125dacf37c480d092c503c587 |
File details
Details for the file sexpdata-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: sexpdata-0.0.4-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4529f9b847c9b1f76652b19a2d8f11ec5025c7bb9c3c3e50b467a7bab996f761 |
|
MD5 | 10de32097c63dfd1bfbdf98bc9756e1a |
|
BLAKE2b-256 | f619ac9d9082e661786cbac5dd4093b58b6ca770d3642b1693678e6dddd45899 |