Metadata-Version: 2.1
Name: UNSC_Sanctions_Checker
Version: 0.0.5
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.
        
        Uses fuzzy matching score for hits.
        
        Loads sanctions list in xml format. You can supply your own list or download it
        from the UNSC website from within the program.
        
        # Usage
        
        `python UNSC_Sanctions_Checker.py`
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.7
Description-Content-Type: text/markdown
