Metadata-Version: 2.3
Name: pylifemap
Version: 0.1.2
Summary: Taxonomy data visualizations on the Lifemap tree of life
Keywords: 
Author: Julien Barnier, Damien de Vienne
Author-email: Julien Barnier <julien.barnier@cnrs.fr>, Damien de Vienne <damien.de-vienne@cnrs.fr>
License: MIT License
         
         Copyright (c) 2023 Damien de Vienne, Julien Barnier
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
         in the Software without restriction, including without limitation the rights
         to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
         copies of the Software, and to permit persons to whom the Software is
         furnished to do so, subject to the following conditions:
         
         The above copyright notice and this permission notice shall be included in all
         copies or substantial portions of the Software.
         
         THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
         IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
         FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
         AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
         LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
         OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
         SOFTWARE.
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Requires-Dist: anywidget[dev]>=0.9.21
Requires-Dist: ipywidgets>=8.1.7
Requires-Dist: pandas>=2.0.0
Requires-Dist: platformdirs>=4.3.6
Requires-Dist: polars>=1.17.0
Requires-Dist: pyarrow>=22.0.0
Requires-Dist: pyproj>=3.7.1
Requires-Dist: requests>=2.32.3
Requires-Python: >=3.10
Project-URL: Documentation, https://github.com/Lifemap-ToL/pylifemap#readme
Project-URL: Issues, https://github.com/Lifemap-ToL/pylifemap/issues
Project-URL: Source, https://github.com/Lifemap-ToL/pylifemap
Description-Content-Type: text/markdown

# pylifemap

[![PyPI](https://img.shields.io/pypi/v/pylifemap.svg?color=green)](https://pypi.org/project/pylifemap)
[![Tests](https://github.com/Lifemap-ToL/pylifemap/actions/workflows/tests.yml/badge.svg)](https://github.com/Lifemap-ToL/pylifemap/actions/workflows/tests.yml)
[![Documentation](https://github.com/Lifemap-ToL/pylifemap/actions/workflows/publish.yml/badge.svg)](https://github.com/Lifemap-ToL/pylifemap/actions/workflows/publish.yml)
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Lifemap-ToL/pylifemap/blob/master/notebooks/introduction.ipynb)

## Overview

`pylifemap` is a Python package for visualizing taxonomy data on [Lifemap](https://lifemap.cnrs.fr), the interactive tree of life. It provides several visualisation layers, as well as functions allowing to aggregate data along the tree branches.

For examples, installation and usage instructions, see the [documentation website](https://lifemap-tol.github.io/pylifemap).

## Credits

- Visualizations are powered by [Open Layers](https://openlayers.org), [deck.gl](https://deck.gl), [d3](https://d3js.org) and [Observable Plot](https://observablehq.com/plot/).
- The widget is developed thanks to the [anywidget](https://anywidget.dev) framework.
- This documentation website is generated by [Quarto](https://quarto.org) and [quartodoc](https://github.com/machow/quartodoc).
