oemof-tabular-plugins

Dummy repository to pitch idea of oemof-tabular-plugins

https://github.com/rl-institut/oemof-tabular-plugins

Science Score: 44.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
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.4%) to scientific vocabulary
Last synced: 7 months ago · JSON representation ·

Repository

Dummy repository to pitch idea of oemof-tabular-plugins

Basic Info
  • Host: GitHub
  • Owner: rl-institut
  • License: mit
  • Language: Python
  • Default Branch: production
  • Size: 22.2 MB
Statistics
  • Stars: 0
  • Watchers: 7
  • Forks: 0
  • Open Issues: 7
  • Releases: 1
Created about 2 years ago · Last pushed 8 months ago
Metadata Files
Readme Changelog Contributing License Citation

README.rst

.. figure:: https://user-images.githubusercontent.com/14353512/185425447-85dbcde9-f3a2-4f06-a2db-0dee43af2f5f.png
    :align: left
    :target: https://github.com/rl-institut/super-repo/
    :alt: Repo logo

=====================
oemof-tabular-plugins
=====================

**A dummy repo to pitch an idea to oemof community**

.. list-table::
   :widths: auto

   * - License
     - |badge_license|
   * - Documentation
     - |badge_documentation|
   * - Publication
     -
   * - Development
     - |badge_issue_open| |badge_issue_closes| |badge_pr_open| |badge_pr_closes| |badge_black|
   * - Community
     - |badge_contributing| |badge_contributors|

.. contents::
    :depth: 2
    :local:
    :backlinks: top

Introduction
============
This is to showcase how this repository could be used to complement `oemof-tabular `_ to add constraints specific to certain uses of it

.. code::

    import oemof_tabular_plugin as otp
    # one can import the full constraint map
    from otp import CONSTRAINT_TYPE_MAP
    # or just the one relevant for a specific usecase
    from otp.hydrogen import CONSTRAINT_TYPE_MAP

Documentation
=============
| The documentation is created with Markdown using `MkDocs `_.
| All files are stored in the ``docs`` folder of the repository.
| A **GitHub Actions** deploys the ``production`` branch on a **GitHub Page**.
| The documentation page is `rl-institut.github.io/super-repo/ `_

Collaboration
=============
| Everyone is invited to develop this repository with good intentions.
| Please follow the workflow described in the `CONTRIBUTING.md `_.

License and Citation
====================
| The code of this repository is licensed under the **MIT License** (MIT).
| See `LICENSE.txt `_ for rights and obligations.
| See the *Cite this repository* function or `CITATION.cff `_ for citation of this repository.
| Copyright: `super-repo `_ © `Reiner Lemoine Institut `_ | `MIT `_


.. |badge_license| image:: https://img.shields.io/github/license/rl-institut/super-repo
    :target: LICENSE.txt
    :alt: License

.. |badge_documentation| image:: https://img.shields.io/github/actions/workflow/status/rl-institut/super-repo/gh-pages.yml?branch=production
    :target: https://rl-institut.github.io/super-repo/
    :alt: Documentation

.. |badge_contributing| image:: https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat
    :alt: contributions

.. |badge_contributors| image:: https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square
    :alt: contributors

.. |badge_issue_open| image:: https://img.shields.io/github/issues-raw/rl-institut/super-repo
    :alt: open issues

.. |badge_issue_closes| image:: https://img.shields.io/github/issues-closed-raw/rl-institut/super-repo
    :alt: closes issues

.. |badge_pr_open| image:: https://img.shields.io/github/issues-pr-raw/rl-institut/super-repo
    :alt: open pull requests

.. |badge_pr_closes| image:: https://img.shields.io/github/issues-pr-closed-raw/rl-institut/super-repo
    :alt: closes pull requests

.. |badge_black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black
    :alt: black linting badge

Owner

  • Name: Reiner Lemoine Institut
  • Login: rl-institut
  • Kind: organization
  • Location: Berlin/Germany

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it using these metadata."
authors:
  - family-names: "Dunks"
    given-names: "Ciara"
    alias: "@ciaradunks"
    affiliation: "Reiner Lemoine Institut"
    orcid: ""
  - family-names: "Duc"
    given-names: "Pierre-François"
    alias: "@Bachibouzouk"
    affiliation: "Reiner Lemoine Institut"
    orcid: ""
title: "oemof-tabular plugins"
type: software
license: MIT
version: 0.0.1
doi:
date-released: 2024-02-28
url: "https://github.com/rl-institut/oemof-tabular-plugins"

GitHub Events

Total
  • Delete event: 9
  • Issue comment event: 1
  • Push event: 96
  • Pull request event: 14
  • Pull request review comment event: 4
  • Pull request review event: 4
  • Create event: 7
Last Year
  • Delete event: 9
  • Issue comment event: 1
  • Push event: 96
  • Pull request event: 14
  • Pull request review comment event: 4
  • Pull request review event: 4
  • Create event: 7

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 17 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 9
  • Total maintainers: 1
pypi.org: oemof-tabular-plugins

A package that contains various constraint facades to be used with oemof-tabular

  • Versions: 9
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 17 Last month
Rankings
Dependent packages count: 9.6%
Forks count: 33.1%
Average: 37.2%
Stargazers count: 42.8%
Dependent repos count: 63.3%
Maintainers (1)
Last synced: 8 months ago

Dependencies

.github/workflows/gh-pages.yml actions
  • actions/cache v2 composite
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
requirements.txt pypi
  • mkdocs *
  • mkdocs-material *
  • mkdocstrings *
  • mkdocstrings-python-legacy *