Metadata-Version: 2.1
Name: ymlconf
Version: 1.0.1
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
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: ruamel.yaml
Requires-Dist: more-itertools
Provides-Extra: dev
Requires-Dist: black (==20.8b1) ; extra == 'dev'
Requires-Dist: isort (==5.7.0) ; extra == 'dev'
Requires-Dist: flake8 (==3.8.4) ; extra == 'dev'
Requires-Dist: mypy (==0.800) ; extra == 'dev'
Requires-Dist: pre-commit (~=2.10.0) ; extra == 'dev'
Requires-Dist: pytest (==6.2.2) ; extra == 'dev'
Requires-Dist: pytest-cov (==2.11.1) ; extra == 'dev'
Requires-Dist: tox (~=3.21.0) ; extra == 'dev'
Requires-Dist: gitchangelog (==3.0.4) ; extra == 'dev'
Requires-Dist: gitlint (==0.15.0) ; extra == 'dev'
Requires-Dist: invoke (==1.5.0) ; extra == 'dev'

# 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
=========


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.


