Skip to main content

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


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.3.tar.gz (6.3 kB view details)

Uploaded Source

File details

Details for the file sexpdata-0.0.3.tar.gz.

File metadata

  • Download URL: sexpdata-0.0.3.tar.gz
  • Upload date:
  • Size: 6.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for sexpdata-0.0.3.tar.gz
Algorithm Hash digest
SHA256 1ac827a616c5e87ebb60fd6686fb86f8a166938c645f4089d92de3ffbdd494e0
MD5 de9c2c3ee28551e766cb535c0b2cebf0
BLAKE2b-256 33ecad3ac2dcf4d5c3034e8af612c9fae76a70ae330446f47b7d29ff3deaefc7

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