Metadata-Version: |
2.3 |
Name: |
mocpy |
Version: |
0.17.1 |
Summary: |
MOC parsing and manipulation in Python |
Author: |
Matthieu Baumann <matthieu.baumann@astro.unistra.fr>, Thomas Boch <thomas.boch@astro.unistra.fr>, Manon Marchand <manon.marchand@astro.unistra.fr>, F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr> |
Author-Email: |
Matthieu Baumann <matthieu.baumann[at]astro.unistra.fr>, Thomas Boch <thomas.boch[at]astro.unistra.fr>, Manon Marchand <manon.marchand[at]astro.unistra.fr>, F.-X. Pineau <francois-xavier.pineau[at]astro.unistra.fr> |
Project-Url: |
Documentation, https://cds-astro.github.io/mocpy/ |
Project-Url: |
Repository, https://github.com/cds-astro/mocpy |
Project-Url: |
Issues, https://github.com/cds-astro/mocpy/issues |
Project-Url: |
Changelog, https://github.com/cds-astro/mocpy/blob/master/CHANGELOG.md |
License: |
BSD-3-Clause |
Keywords: |
astronomy,astrophysics,HEALPix |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Rust |
Classifier: |
License :: OSI Approved :: BSD License |
Classifier: |
Topic :: Scientific/Engineering :: Astronomy |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
Intended Audience :: Education |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: 3.13 |
Requires-Python: |
>=3.8 |
Requires-Dist: |
astropy (<5.3); python_version == "3.8" |
Requires-Dist: |
astropy; python_version > "3.8" |
Requires-Dist: |
numpy |
Requires-Dist: |
matplotlib |
Requires-Dist: |
cdshealpix (>=0.6.4) |
Requires-Dist: |
networkx (>=2.5) |
Requires-Dist: |
requests; extra == "query-fits" |
Requires-Dist: |
regions; extra == "astropy-regions" |
Requires-Dist: |
astropy-sphinx-theme; extra == "docs" |
Requires-Dist: |
nbsphinx; extra == "docs" |
Requires-Dist: |
numpydoc; extra == "docs" |
Requires-Dist: |
sphinx-astropy; extra == "docs" |
Requires-Dist: |
sphinx-collections; extra == "docs" |
Requires-Dist: |
sphinx-copybutton; extra == "docs" |
Requires-Dist: |
sphinx-gallery; extra == "docs" |
Requires-Dist: |
sphinxcontrib-bibtex; extra == "docs" |
Requires-Dist: |
ipython; extra == "docs" |
Requires-Dist: |
pre-commit (>=2.20); extra == "dev" |
Requires-Dist: |
pytest (>6.0); extra == "dev" |
Requires-Dist: |
pytest-mock; extra == "dev" |
Requires-Dist: |
pytest-cov; extra == "dev" |
Requires-Dist: |
requests; extra == "dev" |
Requires-Dist: |
regions; extra == "dev" |
Requires-Dist: |
ruff (>=0.5.0); extra == "dev" |
Requires-Dist: |
astroquery; extra == "notebooks" |
Requires-Dist: |
ipyaladin; extra == "notebooks" |
Requires-Dist: |
regions; extra == "notebooks" |
Requires-Dist: |
nbmake; extra == "notebooks" |
Provides-Extra: |
query_fits |
Provides-Extra: |
astropy_regions |
Provides-Extra: |
docs |
Provides-Extra: |
dev |
Provides-Extra: |
notebooks |
Description-Content-Type: |
text/x-rst; charset=UTF-8 |
License-File: |
LICENSE |