.. image:: https://img.shields.io/pypi/v/seria.svg :target: https://pypi.python.org/pypi/seria
.. image:: https://img.shields.io/pypi/dm/seria.svg :target: https://pypi.python.org/pypi/seria
.. image:: https://travis-ci.org/rtluckie/seria.svg?branch=master :target: https://travis-ci.org/rtluckie/seria
.. code-block:: python
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')
Seria includes a useful command line tool.
.. code-block:: bash
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 -
.. code-block:: bash
pip install seria
Version | Tag | Published |
---|---|---|
0.1.5 | 6yrs ago | |
0.1.4 | 7yrs ago | |
0.1.3 | 7yrs ago |