Metadata-Version: 1.1
Name: dedupe
Version: 0.7.6.9
Summary: A python library for accurate and scaleable data deduplication and entity-resolution
Home-page: https://github.com/datamade/dedupe
Author: UNKNOWN
Author-email: UNKNOWN
License: The MIT License: http://www.opensource.org/licenses/mit-license.php
Description: 
            *dedupe is a library that uses machine learning to perform de-duplication and entity resolution quickly on structured data.*
        
            **dedupe** will help you: 
        
            * **remove duplicate entries** from a spreadsheet of names and addresses
            * **link a list** with customer information to another with order history, even without unique customer id's
            * take a database of campaign contributions and **figure out which ones were made by the same person**, even if the names were entered slightly differently for each record
        
            dedupe takes in human training data and comes up with the best rules for your dataset to quickly and automatically find similar records, even with very large databases.
            
            Important links:
            
            * Documentation: http://dedupe.rtfd.org/
            * Repository: https://github.com/datamade/dedupe
            * Issues: https://github.com/datamade/dedupe/issues
            * Examples: https://github.com/datamade/dedupe-examples
            
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Information Analysis
