Metadata-Version: 2.4
Name: turbo-themes
Version: 0.11.0
Summary: Universal design tokens and themes for Python applications
Project-URL: Homepage, https://github.com/turbocoder13/turbo-themes
Project-URL: Repository, https://github.com/turbocoder13/turbo-themes
Project-URL: Documentation, https://github.com/turbocoder13/turbo-themes#readme
Author: Turbo Coder
License: MIT
Keywords: color-schemes,css,design-tokens,themes,theming
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: python-dateutil>=2.8.0
Provides-Extra: dev
Requires-Dist: assertpy>=1.1; extra == 'dev'
Requires-Dist: mypy>=1.8; extra == 'dev'
Requires-Dist: pytest-cov>=7.0; extra == 'dev'
Requires-Dist: pytest>=9.0; extra == 'dev'
Description-Content-Type: text/markdown

# turbo-themes (Python)

Generated Python package exposing design tokens and theme registry from Turbo Themes.

## Usage

```python
from turbo_themes import THEMES

theme = THEMES["catppuccin-mocha"]
print(theme.background.base)
```

This package is generated from `dist/tokens.json` via `scripts/generate-python.mjs`.
