Metadata-Version: 2.1
Name: PyLookup
Version: 0.1.2
Summary: PyLookup - Fuzzy-matching table autofill tool
Home-page: https://github.com/zachbateman/pylookup.git
Author: Zach Bateman
License: MIT
Download-URL: https://github.com/zachbateman/pylookup/archive/v_0.1.2.tar.gz
Description: # PyLookup
        
        PyLookup is a fuzzy-matching, auto-table-updating library and command-line tool inspired by the "VLOOKUP" function in Excel.
        
        
        # Installation
        
        ```
        pip install pylookup
        ```
        
        # Command Line Interface Usage
        
         - To add and populate the "COLUMN" column in "excel_to_populate" from the data in "excel_with_column",
         simple run the following command.  This currently works for .xlsx (Excel) files and .csv files.
        
        ```
        pylookup COLUMN excel_to_populate.xlsx excel_with_column.xlsx
        ```
        
        
        
        License
        ----
        MIT
        
Keywords: LOOKUP,VLOOKUP,TABLE,MATCHING
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
