Metadata-Version: 2.1
Name: pyolice
Version: 0.0.3
Summary: Python type code generator
Home-page: https://github.com/conanfanli/pyolice
Author: Conan Li
Author-email: conanlics@gmail.com
License: MIT
Keywords: Python,TypeScript,Dataclass,Code Generation
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Requires-Python: ~=3.8
Requires-Dist: pyyaml
Provides-Extra: dev
Requires-Dist: ipython ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'


pyolice
=======

Python code police: check source code for crimes

Usage
=====

.. code-block::

   usage: render_readme.py [-h] [-c CONFIG_FILE] [--log {DEBUG,INFO,WARNING,ERROR,CRITICAL}]

   optional arguments:
     -h, --help            show this help message and exit
     -c CONFIG_FILE, --config CONFIG_FILE
                           Provide configuration file. Default to .pyolice.yml
     --log {DEBUG,INFO,WARNING,ERROR,CRITICAL}
                           Provide logging level. Example --log debug', default='WARNING'


