Skip to content

Commit 03314e2

Browse files
redeboerweb-flow
andauthored
FEAT: publish package on PyPI (#329)
* DOC: add install and usage instructions * DOC: add PyPI badges * MAINT: rename to `polarimetry-lc2pkpi` on PyPI * MAINT: switch to MyST colon fences --------- Co-authored-by: GitHub <[email protected]>
1 parent dafc75e commit 03314e2

10 files changed

+47
-33
lines changed

.constraints/py3.10.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.10.txt --strip-extras --unsafe-package=pip --unsafe-package=polarimetry --unsafe-package=setuptools
5+
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.10.txt --strip-extras --unsafe-package=pip --unsafe-package=polarimetry --unsafe-package=polarimetry-lc2pkpi --unsafe-package=setuptools
66
#
77
accessible-pygments==0.0.4
88
aiohttp==3.9.1
@@ -220,5 +220,5 @@ yarl==1.9.4
220220
zipp==3.17.0
221221

222222
# The following packages are considered to be unsafe in a requirements file:
223-
# polarimetry
223+
# polarimetry-lc2pkpi
224224
# setuptools

.constraints/py3.11.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
5-
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.11.txt --strip-extras --unsafe-package=pip --unsafe-package=polarimetry --unsafe-package=setuptools
5+
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.11.txt --strip-extras --unsafe-package=pip --unsafe-package=polarimetry --unsafe-package=polarimetry-lc2pkpi --unsafe-package=setuptools
66
#
77
accessible-pygments==0.0.4
88
aiohttp==3.9.1
@@ -217,5 +217,5 @@ yarl==1.9.4
217217
zipp==3.17.0
218218

219219
# The following packages are considered to be unsafe in a requirements file:
220-
# polarimetry
220+
# polarimetry-lc2pkpi
221221
# setuptools

.constraints/py3.12.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
5-
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.12.txt --strip-extras --unsafe-package=pip --unsafe-package=polarimetry --unsafe-package=setuptools
5+
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.12.txt --strip-extras --unsafe-package=pip --unsafe-package=polarimetry --unsafe-package=polarimetry-lc2pkpi --unsafe-package=setuptools
66
#
77
accessible-pygments==0.0.4
88
aiohttp==3.9.1
@@ -217,5 +217,5 @@ yarl==1.9.4
217217
zipp==3.17.0
218218

219219
# The following packages are considered to be unsafe in a requirements file:
220-
# polarimetry
220+
# polarimetry-lc2pkpi
221221
# setuptools

.constraints/py3.8.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.8
33
# by the following command:
44
#
5-
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.8.txt --strip-extras --unsafe-package=pip --unsafe-package=polarimetry --unsafe-package=setuptools
5+
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.8.txt --strip-extras --unsafe-package=pip --unsafe-package=polarimetry --unsafe-package=polarimetry-lc2pkpi --unsafe-package=setuptools
66
#
77
accessible-pygments==0.0.4
88
aiohttp==3.9.1
@@ -224,5 +224,5 @@ yarl==1.9.4
224224
zipp==3.17.0
225225

226226
# The following packages are considered to be unsafe in a requirements file:
227-
# polarimetry
227+
# polarimetry-lc2pkpi
228228
# setuptools

.constraints/py3.9.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
5-
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.9.txt --strip-extras --unsafe-package=pip --unsafe-package=polarimetry --unsafe-package=setuptools
5+
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.9.txt --strip-extras --unsafe-package=pip --unsafe-package=polarimetry --unsafe-package=polarimetry-lc2pkpi --unsafe-package=setuptools
66
#
77
accessible-pygments==0.0.4
88
aiohttp==3.9.1
@@ -221,5 +221,5 @@ yarl==1.9.4
221221
zipp==3.17.0
222222

223223
# The following packages are considered to be unsafe in a requirements file:
224-
# polarimetry
224+
# polarimetry-lc2pkpi
225225
# setuptools

.cspell.json

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
"ccrcr",
100100
"cmin",
101101
"commitlint",
102+
"concat",
102103
"einsum",
103104
"exportnotebooks",
104105
"hangle",

.pre-commit-config.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ repos:
2323
- --no-github-actions
2424
- --no-gitpod
2525
- --no-prettierrc
26-
- --no-pypi
2726
- --no-ruff
2827
- --no-version-branches
2928
- --repo-name=polarimetry

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# Aligned polarimetry field of the Λc → p π K decay
22

3-
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
4-
[![Spelling checked](https://img.shields.io/badge/cspell-checked-brightgreen.svg)](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell)
5-
63
[![10.1007/JHEP07(2023)228](<https://zenodo.org/badge/doi/10.1007/JHEP07(2023)228.svg>)](<https://doi.org/10.1007/JHEP07(2023)228>)
74
[![10.5281/zenodo.7544989](https://zenodo.org/badge/doi/10.5281/zenodo.7544989.svg)](https://doi.org/10.5281/zenodo.7544989)
85
[![GPLv3+ license](https://img.shields.io/badge/License-GPLv3+-blue.svg)](https://www.gnu.org/licenses/gpl-3.0-standalone.html)
96

7+
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
8+
[![Spelling checked](https://img.shields.io/badge/cspell-checked-brightgreen.svg)](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell)
9+
[![PyPI package](https://badge.fury.io/py/polarimetry-lc2pki.svg)](https://pypi.org/project/polarimetry-lc2pki)
10+
[![Supported Python versions](https://img.shields.io/pypi/pyversions/polarimetry-lc2pki)](https://pypi.org/project/polarimetry-lc2pki)
11+
1012
This repository a symbolic amplitude model for the decay $\Lambda^+_c \to p \pi^+ K^-$ that is aligned with [Dalitz-plot decomposition](https://journals.aps.org/prd/abstract/10.1103/PhysRevD.101.034033) and computes an align polarimeter vector field $\vec\alpha$. Helicity couplings and other parameter values are taken from a recent study by the LHCb Collaboration[^1] and its [supplementary material](https://cds.cern.ch/record/2824328/files).
1113

1214
<!-- cspell:ignore semileptonic -->

docs/index.md

+25-13
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ myst:
55

66
# Polarimetry in Λ<sub>c</sub>⁺&nbsp;&nbsp;p&nbsp;K⁻&nbsp;π⁺
77

8-
```{title} Welcome
9-
10-
```
8+
:::{title} Welcome
9+
:::
1110

1211
[![10.48550/arXiv.2301.07010](https://zenodo.org/badge/doi/10.48550/arXiv.2301.07010.svg)](https://doi.org/10.48550/arXiv.2301.07010)
1312
[![10.5281/zenodo.7544989](https://zenodo.org/badge/doi/10.5281/zenodo.7544989.svg)](https://doi.org/10.5281/zenodo.7544989)
@@ -81,17 +80,33 @@ This website shows all analysis results that led to the publication of [LHCb-PAP
8180

8281
:::
8382

84-
::::{only} latex
85-
8683
<!-- cspell:ignore lc2pkpi -->
8784

85+
::::{only} latex
8886
:::{note}
89-
9087
This document is a PDF rendering of the supplemental material hosted behind SSO-login on [lc2pkpi‑polarimetry.docs.cern.ch](https://lc2pkpi-polarimetry.docs.cern.ch). Go to this webpage for a more extensive and interactive experience.
88+
:::
89+
::::
90+
91+
[![PyPI package](https://badge.fury.io/py/polarimetry-lc2pki.svg)](https://pypi.org/project/polarimetry-lc2pki)
92+
[![Supported Python versions](https://img.shields.io/pypi/pyversions/polarimetry-lc2pki)](https://pypi.org/project/polarimetry-lc2pki)
93+
94+
Each of the pages contain code examples for how to reproduce the results with the Python package hosted at [github.com/ComPWA/polarimetry](https://github.com/ComPWA/polarimetry). However, to quickly get import the model in another package, it is possible to install the package from PyPI:
9195

96+
```bash
97+
pip install lc2pkpi-polarimetry
98+
```
99+
100+
:::{autolink-concat}
92101
:::
93102

94-
::::
103+
Each of the models can then simply be imported as
104+
105+
```python
106+
import polarimetry
107+
108+
model = polarimetry.published_model()
109+
```
95110

96111
<!-- cspell:ignore maxdepth -->
97112

@@ -132,10 +147,7 @@ CERN GitLab (archived) <https://gitlab.cern.ch/polarimetry/Lc2pKpi>
132147

133148
{{ DOWNLOAD_PAPER_FIGURES }}
134149

135-
:::{dropdown} Notebook execution times
136-
137-
```{nb-exec-table}
138-
139-
```
140-
150+
::::{dropdown} Notebook execution times
151+
:::{nb-exec-table}
141152
:::
153+
::::

pyproject.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ dependencies = [
4343
description = "Symbolic expressions that describe an aligned polarimeter vector field"
4444
dynamic = ["version"]
4545
license = {text = "GPLv3 or later"}
46-
name = "polarimetry"
46+
name = "polarimetry-lc2pkpi"
4747
requires-python = ">=3.8"
4848

4949
[project.optional-dependencies]
5050
dev = [
51-
"polarimetry[doc]",
52-
"polarimetry[jupyter]",
53-
"polarimetry[sty]",
54-
"polarimetry[test]",
51+
"polarimetry-lc2pkpi[doc]",
52+
"polarimetry-lc2pkpi[jupyter]",
53+
"polarimetry-lc2pkpi[sty]",
54+
"polarimetry-lc2pkpi[test]",
5555
"sphinx-autobuild",
5656
"tox >=1.9",
5757
]
@@ -85,7 +85,7 @@ jupyter = [
8585
"jupyterlab-git",
8686
"jupyterlab-lsp",
8787
"jupyterlab-myst",
88-
"polarimetry[doc]",
88+
"polarimetry-lc2pkpi[doc]",
8989
"python-lsp-ruff",
9090
"python-lsp-server[rope]",
9191
]

0 commit comments

Comments
 (0)