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

Uploaded Source

Built Distribution

sexpdata-0.0.4-py3-none-any.whl (9.4 kB view details)

Uploaded Python 3

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

Hashes for sexpdata-0.0.4.tar.gz
Algorithm Hash digest
SHA256 e576f62ead32d5041e630f9457d2c1a7544d7fe5dd96a49b55159239115c3773
MD5 1959e9b4943783a1baff0819e4335c57
BLAKE2b-256 d5f07877f9d11dbe3dd8e7e39a5cf3cd9df97a9125dacf37c480d092c503c587

See more details on using hashes here.

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

Hashes for sexpdata-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 4529f9b847c9b1f76652b19a2d8f11ec5025c7bb9c3c3e50b467a7bab996f761
MD5 10de32097c63dfd1bfbdf98bc9756e1a
BLAKE2b-256 f619ac9d9082e661786cbac5dd4093b58b6ca770d3642b1693678e6dddd45899

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