Metadata-Version: 2.4
Name: ttkbootstrap-icons-eva
Version: 1.0.1
Summary: Eva Icons for ttkbootstrap-icons (superseded - use tkinter-icons[eva])
Author: Israel Dryer
License-Expression: MIT
Project-URL: Homepage, https://github.com/israel-dryer/tkinter-icons
Project-URL: Documentation, https://tkinter-icons.readthedocs.io/en/latest/packs/eva.html
Project-URL: Replacement package, https://pypi.org/project/tkinter-icons/
Classifier: Development Status :: 7 - Inactive
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: Pillow>=9.1
Requires-Dist: ttkbootstrap-icons<5,>=3.0.0

# ttkbootstrap-icons-eva

> ### This package has moved
>
> Eva Icons now ship as an extra of **[tkinter-icons](https://pypi.org/project/tkinter-icons/)**:
>
> ```bash
> pip install "tkinter-icons[eva]"
> ```
>
> ```python
> from tkinter_icons import EvaIcon
> ```
>
> **[Eva Icons pack documentation](https://tkinter-icons.readthedocs.io/en/latest/packs/eva.html)**

`ttkbootstrap-icons` was renamed to `tkinter-icons` in 5.0.0. The old name promised a relationship with [ttkbootstrap](https://github.com/israel-dryer/ttkbootstrap) that no longer holds — Bootstrap icons are built into ttkbootstrap itself now — and the sixteen icon sets moved from separate distributions you install by name to extras of one library.

## What changes for you

| | Before | Now |
|---|---|---|
| Install | `pip install ttkbootstrap-icons-eva` | `pip install "tkinter-icons[eva]"` |
| Import | `from ttkbootstrap_icons_eva import EvaIcon` | `from tkinter_icons import EvaIcon` |

**The class is the same.** `EvaIcon` is still exported from `tkinter_icons`, so the only edit is the import line. Everything else — `(name, size, color, style)` — is unchanged.

The replacement pack tracks Eva Icons v1.1.3 and carries 980 names across the `outline` and `fill` styles.

Not ready to move? Your existing code keeps working: `ttkbootstrap-icons` 5.0.0 is a forwarding shim that re-exports the old import root. See the [migration notes](https://tkinter-icons.readthedocs.io/en/latest/getting-started/migrating.html).

## About this release

**1.0.1 is the final release of `ttkbootstrap-icons-eva`.** It ships the same font and the same glyph data as 1.0.0, and draws the same icons. Three things changed:

- this page, which pointed at a layout that no longer exists
- the base pin, now `ttkbootstrap-icons>=3.0.0,<5`, so installing this package keeps resolving the pre-5.0 base it was built against rather than the 5.0 forwarding shim
- importing it now emits a `FutureWarning` naming the replacement

Nothing further will be published under this name.

## Icon set

**Eva Icons** — [browse the set](https://akveo.github.io/eva-icons/#/) · [upstream license](https://github.com/akveo/eva-icons/blob/master/LICENSE.txt)

The icons are not ours: this package redistributes the upstream font under that project's own license. MIT for the wrapper itself. The upstream license text is bundled in the installed package.

## Links

- [Eva Icons in the new documentation](https://tkinter-icons.readthedocs.io/en/latest/packs/eva.html)
- [All sixteen icon packs](https://tkinter-icons.readthedocs.io/en/latest/packs.html)
- [Migrating from ttkbootstrap-icons](https://tkinter-icons.readthedocs.io/en/latest/getting-started/migrating.html)
- [Repository](https://github.com/israel-dryer/tkinter-icons)
