Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timstaley/voevent-parse
VOEvent parsing and manipulation routines built on lxml.objectify.
https://github.com/timstaley/voevent-parse
astronomy python voevent xml-parsing
Last synced: about 11 hours ago
JSON representation
VOEvent parsing and manipulation routines built on lxml.objectify.
- Host: GitHub
- URL: https://github.com/timstaley/voevent-parse
- Owner: timstaley
- License: bsd-2-clause
- Created: 2012-11-19T19:15:14.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-11-23T17:07:00.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T03:49:57.298Z (9 days ago)
- Topics: astronomy, python, voevent, xml-parsing
- Language: Python
- Homepage: http://voevent-parse.readthedocs.org
- Size: 216 KB
- Stars: 11
- Watchers: 6
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
VOEvent-parse
=============.. list-table::
:stub-columns: 1* - docs
- |docs|
* - tests
- |travis|
* - coverage
- |coverage|
* - package
- |version|A lightweight library for parsing, manipulating, and generating VOEvent_ XML
packets, build atop `lxml.objectify`_ .An introduction may be found in the
`online documentation `_,
or in raw form `here `_.Alternatively you may want to jump right in and get started with
the accompanying
`tutorial notebooks `_.If you make use of *voevent-parse* in work leading to a publication, we ask
that you cite the `ASCL entry `_... _VOEvent: http://voevent.readthedocs.io/
.. _lxml.objectify: http://lxml.de/objectify.html.. |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.. |coverage| image:: https://codecov.io/github/timstaley/voevent-parse/branch/master/graph/badge.svg
:alt: Test-coverage
:target: https://codecov.io/github/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