Metadata-Version: 1.2
Name: sc-config
Version: 0.0.1
Summary: A simple Python configuration file operator
Home-page: https://github.com/Scott-Lau/sc-config
Author: Scott Lau
Author-email: exceedego@126.com
License: MIT
Description:  [![PyPI Version](https://badge.fury.io/py/sc-config.svg)](https://badge.fury.io/py/sc-config)
         [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sc-config)](https://img.shields.io/pypi/pyversions/sc-config)
        
        # A simple Python configuration file operator
        
        This project provides a common way to read configurations using [config42](https://pypi.org/project/config42/).
        
        ## Installation
        
        It is possible to install the tool with pip:
        
        ```
        pip install sc-config
        ```
        
        ## Configuration
        
        You can copy [default.yml](tests/sample_config/default.yml) to `~/.<project-name>/production.yml`
        to initialize the production configuration.
        
        - See [default.yml](tests/sample_config/default.yml) for more information.
        
        ## Dependencies
        
        - config42 0.4.4
        
        ## Changes
        
        - Version 0.0.1
        
          - Initial version
        
        ## License
        
        The script is released under the [MIT License](https://opensource.org/licenses/MIT). 
        The MIT License is registered with and approved by the [Open Source Initiative](https://opensource.org/).
        
Keywords: python config
Platform: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Requires-Python: >=3.6
