grrproc

This repo includes all the materials of the Graph R process (GrRproc) project.

https://github.com/mengkel/grrproc

Science Score: 67.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 2 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.8%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

This repo includes all the materials of the Graph R process (GrRproc) project.

Basic Info
  • Host: GitHub
  • Owner: mengkel
  • License: gpl-3.0
  • Language: Python
  • Default Branch: main
  • Size: 65.4 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 3
Created almost 2 years ago · Last pushed 12 months ago
Metadata Files
Readme License Citation

README.rst

Overview
========

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.12173988.svg
  :target: https://zenodo.org/doi/10.5281/zenodo.12173988

grrproc is a python package for following r-process nucleosynthesis
with graph theory.

|pypi| |doc_stat| |license| |test| |lint-test| |black|

Installation
------------

Install from `PyPI `_ with pip by
typing in your favorite terminal::

    $ pip install grrproc

Authors
-------

- Mengke Li 
- Bradley S. Meyer 

Documentation
-------------

The project documentation is available at ``_.

Contribute
----------

- Issue Tracker: ``_
- Source Code: ``_

License
-------

The project is licensed under the GNU Public License v3 (or later).

.. |pypi| image:: https://badge.fury.io/py/grrproc.svg 
    :target: https://badge.fury.io/py/grrproc
.. |license| image:: https://img.shields.io/github/license/mengkel/grrproc
    :alt: GitHub
.. |doc_stat| image:: https://readthedocs.org/projects/grrproc/badge/?version=latest
    :target: https://grrproc.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status
.. |test| image:: https://github.com/mengkel/grrproc/actions/workflows/test.yml/badge.svg?branch=main&event=push
        :target: https://github.com/mengkel/grrproc/actions/workflows/test.yml
.. |lint| image:: https://img.shields.io/badge/linting-pylint-yellowgreen
    :target: https://github.com/pylint-dev/pylint
.. |lint-test| image:: https://github.com/mengkel/grrproc/actions/workflows/lint.yml/badge.svg?branch=main&event=push
        :target: https://github.com/mengkel/grrproc/actions/workflows/lint.yml 
.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black

Owner

  • Login: mengkel
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Li"
  given-names: "Mengke"
  orcid: "https://orcid.org/0000-0002-6373-7494"
- family-names: "Meyer"
  given-names: "Bradley Stewart"
  orcid: "https://orcid.org/0000-0001-6307-9818"
title: "grrproc"
version: 2.0.0
doi: 10.5281/zenodo.12173988
date-released: 2024-09-20
url: "https://github.com/mengkel/grrproc"

GitHub Events

Total
  • Release event: 1
  • Push event: 3
  • Create event: 2
Last Year
  • Release event: 1
  • Push event: 3
  • Create event: 2

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 20 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 3
  • Total maintainers: 1
pypi.org: grrproc

Python project to follow r-process nucleosynthesis graphically.

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 20 Last month
Rankings
Dependent packages count: 10.8%
Average: 35.7%
Dependent repos count: 60.6%
Maintainers (1)
Last synced: 7 months ago

Dependencies

.github/workflows/black.yml actions
  • actions/checkout v3 composite
  • psf/black stable composite
.github/workflows/lint.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
.github/workflows/test.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
doc/requirements.txt pypi
  • numpy *
  • sphinx_rtd_theme *
  • wnnet *
setup.py pypi
  • lxml *