neddy

CL-util to query the NASA/IPAC Extragalactic Database (NED)

https://github.com/thespacedoctor/neddy

Science Score: 77.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
    Found 4 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
    1 of 4 committers (25.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.8%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

CL-util to query the NASA/IPAC Extragalactic Database (NED)

Basic Info
  • Host: GitHub
  • Owner: thespacedoctor
  • License: gpl-3.0
  • Language: Python
  • Default Branch: master
  • Size: 3.35 MB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 1
  • Open Issues: 3
  • Releases: 1
Created almost 11 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License Code of conduct Citation

README.md

neddy

Query the Nasa Extra-Galactic (NED) database via the command-line and programmatically.

Documentation for neddy is hosted by Read the Docs (development version and master version). The code lives on github. Please report any issues you find here.

Features

  • A command-line suite to query NED for a given source name or via a sky-location conesearch.
  • The ability to send multiple name or conesearch queries with a single command.
  • Integrate neddy into your own python scripts to build your own workflows.

Installation

The best way to install or upgrade neddy is to use conda to install the package in its own isolated environment, as shown here:

bash conda create -n neddy python=3.9 neddy -c conda-forge conda activate neddy

If you have previously installed neddy, a warning will be issued stating that a conda environment already exists; select 'y' when asked to remove the existing environment.

To check installation was successful run neddy -v. This should return the version number of the install.

Initialisation

Before using neddy you need to use the init command to generate a user settings file. Running the following creates a yaml settings file in your home folder under ~/.config/neddy/neddy.yaml:

bash neddy init

The file is initially populated with neddy's default settings which can be adjusted to your preference.

If at any point the user settings file becomes corrupted or you just want to start afresh, simply trash the neddy.yaml file and rerun neddy init.

How to cite neddy

If you use neddy in your work, please cite using the following BibTeX entry:

bibtex @software{Young_neddy, author = {Young, David R.}, doi = {10.5281/zenodo.8037632}, license = {GPL-3.0-only}, year = 2023, title = {{neddy. Query the Nasa Extra-Galactic from the command-line}}, url = {https://zenodo.org/doi/10.5281/zenodo.8037632} }

Owner

  • Name: David Young
  • Login: thespacedoctor
  • Kind: user
  • Location: Belfast, UK
  • Company: Queen's University Belfast

Citation (CITATION.cff)

cff-version: 1.2.0
title: neddy. Query the Nasa Extra-Galactic from the command-line
message: If you use this software, please cite it as below.
authors:
- family-names: "Young"
  given-names: "David R."
  orcid: "https://orcid.org/0000-0002-1229-2499"
doi: 10.5281/zenodo.8037632
url: "https://zenodo.org/doi/10.5281/zenodo.8037632"
abstract: Query the Nasa Extra-Galactic (NED) database via the command-line and programmatically.
keywords: [astronomy]
license: GPL-3.0-only

GitHub Events

Total
  • Fork event: 1
Last Year
  • Fork event: 1

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 48
  • Total Committers: 4
  • Avg Commits per committer: 12.0
  • Development Distribution Score (DDS): 0.333
Top Committers
Name Email Commits
thespacedoctor n****e@g****m 32
Dave d****g@q****k 14
David Young n****t@g****m 1
Dave Young d****g@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 2
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 1
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
  • thespacedoctor (2)
Pull Request Authors
  • dependabot[bot] (2)
Top Labels
Issue Labels
type: enhancement (2) priority: 1 (1) priority: 3 (1)
Pull Request Labels
dependencies (2)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 129 last-month
  • Total dependent packages: 2
  • Total dependent repositories: 5
  • Total versions: 11
  • Total maintainers: 1
pypi.org: neddy

Query the Nasa Extra-Galactic (NED) database via the command-line and programmatically

  • Versions: 11
  • Dependent Packages: 2
  • Dependent Repositories: 5
  • Downloads: 129 Last month
Rankings
Dependent packages count: 3.2%
Dependent repos count: 6.6%
Downloads: 17.0%
Average: 17.7%
Forks count: 29.8%
Stargazers count: 31.9%
Maintainers (1)
Last synced: 6 months ago

Dependencies

docs/requirements.txt pypi
  • MarkdownSubscript *
  • docopt *
  • lxml *
  • m2r *
  • mdx_include >1.3
  • mistune <2.0.0
  • mock >4.0
  • psutil >5.7
  • pymdown-extensions >8.0
  • sphinx ==3.5.4
  • sphinx_markdown_parser master
  • sphinxcontrib-mermaid *
  • unicodecsv *
setup.py pypi
  • astrocalc *
  • eventlet *
  • fundamentals *
  • neddy *
  • numpy *
  • pyyaml *