Serialization for Humans
Project description
Basic Usage
import seria
with open("tests/resources/good.xml", "rb") as f:
s = seria.load(f)
print s.dump('xml')
print s.dump('json')
print s.dump('yaml')
CLI Tool
Seria includes a useful command line tool.
cat tests/resources/good.xml | seria -y -
cat tests/resources/good.json | seria -j -
cat tests/resources/good.yaml | seria -x -
cat tests/resources/good.xml | seria -x - | seria -j - | seria -y -
Features
Support for (with a few limitations) json, yaml, xml
Installation
pip install seria
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
seria-0.1.5.tar.gz
(12.5 kB
view hashes)