Metadata-Version: 2.1
Name: yaml-config-reader
Version: 0.10
Summary: Package for reading configs from yml files
Home-page: https://github.com/J4CKVVH173/yaml-config
Author: J4CK VVH173, Polosha
Author-email: i78901234567890@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: PyYAML (==5.3.1)

# Yaml config

Package for working with config files in yaml format

## Using

### open_config
The function for a configuration object from a file.

The function accepts an unlimited number of arguments. Each argument is a path to the intended configuration file.
The function iterates through all paths in the order in which they were passed to the function. The config that was found first will be used. If the arguments run out and the file is not found, an error will be called.

The function returns the configuration as an object.

### cut_protocol
The function truncates the protocol at the passed url.

The function takes a url in string format as an argument.

The function returns clear domain without protocol.




