Metadata-Version: 2.1
Name: VerdictCut
Version: 0.0.6
Summary: cut the verdict into different part
Home-page: https://github.com/seanbbear/VerdictCut
Author: seanbbear
Author-email: k7489759@gmail.com
License: UNKNOWN
Description: # Cut the verdict
        ```
        |-- undefined
            |-- LICENSE.txt
            |-- package-lock.json
            |-- push.sh
            |-- README.md
            |-- setup.py
            |-- build
            |   |-- bdist.win32
            |   |-- lib
            |       |-- VerdictCut
            |           |-- find_fact.py
            |           |-- find_justice.py
            |           |-- find_laws.py
            |           |-- find_maintext.py
            |           |-- find_roles.py
            |           |-- __init__.py
            |-- VerdictCut 
            |   |-- find_fact.py
            |   |-- find_justice.py
            |   |-- find_laws.py
            |   |-- find_maintext.py
            |   |-- find_roles.py
            |   |-- __init__.py
            |-- VerdictCut.egg-info
                |-- dependency_links.txt
                |-- PKG-INFO
                |-- SOURCES.txt
                |-- top_level.txt
        ```
        ## API
        ### VerdictCut.find_fact
        ### VerdictCut.find_justice
        ### VerdictCut.find_laws
        ### VerdictCut.find_maintext
        ### VerdictCut.find_roles
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
