initial commit
This commit is contained in:
@@ -0,0 +1 @@
|
||||
pip
|
||||
@@ -0,0 +1,19 @@
|
||||
Copyright (C) 2013, Martin Journois
|
||||
|
||||
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.
|
||||
@@ -0,0 +1,31 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: branca
|
||||
Version: 0.7.2
|
||||
Summary: Generate complex HTML+JS pages with Python
|
||||
Home-page: https://github.com/python-visualization/branca
|
||||
Author: Martin Journois
|
||||
License: MIT
|
||||
Keywords: data visualization
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
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: License :: OSI Approved :: MIT License
|
||||
Classifier: Development Status :: 5 - Production/Stable
|
||||
Requires-Python: >=3.7
|
||||
Description-Content-Type: text/markdown
|
||||
License-File: LICENSE.txt
|
||||
Requires-Dist: jinja2 >=3
|
||||
|
||||
[](https://pypi.python.org/pypi/branca)
|
||||
[](https://github.com/python-visualization/branca/actions/workflows/test_code.yml)
|
||||
[](https://gitter.im/python-visualization/folium)
|
||||
|
||||
# Branca
|
||||
|
||||
This library is a spinoff from [folium](https://github.com/python-visualization/folium). It can be used to generate HTML + JS. It is based on Jinja2.
|
||||
|
||||
- Documentation: https://python-visualization.github.io/branca/
|
||||
- Examples: https://nbviewer.org/github/python-visualization/branca/tree/main/examples/
|
||||
@@ -0,0 +1,21 @@
|
||||
branca-0.7.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
branca-0.7.2.dist-info/LICENSE.txt,sha256=Fv3MFqr_xBAT3mB571tsJl4kAQibA8UHzCanIBFVi6s,1079
|
||||
branca-0.7.2.dist-info/METADATA,sha256=0XqbN6maxHRRh6YEZKjLTwO-0FxW4ru4lLLf2EkYUMY,1478
|
||||
branca-0.7.2.dist-info/RECORD,,
|
||||
branca-0.7.2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
||||
branca-0.7.2.dist-info/top_level.txt,sha256=ypVQTwONob-Ro9YaFnI5JSp3Fie7goG1kHO-OOOvgFE,7
|
||||
branca/__init__.py,sha256=96-JnqmVvjl6A13m-ngTS54ieHuvW5LsJMR4OEQZ5mo,207
|
||||
branca/__pycache__/__init__.cpython-311.pyc,,
|
||||
branca/__pycache__/_version.cpython-311.pyc,,
|
||||
branca/__pycache__/colormap.cpython-311.pyc,,
|
||||
branca/__pycache__/element.cpython-311.pyc,,
|
||||
branca/__pycache__/utilities.cpython-311.pyc,,
|
||||
branca/_cnames.json,sha256=gczkHOtCOMkbXf3oncGhfdrwrdr850-KBlwdlzuZaB0,3540
|
||||
branca/_schemes.json,sha256=d19tuEsvPhxMeNf-E8vvQ-1S72JGG5yZvU_nOPZpPsM,21192
|
||||
branca/_version.py,sha256=ISWV9_SJtaCeILz1FAMYHSjVkHbV08KnnT23Ww0_w-o,21
|
||||
branca/colormap.py,sha256=1-5ONAFdLcyKsHqw-YA40yT6iXqbOS4XS62bNu8k6oQ,20378
|
||||
branca/element.py,sha256=WO_nTAs1iEvPkgqwdOG0pDlWYlkGP0xdv6FwjPeGDCA,22061
|
||||
branca/scheme_base_codes.json,sha256=yMAJXX7PnL3KFVF3inGtHnuXe3mfegRZ2kkEcQXR3YY,370
|
||||
branca/scheme_info.json,sha256=4eCiIiCV90kLXtyJbuTCxpDVLPDgEBr2TcHZyKUIe8M,904
|
||||
branca/templates/color_scale.js,sha256=Qc4zOyKDBkSvXduzoOiXep6XoQkN6QO1jv97OvVc3xs,2300
|
||||
branca/utilities.py,sha256=N8lovy-szMpIATuicgLjMv5B0xtjvKcC_VDnJRc4e6A,14549
|
||||
@@ -0,0 +1,5 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: bdist_wheel (0.43.0)
|
||||
Root-Is-Purelib: true
|
||||
Tag: py3-none-any
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
branca
|
||||
Reference in New Issue
Block a user