File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 22
33![ PyPI - Downloads] ( https://img.shields.io/pypi/dd/pyya )
44[ ![ ClickPy Dashboard] ( https://img.shields.io/badge/clickpy-dashboard-orange )] ( https://clickpy.clickhouse.com/dashboard/pyya )
5+ ![ GitHub Downloads (all assets, all releases)] ( https://img.shields.io/github/downloads/shadowy-pycoder/pyya/total )
56![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/pyya )
67[ ![ PyPI - Link] ( https://img.shields.io/badge/pypi-link-blue )] ( https://pypi.org/project/pyya/ )
78![ PyPI - Version] ( https://img.shields.io/pypi/v/pyya )
2324pip install pyya
2425```
2526
27+ Or download a specific version from [ Releases] ( https://github.com/shadowy-pycoder/pyya/releases ) page and install it with:
28+
29+ ``` shell
30+ pip install /path/to/pyya-[version]-py3-none-any.whl
31+ ```
32+
33+
2634## Usage
2735
2836### Example
Original file line number Diff line number Diff line change @@ -100,7 +100,8 @@ Under the hood `pyya` uses [PyYAML](https://pypi.org/project/PyYAML/) to parse Y
100100
101101```python
102102# merge default and production configuration files
103- # setting to `False` disables other flags
103+ # setting to `False` disables other flags and makes default config optional
104+ # `False` means "open config file and apply `ymal.safe_load` and `munchify` with no formatting"
104105merge_configs=True
105106```
106107```python
You can’t perform that action at this time.
0 commit comments