Metadata-Version: 2.1
Name: com.dvsnier.config
Version: 0.1.1a3.dev1
Summary: this is dvsnier config.
Home-page: https://github.com/Alinvor/Python-DeMo/
Author: dvsnier
Author-email: dovsnier@qq.com
License: MIT
Project-URL: Bug_Tracker, https://github.com/Alinvor/Python-DeMo/issues/
Project-URL: Documentation, https://packaging.python.org/tutorials/distributing-packages/
Project-URL: Funding, https://donate.pypi.org/
Project-URL: Homepage, https://github.com/Alinvor/Python-DeMo/
Project-URL: Wiki, https://github.com/Alinvor/Python-DeMo/wiki/
Project-URL: Source, https://github.com/Alinvor/Python-DeMo/
Keywords: config,development
Platform: linux: linux
Platform: windows: win32
Platform: macos: darwin
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: Free For Educational Use
Classifier: License :: Free for non-commercial use
Classifier: License :: Freely Distributable
Classifier: License :: Freeware
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
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: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: !=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,<4,>=2.7
Description-Content-Type: text/markdown
Provides-Extra: docs
Provides-Extra: test
Provides-Extra: typing
Provides-Extra: virtualenv
License-File: LICENSE
License-File: LICENSE.txt

# tutorial

- [Introduce](#introduce)
- [History](#history)
  - [v0.1.1a3.dev1](#v011a3dev1)
    - [Changes](#changes)
  - [v0.1.1a2.dev1](#v011a2dev1)
    - [Changes](#changes-1)
  - [v0.1.1a1.dev1](#v011a1dev1)
    - [Deprecations](#deprecations)
    - [Changes](#changes-2)
  - [v0.0.2.dev3](#v002dev3)
    - [Misc](#misc)
  - [v0.0.2.dev2](#v002dev2)
    - [Changes](#changes-3)
    - [Misc](#misc-1)
  - [v0.0.2.dev1](#v002dev1)
    - [Changes](#changes-4)
  - [v0.0.1.dev1](#v001dev1)
    - [Changes](#changes-5)

## Introduce

this is config modules.

## History

### v0.1.1a3.dev1

04 June 2022

#### Changes

- Add logging support for multi process environment.

### v0.1.1a2.dev1

02 June 2022

#### Changes

- the enable strict mode adaptation py code.
- the fixes Python TypeError: coercing to Unicode: need string or buffer, tuple found.

### v0.1.1a1.dev1

30 May 2022

#### Deprecations

- the mark deprecated API with `com.dvsnier.config.common_config` module.
- the mark deprecated API with `com.dvsnier.config.conf`.

#### Changes

- the support for multi module logging.

### v0.0.2.dev3

25 February 2022

#### Misc

- the eliminate nonconforming normative notes.

### v0.0.2.dev2

27 August 2021

#### Changes

- Adjust and optimize cfg module class instances to object instances.

#### Misc

- the cfg module, remove redundant notes.

### v0.0.2.dev1

07 July 2021

#### Changes

- Add support for boolean and number type in cfg module.
- Add optimization to config module.

### v0.0.1.dev1

07 June 2021

#### Changes

- the basic functions.


