Metadata-Version: 2.4
Name: ttkbootstrap-icons-typicons
Version: 1.0.1
Summary: Typicons for ttkbootstrap-icons (superseded - use tkinter-icons[typicons])
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/typicons.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-typicons

> ### This package has moved
>
> Typicons now ship as an extra of **[tkinter-icons](https://pypi.org/project/tkinter-icons/)**:
>
> ```bash
> pip install "tkinter-icons[typicons]"
> ```
>
> ```python
> from tkinter_icons import TypiconsIcon
> ```
>
> **[Typicons pack documentation](https://tkinter-icons.readthedocs.io/en/latest/packs/typicons.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-typicons` | `pip install "tkinter-icons[typicons]"` |
| Import | `from ttkbootstrap_icons_typicons import TypiconsIcon` | `from tkinter_icons import TypiconsIcon` |

**The class is the same.** `TypiconsIcon` 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 Typicons v2.1.2 and carries 672 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-typicons`.** 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

**Typicons** — [browse the set](https://www.s-ings.com/typicons/) · [upstream license](https://github.com/stephenhutchings/typicons.font/blob/master/LICENCE.md)

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 not bundled in this release; follow the link above. The replacement pack ships it.

## Links

- [Typicons in the new documentation](https://tkinter-icons.readthedocs.io/en/latest/packs/typicons.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)
