Metadata-Version: 2.1
Name: aliasmatching
Version: 0.2.0
Summary: alias matching toolkit
Author-email: Farid <kraalfar@gmail.com>
Project-URL: Homepage, https://github.com/JetBrains-Research/am
Project-URL: Docs, https://batcore.readthedocs.io/en/latest/index.html#
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Alias matching

`aliasmatching` is a python package that provides tools for identifying users that have different aliases.
Tools are designed to support GitHub users ids: username, login, and e-mail.

## Installation

`pip install aliasmatching`

## Documentation

https://alias-matching.readthedocs.io/en/latest/overview.html

## Methods

`aliasmatching/mathcing` has implementation of currently available matching methods:

* `bird_matching` - alias matching based on [Mining Email Social Networks](https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/bird2006mes.pdf)
