Metadata-Version: 2.1
Name: pyregion
Version: 2.2.0
Summary: python parser for ds9 region files
Home-page: https://github.com/astropy/pyregion
Author: Jae-Joon Lee
Author-email: lee.j.joon@gmail.com
License: MIT
Project-URL: Documentation, https://pyregion.readthedocs.io/
Project-URL: Source, https://github.com/astropy/pyregion
Project-URL: Tracker, https://github.com/astropy/pyregion/issues
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Astronomy
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
Provides-Extra: test
Provides-Extra: docs
License-File: LICENSE

pyregion
========

pyregion is a python module to parse ds9 region files.
It also supports ciao region files.

* Code: https://github.com/astropy/pyregion
* Docs: https://pyregion.readthedocs.io
* PyPI: http://pypi.python.org/pypi/pyregion

Installation: ``pip install pyregion``

Lead developer: Jae-Joon Lee ([@leejjoon](http://github.com/leejjoon))

FEATURES
--------

* ds9 and ciao region files.
* (physical, wcs) coordinate conversion to the image coordinate.
* convert regions to matplotlib patches.
* convert regions to spatial filter (i.e., generate mask images)

LICENSE
-------

All files are under MIT License. See LICENSE.

Status
------

.. image:: https://travis-ci.org/astropy/pyregion.svg?branch=master
    :target: https://travis-ci.org/astropy/pyregion

.. image:: https://coveralls.io/repos/astropy/pyregion/badge.svg?branch=master
    :target: https://coveralls.io/r/astropy/pyregion

New regions package
-------------------

See also the in-development ``regions`` package
at https://github.com/astropy/regions
a new astronomy package for regions based on Astropy.
