Metadata-Version: 2.1
Name: bizerror
Version: 0.2.0
Summary: Collections of common business errors.
Home-page: https://github.com/zencore-cn/bizerror
Author: zencore
Author-email: dobetter@zencore.cn
License: MIT
Description: # bizerror
        
        Collections of common business errors.
        
        ## Install
        
            pip install bizerror
        
        ## Provided genaral errors
        
        See detail in file bizerror.xlsx on https://github.com/zencore-cn/bizerror
        
        ## Generator dependencies
        
        - python3
        - click
        - openpyxl
        
        ## Release Notes
        
        
        ### V0.2.0
        
        - Add auto generate mechanism.
        - Add language support.
        
        
        ### v0.1.0
        
        - Add BizError base class.
        - Add some common errors.
        
Keywords: bizerror
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Description-Content-Type: text/markdown
