Metadata-Version: 2.1
Name: MOCPy
Version: 0.7.0
Summary: MOC parsing and manipulation in Python
Home-page: https://github.com/cds-astro/mocpy
Author: Thomas Boch, Matthieu Baumann
Author-email: thomas.boch@astro.unistra.fr
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Scientific/Engineering :: Astronomy
Provides: mocpy
Requires-Dist: astropy
Requires-Dist: cdshealpix
Requires-Dist: matplotlib
Requires-Dist: networkx
Requires-Dist: lark-parser

MOCPy is a Python library allowing easy creation      and manipulation of MOCs (Multi-Order Coverage maps).      MOC is an IVOA standard      enabling description of arbitrary sky regions.
Based on the HEALPix sky tessellation, it maps regions on the sky      into hierarchically grouped predefined cells.
An experimental support for TMOC (temporal MOC) has been added since version 0.4.0.     It allows creation, parsing and comparison of TMOCs.

