pynaco

Python Implementation of NACO Normalization Rules

https://github.com/unt-libraries/pynaco

Science Score: 62.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    2 of 5 committers (40.0%) from academic institutions
  • Institutional organization owner
    Organization unt-libraries has institutional domain (www.library.unt.edu)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.7%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Python Implementation of NACO Normalization Rules

Basic Info
  • Host: GitHub
  • Owner: unt-libraries
  • License: other
  • Language: Python
  • Default Branch: master
  • Size: 160 KB
Statistics
  • Stars: 6
  • Watchers: 5
  • Forks: 0
  • Open Issues: 2
  • Releases: 1
Created almost 11 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

pynaco Build Status PyPI Version

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.

Owner

  • Name: UNT Libraries
  • Login: unt-libraries
  • Kind: organization
  • Location: Denton, Texas

University of North Texas Libraries

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- name: "University of North Texas Libraries"
  website: "https://library.unt.edu/"
title: "pynaco"
version: 1.0.0
date-released: 2021-07-16
url: "https://github.com/unt-libraries/pynaco"

GitHub Events

Total
  • Issues event: 2
  • Issue comment event: 2
  • Push event: 1
  • Pull request event: 1
  • Pull request review event: 1
  • Create event: 1
Last Year
  • Issues event: 2
  • Issue comment event: 2
  • Push event: 1
  • Pull request event: 1
  • Pull request review event: 1
  • Create event: 1

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 50
  • Total Committers: 5
  • Avg Commits per committer: 10.0
  • Development Distribution Score (DDS): 0.58
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Damon Kelley d****y@g****m 21
Mark Phillips v****l@g****m 13
mphillips m****s@u****u 9
gracieflores 5****s 5
Lauren Ko l****o@u****u 2
Committer Domains (Top 20 + Academic)
unt.edu: 2

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 10
  • Total pull requests: 7
  • Average time to close issues: about 1 year
  • Average time to close pull requests: 1 day
  • Total issue authors: 3
  • Total pull request authors: 4
  • Average comments per issue: 0.9
  • Average comments per pull request: 0.57
  • Merged pull requests: 7
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 1
  • Average time to close issues: 4 days
  • Average time to close pull requests: 14 minutes
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 2.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • damonkelley (5)
  • vphill (4)
  • kijinosu (1)
Pull Request Authors
  • vphill (4)
  • damonkelley (2)
  • somexpert (1)
  • gracieflores (1)
Top Labels
Issue Labels
enhancement (4)
Pull Request Labels
enhancement (2) WIP (1) ready (1)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 49 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 4
  • Total versions: 2
  • Total maintainers: 3
pypi.org: pynaco

Python implementation of the NACO normalization rules.

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 4
  • Downloads: 49 Last month
Rankings
Dependent repos count: 7.5%
Dependent packages count: 10.1%
Average: 22.7%
Stargazers count: 23.1%
Forks count: 29.8%
Downloads: 43.1%
Maintainers (3)
Last synced: 7 months ago

Dependencies

requirements-test.txt pypi
  • ddt >=1.0.0 test
.github/workflows/test.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
setup.py pypi