wneq

wneq is a Python package for computing nuclear equilibria in nucleosynthesis.

https://github.com/mbradle/wneq

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

wneq is a Python package for computing nuclear equilibria in nucleosynthesis.

Basic Info
  • Host: GitHub
  • Owner: mbradle
  • License: gpl-3.0
  • Language: Jupyter Notebook
  • Default Branch: main
  • Homepage:
  • Size: 10.5 MB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 2
Created about 3 years ago · Last pushed 10 months ago
Metadata Files
Readme License Citation

README.rst

Overview
========

.. image:: https://zenodo.org/badge/594266413.svg
  :target: https://doi.org/10.5281/zenodo.15351271

wneq is a python package for computing nuclear equilibria.

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

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

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

    $ pip install wneq

Authors
-------

- Bradley S. Meyer 
- Mengke Li 


Contribute
----------

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

License
-------

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

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

The project documentation is available at ``_.

Usage
-----

The best way to get started using wneq is to follow the
`tutorial `_.

.. |pypi| image:: https://badge.fury.io/py/wneq.svg 
    :target: https://badge.fury.io/py/wneq
.. |license| image:: https://img.shields.io/github/license/mbradle/wneq
    :alt: GitHub
.. |doc_stat| image:: https://readthedocs.org/projects/wneq/badge/?version=latest
    :target: https://wneq.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status
.. |test| image:: https://github.com/mbradle/wneq/actions/workflows/test.yml/badge.svg?branch=main&event=push
        :target: https://github.com/mbradle/wneq/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/mbradle/wneq/actions/workflows/lint.yml/badge.svg?branch=main&event=push
        :target: https://github.com/mbradle/wneq/actions/workflows/lint.yml
.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black

Owner

  • Name: Bradley Meyer
  • Login: mbradle
  • Kind: user
  • Location: Clemson, SC
  • Company: Clemson University

I am a Professor of Physics and Astronomy at Clemson University.

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Meyer"
  given-names: "Bradley Stewart"
  orcid: "https://orcid.org/0000-0001-6307-9818"
- family-names: "Li"
  given-names: "Mengke"
  orcid: "https://orcid.org/0000-0002-6373-7494"
title: "wneq"
version: 1.1.1
doi: 10.5281/zenodo.15351271
date-released: 2025-05-07
url: "https://github.com/mbradle/wneq"

GitHub Events

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

Dependencies

doc/requirements.txt pypi
  • wnnet *
setup.py pypi
  • wnnet *
.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