Metadata-Version: 2.1
Name: gryszka_config_package
Version: 0.1.2
Summary: A package to read configuration from a YAML file
Author-email: Gryszka <romanowicz.g@gmail.com>
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyyaml

# file reader package
The package tests , how to read file form a package.
Tests run with access to the source code or just with the package.

## Installation

```bash
pip install gryszka-config-package
```

```python
from gryszka_config_package.main import read_something_from_yml
read_something_from_yml()
```
