Metadata-Version: 2.1
Name: tufte
Version: 0.2.3
Summary: A Tufte-inspired style for plotting data
Home-page: https://github.com/hsteinshiromoto/tufte
License: GPL
Keywords: Tufte,matplotlib
Author: Humberto STEIN SHIROMOTO
Author-email: h.stein.shiromoto@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Dist: Deprecated (>=1.2.13,<2.0.0)
Requires-Dist: matplotlib (>=3.5.1,<4.0.0)
Requires-Dist: numpy (>=1.22.3,<2.0.0)
Requires-Dist: pandas (>=1.4.2,<2.0.0)
Requires-Dist: typeguard (>=2.13.3,<3.0.0)
Project-URL: Repository, https://github.com/hsteinshiromoto/tufte
Description-Content-Type: text/markdown

[![Documentation Status](https://readthedocs.org/projects/tufte/badge/?version=latest)](https://tufte.readthedocs.io/en/latest/?badge=latest)
[![CI](https://github.com/hsteinshiromoto/tufte/actions/workflows/ci.yml/badge.svg)](https://github.com/hsteinshiromoto/tufte/actions/workflows/ci.yml)
[![Github tag](https://badgen.net/github/tag/hsteinshiromoto/tufte)](https://github.com/hsteinshiromoto/tufte/tags/)
[![PyPI version](https://badge.fury.io/py/tufte.svg)](https://badge.fury.io/py/tufte)
[![DOI](https://zenodo.org/badge/130211437.svg)](https://zenodo.org/badge/latestdoi/130211437)

# 1. Tufte

A Tufte-inspired style for plotting data.

# 2. Table of Contents

- [1. Tufte](#1-tufte)
- [2. Table of Contents](#2-table-of-contents)
- [3. Installation](#3-installation)

# 3. Installation

`$ pip install tufte`
