Metadata-Version: 2.4
Name: GPUniq
Version: 0.1.0
Summary: A Python library
Author-email: Egor Kalinin <kalinin-egor@users.noreply.github.com>
Project-URL: Homepage, https://github.com/GPUniq/GPUniq
Project-URL: Repository, https://github.com/GPUniq/GPUniq
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# GPUniq

A Python library.

## Installation

```bash
pip install GPUniq
```

## Usage

```python
from gpuniq import hello

print(hello())
```
