Metadata-Version: 2.1
Name: pinefarm
Version: 0.2.2
Summary: Generate PineAPPL grids from PineCards.
Home-page: https://github.com/NNPDF/runcards
Author: Alessandro Candido
Author-email: candido.ale@gmail.com
Requires-Python: >=3.8,<3.11
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Dist: PyYAML (>=6.0.0,<7.0.0)
Requires-Dist: Sphinx (>=4.2.0,<5.0.0)
Requires-Dist: a3b2bbc3ced97675ac3a71df45f55ba (>=6.4.0,<7.0.0)
Requires-Dist: appdirs (>=1.4.4,<2.0.0)
Requires-Dist: click (>=8.0.1,<9.0.0)
Requires-Dist: eko[box] (>=0.12.0,<0.13.0)
Requires-Dist: lhapdf-management (>=0.2,<0.3)
Requires-Dist: lz4 (>=4.0.2,<5.0.0)
Requires-Dist: more-itertools (>=8.10.0,<9.0.0)
Requires-Dist: pandas (>=1.3.0,<2.0.0)
Requires-Dist: pineappl (>=0.5.7,<0.6.0)
Requires-Dist: pkgconfig (>=1.5.5,<2.0.0)
Requires-Dist: pygit2 (==1.9.2)
Requires-Dist: requests (>=2.26.0,<3.0.0)
Requires-Dist: rich (>=12.5.1,<13.0.0)
Requires-Dist: sphinx-rtd-theme (>=1.0.0,<2.0.0)
Requires-Dist: sphinxcontrib-bibtex (>=2.4.1,<3.0.0)
Requires-Dist: tomli (>=2.0.1,<3.0.0)
Requires-Dist: yadism[box] (>=0.12.3,<0.13.0)
Project-URL: Repository, https://github.com/NNPDF/runcards
Description-Content-Type: text/markdown

# Pinefarm

Generate the corresponding PineAPPL grids.

## Installation

There is no released version currently.

### Dev

For development you need the following tools:

- `poetry`, follow [installation
  instructions](https://python-poetry.org/docs/#installation)
- `poetry-dynamic-versioning`, used to manage the version (see
  [repo](https://github.com/mtkennerly/poetry-dynamic-versioning))
- `pre-commit`, to run maintenance hooks before commits (see
  [instructions](https://pre-commit.com/#install))

See [below](.github/CONTRIBUTING.md#non-python-dependencies) for a few more
dependencies (already available on most systems).

## Documentation

The documentation is not deployed at the moment.
In order to generate it install the project in development, and then do:

```sh
poetry shell
cd docs
make html
make view
```

