Metadata-Version: 2.1
Name: dqwrap
Version: 0.0.2
Summary: wrap layer of 5-lay architecture
Home-page: http://assetik.com
Author: daqian
Author-email: daqian.zhang@g42.ai
License: MIT Licence
Description: dqwrap
        ----
        wrap layer of 5-layer architecture
        
        |5-layer||
        |----|----|
        |Distributed|CAP Raft|
        |Route|Http WS gRPC MQ|
        |Service|ACID DDD|
        |DAO|Entity Cache|
        |Wrap|DB ThirdParty Util Error |
        
        ## Example
        ```python
        
        ```
        
        ### test
        ```shell script
        pip install pytest
        pip install pytest-cov
        pytest 
        #coverage
        pytest --cov=dqwrap  --cov-report=html tests/
        
        ```
        
        Qualification Requirements:
        1. Bachelor degree or above, computer related major, more than 5 years of work experience.
        2. Proficient in front-end core technologies such as HTML5, CSS3, Javascript,ES6,Restful and responsive design.
        3. Proficiency in using popular front-end frameworks such as React, Vue, Bootstrap, JQuery.
        4. Familiar with front-end engineering, Master Webpack, Grunt and other packaging tools.
        5. Have good coding habits and experience in project layering and modularization.
        6. Have a good team spirit and initiative to find problems.
Keywords: wrap,5-layer,wrap layer
Platform: any
Requires-Python: >=3.5.0
Description-Content-Type: text/markdown
