Metadata-Version: 2.2
Name: feffery_leaflet_components
Version: 0.2.0rc1
Summary: Best implementation of Leaflet in Plotly Dash.
Home-page: https://github.com/CNFeffery/feffery-leaflet-components
Author: CNFeffery <fefferypzy@gmail.com>
Author-email: fefferypzy@gmail.com
License: MIT
Classifier: Framework :: Dash
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dm-tree>=0.1.7
Requires-Dist: dash>=3.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

> 本项目即将发布正式版本，敬请期待😉

<p align="center">
	<img src="./flc-logo.svg" height=200></img>
</p>
<h1 align="center">feffery-leaflet-components</h1>
<div align="center">


[![GitHub](https://img.shields.io/github/license/plotly/dash.svg?color=dark-green)](https://github.com/plotly/dash/blob/master/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/feffery-leaflet-components.svg?color=dark-green)](https://pypi.org/project/feffery-leaflet-components/)
[![Downloads](https://pepy.tech/badge/feffery-leaflet-components)](https://pepy.tech/project/feffery-leaflet-components)
[![Downloads](https://pepy.tech/badge/feffery-leaflet-components/month)](https://pepy.tech/project/feffery-leaflet-components)

</div>

`feffery-components`计划子项目，`Plotly Dash`第三方组件库，基于`Leaflet`，将更好用的地图交互功能及可视化组件引入`Dash`的世界🥳，最新版本：`0.1.0-rc11`（2024-02-05）

## 1 最新版本安装方式

```bash
pip install feffery-leaflet-components -U
```

## 2 最新预发布版本安装方式

```bash
pip install feffery-leaflet-components --pre -U
```

## 3 静态资源 CDN 加速方法

```Python
# 非debug模式下对Dash()传入参数serve_locally=False会强制浏览器端从unpkg cdn加载各个依赖的
# xxx.min.js等静态资源，从而避免占用服务器带宽，适合中小型站点加速访问
app = dash.Dash(serve_locally=False)
```

## 4 在线文档

<a href='http://flc.feffery.tech/' target='_blank'>文档地址</a>
