Skip to main content

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


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)

Uploaded Source

File details

Details for the file sexpdata-0.0.1.dev2.tar.gz.

File metadata

File hashes

Hashes for sexpdata-0.0.1.dev2.tar.gz
Algorithm Hash digest
SHA256 f377384c9659c7631e99fb49eb6d6bc7391c7c38435433bce056dc5cf1ae0936
MD5 e5991189ca13a5ed47dead7b2538f645
BLAKE2b-256 8b99efe5422018c9e4be580b0d59df6e0f3c5e45872b6eccfcbf80b5d21d210d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page