petabunit

Support for units and unit conversions in PEtab

https://github.com/matthiaskoenig/petabunit

Science Score: 49.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 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 (13.2%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Support for units and unit conversions in PEtab

Basic Info
  • Host: GitHub
  • Owner: matthiaskoenig
  • License: lgpl-3.0
  • Language: Python
  • Default Branch: develop
  • Homepage:
  • Size: 111 KB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 2
Created almost 2 years ago · Last pushed about 1 year ago
Metadata Files
Readme License Zenodo

README.rst

petabunit - Unit annotations in PEtab
=====================================

|icon1| |icon2| |icon3| |icon4| |icon5| |icon6| |icon7|


.. |icon1| image:: https://github.com/matthiaskoenig/petabunit/workflows/CI-CD/badge.svg
   :target: https://github.com/matthiaskoenig/petabunit/workflows/CI-CD
   :alt: GitHub Actions CI/CD Status
.. |icon2| image:: https://img.shields.io/pypi/v/petabunit.svg
   :target: https://pypi.org/project/petabunit/
   :alt: Current PyPI Version
.. |icon3| image:: https://img.shields.io/pypi/pyversions/petabunit.svg
   :target: https://pypi.org/project/petabunit/
   :alt: Supported Python Versions
.. |icon4| image:: https://img.shields.io/pypi/l/petabunit.svg
   :target: http://opensource.org/licenses/LGPL-3.0
   :alt: GNU Lesser General Public License 3
.. |icon5| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.5308801.svg
   :target: https://doi.org/10.5281/zenodo.5308801
   :alt: Zenodo DOI
.. |icon6| image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/ambv/black
   :alt: Black
.. |icon7| image:: http://www.mypy-lang.org/static/mypy_badge.svg
   :target: http://mypy-lang.org/
   :alt: mypy

- **Aim**: Provide a means to annotate measurements and observables with units, to facilitate re-use, consistency checks, and automated unit conversion.
- **Proposal**: https://docs.google.com/document/d/1shFaFmykaXUxZqCGNFkRoS5WBPgP5yclWQ7bh9St3N0/edit

License
=======

* Source Code: `LGPLv3 `__
* Documentation: `CC BY-SA 4.0 `__

The petabunit source is released under both the GPL and LGPL licenses version 2 or
later. You may choose which license you choose to use the software under.

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License or the GNU Lesser General Public
License as published by the Free Software Foundation, either version 2 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.

Installation
============
`petabunit` is available from `pypi `__ and 
can be installed via:: 

    pip install petabunit

Develop version
---------------
The latest develop version can be installed via::

    pip install git+https://github.com/matthiaskoenig/petabunit.git@develop

Or via cloning the repository and installing via::

    git clone https://github.com/matthiaskoenig/petabunit.git
    cd petabunit
    pip install -e .

To install for development use::

    pip install -e .[development]

© 2024 Matthias König

Owner

  • Name: Matthias König
  • Login: matthiaskoenig
  • Kind: user
  • Location: Berlin
  • Company: Humboldt University

Matthias König (PhD. in Biophysics) leads a junior research group for Systems Biology and Systems Medicine of the liver.

GitHub Events

Total
  • Delete event: 2
  • Push event: 7
  • Pull request event: 2
Last Year
  • Delete event: 2
  • Push event: 7
  • Pull request event: 2

Issues and Pull Requests

Last synced: 6 months ago

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

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 11 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
pypi.org: petabunit

petabunit are python utilities for working with units with PEtab.

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 11 Last month
Rankings
Dependent packages count: 10.9%
Average: 36.4%
Dependent repos count: 61.8%
Maintainers (1)
Last synced: 6 months ago

Dependencies

.github/workflows/main.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • pypa/gh-action-pypi-publish release/v1 composite
  • softprops/action-gh-release v1 composite
setup.py pypi