Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > aa6010f40b52c38909f4c4cb509c315f > files > 56

python3-voevent-parse-1.0.1-2.1.mga6.noarch.rpm

VOEvent-parse
=============

.. list-table::
    :stub-columns: 1

    * - docs
      - |docs|
    * - tests
      - |travis|
    * - package
      - |version|

.. |docs| image:: https://readthedocs.org/projects/voevent-parse/badge/?style=flat
    :target: https://readthedocs.org/projects/voevent-parse
    :alt: Documentation Status

.. |travis| image:: https://travis-ci.org/timstaley/voevent-parse.svg?branch=master
    :alt: Travis-CI Build Status
    :target: https://travis-ci.org/timstaley/voevent-parse

.. |version| image:: https://img.shields.io/pypi/v/voevent-parse.svg?style=flat
    :alt: PyPI Package latest release
    :target: https://pypi.python.org/pypi/voevent-parse

A lightweight library for parsing, manipulating, and generating VOEvent_  XML
packets, build atop `lxml.objectify`_ .

An introduction may be found in the
`online documentation <http://voevent-parse.readthedocs.org>`_,
or in raw form `here <documentation/source/index.rst>`_.

Alternatively you may want to jump right in and get started with
the accompanying
`tutorial notebooks <https://github.com/timstaley/voevent-parse-tutorial>`_.

If you make use of *voevent-parse* in work leading to a publication, we ask
that you cite the `ASCL entry <http://ascl.net/1411.003>`_.

.. _VOEvent: http://voevent.readthedocs.io/
.. _lxml.objectify: http://lxml.de/objectify.html