Metadata-Version: 2.1
Name: tabler-icons
Version: 0.4.0
Summary: SVG tabler icons for your apps.
Home-page: https://github.com/alex-oleshkevich/tabler_icons
License: MIT
Author: Alex Oleshkevich
Author-email: alex.oleshkevich@gmail.com
Requires-Python: >=3.9.0,<4.0.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Project-URL: Documentation, https://github.com/alex-oleshkevich/tabler_icons
Project-URL: Repository, https://github.com/alex-oleshkevich/tabler_icons
Description-Content-Type: text/markdown

# Tabler Icons

SVG tabler icons for your apps.

![PyPI](https://img.shields.io/pypi/v/tabler_icons)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/alex-oleshkevich/tabler_icons/Lint)
![GitHub](https://img.shields.io/github/license/alex-oleshkevich/tabler_icons)
![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/pypi/tabler_icons)
![PyPI - Downloads](https://img.shields.io/pypi/dm/tabler_icons)
![GitHub Release Date](https://img.shields.io/github/release-date/alex-oleshkevich/tabler_icons)
![Lines of code](https://img.shields.io/tokei/lines/github/alex-oleshkevich/tabler_icons)

## Installation

Install `tabler_icons` using PIP or poetry:

```bash
pip install tabler_icons
# or
poetry add tabler_icons
```

## Features

-   TODO

## Quick start

See example application in `examples/` directory of this repository.

