pyregion


Namepyregion JSON
Version 2.2.0 PyPI version JSON
download
home_pagehttps://github.com/astropy/pyregion
Summarypython parser for ds9 region files
upload_time2022-12-09 20:18:55
maintainer
docs_urlNone
authorJae-Joon Lee
requires_python>=3.7
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/astropy/pyregion",
    "name": "pyregion",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Jae-Joon Lee",
    "author_email": "lee.j.joon@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c5/de/75f69e217981ca07850dcc04f5be418267e2998104db3f8141d087c20384/pyregion-2.2.0.tar.gz",
    "platform": null,
    "description": "pyregion\n========\n\npyregion is a python module to parse ds9 region files.\nIt also supports ciao region files.\n\n* Code: https://github.com/astropy/pyregion\n* Docs: https://pyregion.readthedocs.io\n* PyPI: http://pypi.python.org/pypi/pyregion\n\nInstallation: ``pip install pyregion``\n\nLead developer: Jae-Joon Lee ([@leejjoon](http://github.com/leejjoon))\n\nFEATURES\n--------\n\n* ds9 and ciao region files.\n* (physical, wcs) coordinate conversion to the image coordinate.\n* convert regions to matplotlib patches.\n* convert regions to spatial filter (i.e., generate mask images)\n\nLICENSE\n-------\n\nAll files are under MIT License. See LICENSE.\n\nStatus\n------\n\n.. image:: https://travis-ci.org/astropy/pyregion.svg?branch=master\n    :target: https://travis-ci.org/astropy/pyregion\n\n.. image:: https://coveralls.io/repos/astropy/pyregion/badge.svg?branch=master\n    :target: https://coveralls.io/r/astropy/pyregion\n\nNew regions package\n-------------------\n\nSee also the in-development ``regions`` package\nat https://github.com/astropy/regions\na new astronomy package for regions based on Astropy.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "python parser for ds9 region files",
    "version": "2.2.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "54f9c062409892a95cd4fee46a6105bb",
                "sha256": "5cbdb8017c744d39e36d67ec530dbfafc7ae245aa512185b35645b87f259f850"
            },
            "downloads": -1,
            "filename": "pyregion-2.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "54f9c062409892a95cd4fee46a6105bb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 978105,
            "upload_time": "2022-12-09T20:18:55",
            "upload_time_iso_8601": "2022-12-09T20:18:55.984825Z",
            "url": "https://files.pythonhosted.org/packages/c5/de/75f69e217981ca07850dcc04f5be418267e2998104db3f8141d087c20384/pyregion-2.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-09 20:18:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "astropy",
    "github_project": "pyregion",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyregion"
}
        
Elapsed time: 0.01919s