Metadata-Version: 2.4
Name: pairo
Version: 0.0.1
Summary: Pair records, smarter. LLM-powered entity resolution and record linkage. (Early preview; active development on GitHub.)
Project-URL: Homepage, https://github.com/mikezheng2001/pairo
Project-URL: Repository, https://github.com/mikezheng2001/pairo.git
Project-URL: Issues, https://github.com/mikezheng2001/pairo/issues
Author: Zhiyu Zheng
License: MIT License
        
        Copyright (c) 2026 Zhiyu Zheng
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Keywords: deepseek,entity-resolution,fuzzy-matching,llm,moonshot,openai,qwen,record-linkage
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# pairo

**Early preview release.** Active development is happening on GitHub.

`pairo` is an LLM-powered entity-resolution and record-linkage library
(blocker + LLM matcher with structured tool-call output). This 0.0.1
release on PyPI is an early-preview placeholder — the first usable
release will be 0.1.0+ once the API stabilizes.

## Where the code actually lives

GitHub: <https://github.com/mikezheng2001/pairo>

## How to use the library today

Install the latest development version directly from GitHub:

```bash
pip install git+https://github.com/mikezheng2001/pairo.git
```

The full README, examples, and architecture overview are at the GitHub
repository above.

## License

MIT — Copyright © 2026 Zhiyu Zheng. See `LICENSE` for details.

## Citation

If you use `pairo` in academic work, see `CITATION.cff` in the GitHub
repository — the GitHub UI auto-renders a "Cite this repository" button
with both APA and BibTeX entries.
