dotpath

A Go, Python and TypeScript modules for working with map, dicts and objects accessing them using a dot path notation.

https://github.com/caltechlibrary/dotpath

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
  • Committers with academic emails
  • Institutional organization owner
    Organization caltechlibrary has institutional domain (www.library.caltech.edu)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.3%) to scientific vocabulary

Keywords

dot-notation module

Keywords from Contributors

opml opml-outline opml-to-json timesheet-notation open-screenplay-format screenplay screenwriting fountain markup markup-language
Last synced: 6 months ago · JSON representation ·

Repository

A Go, Python and TypeScript modules for working with map, dicts and objects accessing them using a dot path notation.

Basic Info
Statistics
  • Stars: 1
  • Watchers: 7
  • Forks: 1
  • Open Issues: 3
  • Releases: 4
Topics
dot-notation module
Created over 8 years ago · Last pushed 7 months ago
Metadata Files
Readme License Citation Codemeta

README.md

dotpath

This is a collection of Go, Python and TypeScript modules implementing getDotpath and hasDotpath functions for working with maps, dictionaries and objects. It supports access and existance Go map, Python dict and TypeScript object or {[key: string]: any} using a dot path notation similar to that supported by jq.

The Go package provides a simple mechanism to extract bits of JSON based on simple explicit dot path notation. This package is used by dataset.

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.2.0
message: "If you use this software, please cite it as below."
type: software
title: dotpath
abstract: "A a small collection of Go, Python and TypeScript modules for working with maps and objects using
a dot path notation similar to the one used with [jq](https://jqlang.org)."
authors:
  - family-names: Doiel
    given-names: Robert
    orcid: https://orcid.org/0000-0003-0900-6903
    email: rsdoiel@caltech.edu

contacts:
  - family-names: 
    given-names: 

repository-code: "https://github.com/caltechlibrary/dotpath"
version: 0.1.0
date-released: 2025-04-10

license-url: "https://caltechlibrary.github.io/dotpath/LICENSE"
keywords:
  - metadata
  - data
  - software
  - json
  - dot notation

CodeMeta (codemeta.json)

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "type": "SoftwareSourceCode",
  "codeRepository": "https://github.com/caltechlibrary/dotpath",
  "author": [
    {
      "id": "https://orcid.org/0000-0003-0900-6903",
      "type": "Person",
      "givenName": "Robert",
      "familyName": "Doiel",
      "affiliation": {
        "@type": "Organization",
        "name": "Caltech Library"
      },
      "email": "rsdoiel@caltech.edu"
    }
  ],
  "maintainer": [
    {
      "type": "Person",
      "name": "https://orcid.org/0000-0003-0900-6903"
    }
  ],
  "dateCreated": "2017-06-17",
  "dateModified": "2025-04-10",
  "datePublished": "2025-04-10",
  "description": "A a small collection of Go, Python and TypeScript modules for working with maps and objects using\na dot path notation similar to the one used with [jq](https://jqlang.org).",
  "funder": [
    {
      "@id": "https://doi.org/10.13039/100006961",
      "@type": "Organization",
      "name": "Caltech Library"
    }
  ],
  "keywords": [
    "metadata",
    "data",
    "software",
    "json",
    "dot notation"
  ],
  "name": "dotpath",
  "license": "https://caltechlibrary.github.io/dotpath/LICENSE",
  "programmingLanguage": [
    "Go",
    "Python",
    "TypeScript"
  ],
  "softwareRequirements": [
    "Go >= 1.24",
    "Deno >= 2.2",
    "Python >= 3.10"
  ],
  "version": "0.1.0",
  "developmentStatus": "active",
  "issueTracker": "https://github.com/caltechlibrary/dotpath/issues",
  "downloadUrl": "https://github.com/caltechlibrary/dotpath/releases",
  "releaseNotes": "This release includes two new functions in the Go package, getDotpath and hasDotpath. It also includes implementations in Python and TypeScript.",
  "copyrightYear": 2025,
  "copyrightHolder": "California Institute of Technology"
}

GitHub Events

Total
  • Create event: 1
  • Issues event: 1
  • Release event: 1
  • Push event: 11
Last Year
  • Create event: 1
  • Issues event: 1
  • Release event: 1
  • Push event: 11

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 25
  • Total Committers: 3
  • Avg Commits per committer: 8.333
  • Development Distribution Score (DDS): 0.36
Past Year
  • Commits: 7
  • Committers: 1
  • Avg Commits per committer: 7.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
R. S. Doiel r****l@g****m 16
R. S. Doiel r****l@g****l 7
R. S. Doiel = 2

Issues and Pull Requests

Last synced: 7 months ago

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

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 8
  • Total dependent repositories: 2
  • Total versions: 5
proxy.golang.org: github.com/caltechlibrary/dotpath

dotpath.go package provides a convient way of mapping JSON dot path notation to a nested map structure. @author R. S. Doiel, <rsdoiel@caltech.edu> Copyright (c) 2025, 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: 5
  • Dependent Packages: 8
  • Dependent Repositories: 2
Rankings
Dependent packages count: 2.1%
Dependent repos count: 3.5%
Average: 9.5%
Forks count: 13.3%
Stargazers count: 19.1%
Last synced: 6 months ago

Dependencies

go.mod go