Skip to content

NNPDF/pineko

Repository files navigation

PINEKO

Tests Docs CodeFactor

PINEKO is a Python module to produce fktables from interpolation grids and EKOs.

Installation

PINEKO is available via

  • PyPI: PyPI
pip install pineko

Development

If you want to install from source you can run

git clone git@github.com:N3PDF/pineko.git
cd pineko
poetry install

To setup poetry, and other tools, see Contribution Guidelines.

Documentation

  • The documentation is available here: Docs
  • To build the documentation from source run
cd docs
poetry run make html

Tests and benchmarks

  • To run unit test you can do
poetry run pytest

Contributing

  • Your feedback is welcome! If you want to report a (possible) bug or want to ask for a new feature, please raise an issue: GitHub issues
  • Please follow our Code of Conduct and read the Contribution Guidelines