Metadata-Version: 2.1
Name: harrix-test-package
Version: 0.3
Summary: Test package
Home-page: https://github.com/Harrix/harrix-test-package
Author: Anton Sergienko
Author-email: anton.b.sergienko@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# harrix-test-package

Test package.

## Install

```console
pip install harrix-test-package
```

## Using

```py
import harrixtestpackage as h


print(h.multiply_2(2))
```


