Metadata-Version: 2.1
Name: pixel-sizes
Version: 0.2.0
Summary: Dictionary of pixel sizes
Home-page: https://github.com/kitsuyui/pixel-sizes
Author: Yui Kitsu
Author-email: kitsuyui+github@kitsuyui.com
License: BSD-3-Clause
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# python-pixel-sizes

[![codecov](https://codecov.io/gh/kitsuyui/python-pixel-sizes/graph/badge.svg?token=830WMASKHU)](https://codecov.io/gh/kitsuyui/python-pixel-sizes)

## Usage

```python
from pixel_sizes import SIZES

SIZES['8k'].width  # 7680
SIZES['8k'].height  # 4320
SIZES['8k'].aspect_ratio()  # 16/9 == 1.7777777777777777
```

# LICENSE

The 3-Clause BSD License. See also LICENSE file.
