Science Score: 54.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
    2 of 4 committers (50.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.4%) to scientific vocabulary
Last synced: 7 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: oemof
  • License: mit
  • Language: Python
  • Default Branch: dev
  • Size: 274 KB
Statistics
  • Stars: 9
  • Watchers: 7
  • Forks: 4
  • Open Issues: 4
  • Releases: 0
Created about 6 years ago · Last pushed 7 months ago
Metadata Files
Readme Changelog Contributing License Citation Authors

README.rst

========
Overview
========

.. start-badges

.. list-table::
    :stub-columns: 1

    * - docs
      - |docs|
    * - tests
      - | |tox-pytest| |tox-checks|
        | |coveralls| |scrutinizer| |codacy|
    * - package
      - | |version| |wheel| |supported-versions| |supported-implementations|
        | |commits-since| |packaging|

.. |tox-pytest| image:: https://github.com/oemof/oemof-network/actions/workflows/tox_pytests.yml/badge.svg?branch=dev
     :target: https://github.com/oemof/oemof-network/actions?query=workflow%3A%22tox+checks%22

.. |tox-checks| image:: https://github.com/oemof/oemof-network/actions/workflows/tox_checks.yml/badge.svg?branch=dev
     :target: https://github.com/oemof/oemof-network/actions?query=workflow%3A%22tox+checks%22

.. |packaging| image:: https://github.com/oemof/oemof-network/actions/workflows/packaging.yml/badge.svg?branch=dev)
     :target: https://github.com/oemof/oemof-network/actions?query=workflow%3Apackaging

.. |docs| image:: https://readthedocs.org/projects/oemof-network/badge/?style=flat
    :target: https://readthedocs.org/projects/oemof-network
    :alt: Documentation Status

.. |coveralls| image:: https://coveralls.io/repos/oemof/oemof-network/badge.svg?branch=dev&service=github
    :alt: Coverage Status
    :target: https://coveralls.io/r/oemof/oemof-network?branch=dev

.. |codacy| image:: https://api.codacy.com/project/badge/Grade/39b648d0de3340da912c3dc48688a7b5
    :target: https://app.codacy.com/gh/oemof/oemof-network
    :alt: Codacy Code Quality Status

.. |version| image:: https://img.shields.io/pypi/v/oemof.network.svg
    :alt: PyPI Package latest release
    :target: https://pypi.org/project/oemof.network

.. |wheel| image:: https://img.shields.io/pypi/wheel/oemof.network.svg
    :alt: PyPI Wheel
    :target: https://pypi.org/project/oemof.network

.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/oemof.network.svg
    :alt: Supported versions
    :target: https://pypi.org/project/oemof.network

.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/oemof.network.svg
    :alt: Supported implementations
    :target: https://pypi.org/project/oemof.network

.. |commits-since| image:: https://img.shields.io/github/commits-since/oemof/oemof-network/v0.5.0/dev
    :alt: Commits since latest release
    :target: https://github.com/oemof/oemof-network/compare/master...dev

.. |scrutinizer| image:: https://img.shields.io/scrutinizer/quality/g/oemof/oemof-network/dev.svg
    :alt: Scrutinizer Status
    :target: https://scrutinizer-ci.com/g/oemof/oemof-network/


.. end-badges

The network/graph submodules of oemof.

* Free software: MIT license

Installation
============

::

    pip install oemof-network

You can also install the in-development version with::

    pip install https://github.com/oemof/oemof-network/archive/dev.zip


Documentation
=============


https://oemof-network.readthedocs.io/


Development
===========

To run the all tests run::

    tox

Note, to combine the coverage data from all the tox environments run:

.. list-table::
    :widths: 10 90
    :stub-columns: 1

    - - Windows
      - ::

            set PYTEST_ADDOPTS=--cov-append
            tox

    - - Other
      - ::

            PYTEST_ADDOPTS=--cov-append tox

Owner

  • Name: oemof community
  • Login: oemof
  • Kind: organization
  • Email: contact@oemof.org
  • Location: Germany

Open Energy Modelling Framework - A modular open source framework to model energy supply systems

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Günther"
  given-names: "Stephan"
- family-names: "Krien"
  given-names: "Uwe"
- family-names: "Hilpert"
  given-names: "Simon"
- family-names: "Kaldemeyer"
  given-names: "Cord"
- family-names: "Schönfeldt"
  given-names: "Patrik"
  orcid: https://orcid.org/0000-0002-4311-2753
title: "oemof.network"
url: "https://github.com/oemof/oemof-network"

GitHub Events

Total
  • Issues event: 2
  • Watch event: 1
  • Delete event: 3
  • Issue comment event: 5
  • Push event: 41
  • Pull request review comment event: 13
  • Pull request review event: 18
  • Pull request event: 4
  • Create event: 3
Last Year
  • Issues event: 2
  • Watch event: 1
  • Delete event: 3
  • Issue comment event: 5
  • Push event: 41
  • Pull request review comment event: 13
  • Pull request review event: 18
  • Pull request event: 4
  • Create event: 3

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 233
  • Total Committers: 4
  • Avg Commits per committer: 58.25
  • Development Distribution Score (DDS): 0.403
Past Year
  • Commits: 93
  • Committers: 1
  • Avg Commits per committer: 93.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Patrik Schönfeldt p****t@d****e 139
uvchik u****t@p****u 58
Stephan Günther g****e@g****m 32
beierd b****r@u****e 4
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 20
  • Total pull requests: 33
  • Average time to close issues: about 1 year
  • Average time to close pull requests: 3 months
  • Total issue authors: 7
  • Total pull request authors: 5
  • Average comments per issue: 2.05
  • Average comments per pull request: 1.42
  • Merged pull requests: 26
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 months
  • Issue authors: 1
  • Pull request authors: 2
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • p-snft (10)
  • uvchik (3)
  • henhuy (1)
  • VincentTasara (1)
  • jnnr (1)
  • eliftu (1)
  • sschlueters (1)
Pull Request Authors
  • p-snft (32)
  • uvchik (4)
  • gnn (1)
  • beierd (1)
  • minhki95 (1)
Top Labels
Issue Labels
enhancement (6) bug (3)
Pull Request Labels
enhancement (14) help wanted (1) bug (1) maintenance (1)

Dependencies

ci/requirements.txt pypi
  • pip >=19.1.1
  • setuptools >=18.0.1
  • six >=1.12.0
  • virtualenv >=16.6.0
docs/requirements.txt pypi
  • sphinx >=1.3
  • sphinx-rtd-theme *
setup.py pypi
  • pandas *