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:
Making a release
1. python -m build 1. twine check dist/* 1. git tag v1.0.x 1. twine upload dist/*
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.2.tar.gz
(8.9 kB
view details)
Built Distribution
sexpdata-1.0.2-py3-none-any.whl
(10.3 kB
view details)
File details
Details for the file sexpdata-1.0.2.tar.gz
.
File metadata
- Download URL: sexpdata-1.0.2.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92b67b0361f6766f8f9e44b9519cf3fbcfafa755db85bbf893c3e1cf4ddac109 |
|
MD5 | 4c68895d124ca657d8e852564a8f6642 |
|
BLAKE2b-256 | a77f369a478863a39351be75e0a12602bc29196b31f87bf3432bed2be6379f8e |
File details
Details for the file sexpdata-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: sexpdata-1.0.2-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b39c918f055a85c5c35c1d4f7930aabb176bd29016e5ba5692e7e849914b2a1a |
|
MD5 | 1da0397d19fb0ec53b4efc22b848c7f4 |
|
BLAKE2b-256 | f1f3ec9f8cc20dc1f34c926f0ec3f43b73fa2da59cf08e432fb8ae5b666b2027 |