Metadata-Version: 2.1
Name: unsc-sanctions-checker
Version: 3.1.1
Summary: UNSC Sanctions checker with a GUI
Home-page: https://github.com/Lcrs123/UNSC_Sanctions_Checker
Author: Lucas Camillo
Author-email: lucascamillo333@hotmail.com
License: GNU
Description: # Simple UNSC Sanctions checker with a GUI and fuzzy matching.
        
        Simple GUI for checking names against the UNSC Sanctions List and generating
        reports.
        
        Uses fuzzy matching score for hits. For single name matches, we recommend using
        90 Score.
        
        Loads sanctions list in xml format. You can supply your own list or download it
        from the UNSC website from within the program.
        
        Comes with a list, but you should probably download the newest version the first
        time you run the program.
        
        Also included wkhtmltopdf.exe, downloaded from wkhtmltopdf.org, used by pdfkit
        for generating pdf reports. You can download it again and overwrite it if you
        don't feel confortable using the supplied one.
        
        # Installation and Usage
        
        To install the package:
        
        `pip install unsc_sanctions_checker`
        
        You can run the script from the terminal:
        
        `unsc`
        
        In python you can do:
        
        ```
        import unsc_sanctions_checker
        
        unsc_sanctions_checker.run()
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.7
Description-Content-Type: text/markdown
