Metadata-Version: 2.4
Name: pynaco
Version: 1.0.1
Summary: Python implementation of the NACO normalization rules.
Home-page: https://github.com/unt-libraries/pynaco
Maintainer: Mark Phillips
Maintainer-email: mark.phillips@unt.edu
License: OCLC Research Public License 2.0
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
License-File: LICENSE
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: summary

# pynaco [![Build Status](https://github.com/unt-libraries/pynaco/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/unt-libraries/pynaco/actions) [![PyPI Version](https://img.shields.io/pypi/v/pynaco.svg)](https://pypi.python.org/pypi/pynaco)
Python Implementation of NACO Normalization Rules

# Installation

```sh
$ pip install pynaco
```

# Background
This repository is a fork of the sample code found on the OCLC Research Website. 
http://www.oclc.org/research/themes/data-science/naco.html

The goal of this fork is to bring this package into pep8 compliance, add a suite of 
tests and to make it easier to deploy in a variety of settings.

We thank OCLC research for making this available under an Open-Source License.

