Metadata-Version: 1.2
Name: code_check
Version: 0.1.0
Summary: check python code
Home-page: https://github.com/taceywong/code_check
Author: Tacey Wong
Author-email: xinyong.wang@qq.com
License: MIT license
Description: ==========
        Code Check
        ==========
        
        
        .. image:: https://img.shields.io/pypi/v/code_check.svg
                :target: https://pypi.python.org/pypi/code_check
        
        .. image:: https://img.shields.io/travis/taceywong/code_check.svg
                :target: https://travis-ci.com/taceywong/code_check
        
        .. image:: https://readthedocs.org/projects/code-check/badge/?version=latest
                :target: https://code-check.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        .. image:: https://pyup.io/repos/github/taceywong/code_check/shield.svg
             :target: https://pyup.io/repos/github/taceywong/code_check/
             :alt: Updates
        
        
        
        check python code
        
        
        * Free software: MIT license
        * Documentation: https://code-check.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        
        
        =======
        History
        =======
        
        0.1.0 (2020-11-03)
        ------------------
        
        * First release on PyPI.
        
Keywords: code_check
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
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
Requires-Python: >=3.5
