|
| 1 | +.. _dependency: |
| 2 | + |
| 3 | +Dependency |
| 4 | +########## |
| 5 | + |
| 6 | +.. |img-ProjectModel-lib-status| image:: https://img.shields.io/librariesio/release/pypi/pyEDAA.ProjectModel |
| 7 | + :alt: Libraries.io status for latest release |
| 8 | + :height: 22 |
| 9 | + :target: https://libraries.io/github/edaa-org/pyEDAA.ProjectModel |
| 10 | +.. |img-ProjectModel-req-status| image:: https://img.shields.io/requires/github/edaa-org/pyEDAA.ProjectModel |
| 11 | + :alt: Requires.io |
| 12 | + :height: 22 |
| 13 | + :target: https://requires.io/github/edaa-org/pyEDAA.ProjectModel/requirements/?branch=master |
| 14 | + |
| 15 | ++------------------------------------------+------------------------------------------+ |
| 16 | +| `Libraries.io <https://libraries.io/>`_ | `Requires.io <https://requires.io/>`_ | |
| 17 | ++==========================================+==========================================+ |
| 18 | +| |img-ProjectModel-lib-status| | |img-ProjectModel-req-status| | |
| 19 | ++------------------------------------------+------------------------------------------+ |
| 20 | + |
| 21 | + |
| 22 | +.. _dependency-package: |
| 23 | + |
| 24 | +pyEDAA.ProjectModel Package |
| 25 | +*************************** |
| 26 | + |
| 27 | ++-------------------------------------------------------+-------------+-----------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+ |
| 28 | +| **Package** | **Version** | **License** | **Dependencies** | |
| 29 | ++=======================================================+=============+===================================================================================+===================================================================================================================================+ |
| 30 | +| `pydecor <https://github.com/mplanchard/pydecor>`__ | ≥2.0.1 | `MIT <https://github.com/mplanchard/pydecor/blob/master/LICENSE>`__ | * `dill <https://github.com/uqfoundation/dill>`__ (`BSD 3-clause <https://github.com/uqfoundation/dill/blob/master/LICENSE>`__) | |
| 31 | +| | | | * `six <https://github.com/benjaminp/six>`__ (`MIT <https://github.com/benjaminp/six/blob/master/LICENSE>`__) | |
| 32 | ++-------------------------------------------------------+-------------+-----------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+ |
| 33 | +| `pyVHDLModel <https://github.com/VHDL/pyVHDLModel>`__ | ≥0.13.0 | `Apache License, 2.0 <https://github.com/VHDL/pyVHDLModel/blob/master/LICENSE>`__ | * `pydecor <https://github.com/mplanchard/pydecor>`__ (`MIT <https://github.com/mplanchard/pydecor/blob/master/LICENSE>`__) | |
| 34 | +| | | | | |
| 35 | +| | | | * `dill <https://github.com/uqfoundation/dill>`__ (`BSD 3-clause <https://github.com/uqfoundation/dill/blob/master/LICENSE>`__) | |
| 36 | +| | | | * `six <https://github.com/benjaminp/six>`__ (`MIT <https://github.com/benjaminp/six/blob/master/LICENSE>`__) | |
| 37 | ++-------------------------------------------------------+-------------+-----------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+ |
| 38 | +| `pySVModel <https://github.com/edaa-org/pySVModel>`__ | ≥0.3.0 | `Apache License, 2.0 <https://github.com/VHDL/pyVHDLModel/blob/master/LICENSE>`__ | * `pydecor <https://github.com/mplanchard/pydecor>`__ (`MIT <https://github.com/mplanchard/pydecor/blob/master/LICENSE>`__) | |
| 39 | +| | | | | |
| 40 | +| | | | * `dill <https://github.com/uqfoundation/dill>`__ (`BSD 3-clause <https://github.com/uqfoundation/dill/blob/master/LICENSE>`__) | |
| 41 | +| | | | * `six <https://github.com/benjaminp/six>`__ (`MIT <https://github.com/benjaminp/six/blob/master/LICENSE>`__) | |
| 42 | ++-------------------------------------------------------+-------------+-----------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+ |
| 43 | + |
| 44 | + |
| 45 | +.. _dependency-testing: |
| 46 | + |
| 47 | +Unit Testing / Coverage |
| 48 | +*********************** |
| 49 | + |
| 50 | +Additional Python packages needed for testing and code coverage collection. |
| 51 | +These packages are only needed for developers or on a CI server, thus |
| 52 | +sub-dependencies are not evaluated further. |
| 53 | + |
| 54 | ++-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+ |
| 55 | +| **Package** | **Version** | **License** | **Dependencies** | |
| 56 | ++===========================================================+=============+========================================================================================+======================+ |
| 57 | +| `pytest <https://github.com/pytest-dev/pytest>`__ | ≥6.2.4 | `MIT <https://github.com/pytest-dev/pytest/blob/master/LICENSE>`__ | *Not yet evaluated.* | |
| 58 | ++-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+ |
| 59 | +| `pytest-cov <https://github.com/pytest-dev/pytest-cov>`__ | ≥2.12.1 | `MIT <https://github.com/pytest-dev/pytest-cov/blob/master/LICENSE>`__ | *Not yet evaluated.* | |
| 60 | ++-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+ |
| 61 | +| `Coverage <https://github.com/nedbat/coveragepy>`__ | ≥6.0 | `Apache License, 2.0 <https://github.com/nedbat/coveragepy/blob/master/LICENSE.txt>`__ | *Not yet evaluated.* | |
| 62 | ++-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+ |
| 63 | + |
| 64 | + |
| 65 | +.. _dependency-documentation: |
| 66 | + |
| 67 | +Sphinx Documentation |
| 68 | +******************** |
| 69 | + |
| 70 | +Additional Python packages needed for documentation generation. These packages |
| 71 | +are only needed for developers or on a CI server, thus sub-dependencies are not |
| 72 | +evaluated further. |
| 73 | + |
| 74 | ++-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+----------------------+ |
| 75 | +| **Package** | **Version** | **License** | **Dependencies** | |
| 76 | ++=================================================================================================+==============+==========================================================================================================+======================+ |
| 77 | +| `Sphinx <https://github.com/sphinx-doc/sphinx>`__ | ≥4.2.0 | `BSD 3-Clause <https://github.com/sphinx-doc/sphinx/blob/master/LICENSE>`__ | *Not yet evaluated.* | |
| 78 | ++-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+----------------------+ |
| 79 | +| `sphinx_btd_theme <https://github.com/buildthedocs/sphinx.theme>`__ | | `MIT <https://github.com/buildthedocs/sphinx.theme/blob/master/LICENSE>`__ | *Not yet evaluated.* | |
| 80 | ++-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+----------------------+ |
| 81 | +| `autoapi <https://github.com/carlos-jenkins/autoapi>`__ | | `Apache License, 2.0 <https://github.com/carlos-jenkins/autoapi/blob/master/LICENSE>`__ | *Not yet evaluated.* | |
| 82 | ++-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+----------------------+ |
| 83 | +| !! `sphinx_fontawesome <https://github.com/fraoustin/sphinx_fontawesome>`__ | ≥0.0.6 | `GPL 2.0 <https://github.com/fraoustin/sphinx_fontawesome/blob/master/LICENSE>`__ | *Not yet evaluated.* | |
| 84 | ++-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+----------------------+ |
| 85 | +| `sphinx_autodoc_typehints <https://github.com/agronholm/sphinx-autodoc-typehints>`__ | ≥1.12.0 | `MIT <https://github.com/agronholm/sphinx-autodoc-typehints/blob/master/LICENSE>`__ | *Not yet evaluated.* | |
| 86 | ++-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+----------------------+ |
| 87 | +| `Pygments <https://github.com/pygments/pygments>`__ | ≥2.9.0 | `BSD 2-Clause <https://github.com/pygments/pygments/blob/master/LICENSE>`__ | *Not yet evaluated.* | |
| 88 | ++-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+----------------------+ |
0 commit comments