Metadata-Version: 2.1
Name: ymlconf
Version: 2.0.0
Summary: An example package. Generated with cookiecutter-rrpylibrary.
Home-page: https://github.com/qhw0/ymlconf
Author: qin hong wei
Author-email: 1039954093@qq.com
License: MIT license
Project-URL: Bug Reports, https://github.com/qhw0/ymlconf/issues
Project-URL: Source, https://github.com/qhw0/ymlconf
Keywords: ymlconf
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE
License-File: AUTHORS.rst

# yamlconf

A simple python library use to load/dump config from yaml file.

`Generated by cookiecutter-rrpylibrary.`


Free software: MIT license

## Documentation


## Features

## TODO

1. add documents

## Credits

This package created by Cookiecutter with the `HuangKaiHuan/cookiecutter-rrpylibrary` project template.

Cookiecutter: https://github.com/audreyr/cookiecutter

`HuangKaiHuan/cookiecutter-rrpylibrary`: https://github.com/HuangKaiHuan/cookiecutter-rrpylibrary


Changelog
=========


2.0.0 (2021-06-20)
------------------

BREAKING CHANGE
~~~~~~~~~~~~~~~
- Rename method, catch exceptions when check and format value. [qin_hw]


1.0.1 (2021-06-20)
------------------

Bug Fixes
~~~~~~~~~
- Raise exception when set init value to none. [qin_hw]


1.0.0 (2021-06-19)
------------------

Features
~~~~~~~~
- Support multi-level nested key. [qin_hw]
- Remove api of attribute. [qin_hw]
- Add class attribute. [qin_hw]
- Implement yaml config manager. [qin_hw]

BREAKING CHANGE
~~~~~~~~~~~~~~~
- Update project url. [qin_hw]
- Rename package name from yamlconf --> ymlconf. [qin_hw]
- Rename package name from yamlconf --> ymlconf. [qin_hw]


0.1.0 (2021-06-19)
------------------

* First commit.


