sexpdata 0.0.1.dev4
pip install sexpdata==0.0.1.dev4
Newer version available (1.0.2)
Released:
S-expression parser for Python
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD License)
- Author: Takafumi Arakaki
- Tags s-expression, lisp, parser
Classifiers
- Development Status
- License
- Programming Language
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:
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD License)
- Author: Takafumi Arakaki
- Tags s-expression, lisp, parser
Classifiers
- Development Status
- License
- Programming Language
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
File details
Details for the file sexpdata-0.0.1.dev4.tar.gz
.
File metadata
- Download URL: sexpdata-0.0.1.dev4.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19cb5af45bd1f7f20c72c62a664a50fe438fbfe0cb9b263090524e84e61559e6 |
|
MD5 | 7072a1a88c1ad1f05144ab0f225929e4 |
|
BLAKE2b-256 | 11c3026d8acb4fbd6f0710a32b8e4bd76a00190483bc1e55059ed2ef5189e15f |