Metadata-Version: 2.1
Name: k3confloader
Version: 0.1.1
Summary: k3confloader loads conf for other pykit3 modules
Home-page: https://github.com/pykit3/k3confloader
Author: Zhang Yanpo
Author-email: drdr.xp@gmail.com
License: MIT
Description: # k3confloader
        
        [![Build Status](https://travis-ci.com/pykit3/k3confloader.svg?branch=master)](https://travis-ci.com/pykit3/k3confloader)
        [![Documentation Status](https://readthedocs.org/projects/k3confloader/badge/?version=stable)](https://k3confloader.readthedocs.io/en/stable/?badge=stable)
        [![Package](https://img.shields.io/pypi/pyversions/k3confloader)](https://pypi.org/project/k3confloader)
        
        k3confloader loads conf for other pykit3 modules
        
        k3confloader is a component of [pykit3] project: a python3 toolkit set.
        
        
        # Install
        
        ```
        pip install k3confloader
        ```
        
        # Synopsis
        
        ```python
        
        ```
        
        #   Author
        
        Zhang Yanpo (张炎泼) <drdr.xp@gmail.com>
        
        #   Copyright and License
        
        The MIT License (MIT)
        
        Copyright (c) 2015 Zhang Yanpo (张炎泼) <drdr.xp@gmail.com>
        
        
        [pykit3]: https://github.com/pykit3
Keywords: conf,loader,lazyload
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.0
Description-Content-Type: text/markdown
