namaste

Go package and command line implementation of "NAMe AS TExt" metadata embedding for directories.

https://github.com/caltechlibrary/namaste

Science Score: 52.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
  • Academic email domains
  • Institutional organization owner
    Organization caltechlibrary has institutional domain (www.library.caltech.edu)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.0%) to scientific vocabulary

Keywords

namaste name-as-text repository-utilities
Last synced: 10 months ago · JSON representation ·

Repository

Go package and command line implementation of "NAMe AS TExt" metadata embedding for directories.

Basic Info
Statistics
  • Stars: 4
  • Watchers: 6
  • Forks: 1
  • Open Issues: 0
  • Releases: 9
Topics
namaste name-as-text repository-utilities
Created almost 8 years ago · Last pushed over 4 years ago
Metadata Files
Readme License Citation Codemeta

README.md

namaste DOI

This is a Go language port of Namaste (Name as Text) library inspired by the Python implementation of namaste which in turn was ported from Perl implementation.

Go Package

The Go package seeks to mimic the Python implementation as much as possible while expanding on eventual storage options.

Command Line implementation

The command line implementation's purpose is to exercise the Go package and test practical usage and integration into other Caltech Library projects. It is intended to be largely command line compatible with the Python implementation.

Extensions

There are a few things that extend beyond the existing Python namaste implementation which are desirable to test.

  • S3 storage support
  • Google Cloud Storage support
  • Output namaste metadata in JSON format

Owner

  • Name: Caltech Library
  • Login: caltechlibrary
  • Kind: organization
  • Email: helpdesk@library.caltech.edu
  • Location: Pasadena, CA 91125

We manage the physical and digital holdings of the California Institute of Technology, provide services and training, and develop open-source software.

Citation (CITATION.cff)

cff-version: 1.1.0
message: "If you use this software, please cite it as below."
authors:
   - family-names: Doiel
     given-names: Robert
     orcid: https://orcid.org/0000-0003-0900-6903
version: 1.0.0
title: namaste
date-released: 2021-07-27

CodeMeta (codemeta.json)

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "@type": "SoftwareSourceCode",
  "description": "A command line tool for managing 'Name as Text' metadata on local disc and in S3 buckets or on Google Sheets/Cloud Storage",
  "name": "namaste",
  "codeRepository": "https://github.com/caltechlibrary/namaste",
  "issueTracker": "https://github.com/caltechlibrary/namaste/issues",
  "license": "https://caltechlibrary/namaste/LICENSE",
  "version": "1.0.1",
  "author": [
    {
      "@type": "Person",
      "givenName": "Robert",
      "familyName": "Doiel",
      "affiliation": "Caltech Library",
      "email": "rsdoiel@caltech.edu",
      "@id": "https://orcid.org/0000-0003-0900-6903"
    }
  ],
  "developmentStatus": "active",
  "downloadUrl": "https://github.com/caltechlibrary/namaste/releases",
  "keywords": [
    "Name as Text",
    "namaste",
    "GitHub",
    "metadata",
    "data",
    "software"
  ],
  "maintainer": "https://orcid.org/0000-0003-0900-6903",
  "programmingLanguage": [
    "Go"
  ],
  "funder": [
    {
      "@id": "https://doi.org/10.13039/100006961",
      "@type": "Organization",
      "name": "Caltech Library"
    }
  ]
}

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 1
  • Total dependent repositories: 0
  • Total versions: 6
proxy.golang.org: github.com/caltechlibrary/namaste

namaste.go implements the "Name as Text" encoding/decoding for embedding metadata signatures in a directory. Authors R. S. Doiel, <rsdoiel@library.caltech.edu> Copyright (c) 2020, Caltech All rights not granted herein are expressly reserved by Caltech. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

  • Versions: 6
  • Dependent Packages: 1
  • Dependent Repositories: 0
Rankings
Dependent packages count: 7.0%
Average: 8.2%
Dependent repos count: 9.3%
Last synced: 10 months ago

Dependencies

go.mod go
  • github.com/caltechlibrary/cli v0.0.16
go.sum go
  • github.com/caltechlibrary/cli v0.0.16