Metadata-Version: 2.4
Name: pylifemap
Version: 0.1.3
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-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Requires-Dist: anywidget[dev]>=0.9.21
Requires-Dist: ipywidgets>=8.1.8
Requires-Dist: pandas>=2.0.0
Requires-Dist: platformdirs>=4.3.6
Requires-Dist: polars>=1.17.0
Requires-Dist: pyarrow>=23.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).
