Skip to content

Commit e1800e0

Browse files
authored
Merge pull request #127 from legend-exp/readme
update README.md and CITATION file
2 parents a0fd3c3 + 9a0ba3b commit e1800e0

File tree

3 files changed

+47
-23
lines changed

3 files changed

+47
-23
lines changed

.github/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
changelog:
2+
exclude:
3+
authors:
4+
- dependabot
5+
- pre-commit-ci

CITATION.cff

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
cff-version: 1.2.0
2+
title: legend-pygeom-l200
3+
doi: FILLME
4+
date-released: 2025-08-08
5+
message: "If you use this software, please cite it as below."
6+
authors:
7+
- family-names: Pertoldi
8+
given-names: Luigi
9+
orcid: https://orcid.org/0000-0002-0467-2571
10+
- family-names: Huber
11+
given-names: Manuel
12+
orcid: https://orcid.org/0009-0000-5212-2999
13+
- family-names: Neuberger
14+
given-names: Moritz
15+
orcid: https://orcid.org/0009-0001-8471-9076
16+
- family-names: Esch
17+
given-names: Eric
18+
orcid: https://orcid.org/0009-0000-4920-9313
19+
- family-names: Dixon
20+
given-names: Toby
21+
orcid: https://orcid.org/0000-0001-8787-6336
22+
- family-names: Lay
23+
given-names: Niko Nanda Putra Nila
24+
orcid: https://orcid.org/0009-0008-2446-4287
25+
- family-names: Grünauer
26+
given-names: Gina
27+
orcid: https://orcid.org/0000-0002-6966-293X

README.md

Lines changed: 15 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,21 @@
11
# legend-pygeom-l200
22

3+
[![PyPI](https://img.shields.io/pypi/v/legend-pygeom-l200?logo=pypi)](https://pypi.org/project/legend-pygeom-l200/)
4+
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/legend-exp/legend-pygeom-l200?logo=git)
5+
[![GitHub Workflow Status](https://img.shields.io/github/checks-status/legend-exp/legend-pygeom-l200/main?label=main%20branch&logo=github)](https://github.com/legend-exp/legend-pygeom-l200/actions)
36
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
47
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
8+
[![Codecov](https://img.shields.io/codecov/c/github/legend-exp/legend-pygeom-l200?logo=codecov)](https://app.codecov.io/gh/legend-exp/legend-pygeom-l200)
9+
![GitHub issues](https://img.shields.io/github/issues/legend-exp/legend-pygeom-l200?logo=github)
10+
![GitHub pull requests](https://img.shields.io/github/issues-pr/legend-exp/legend-pygeom-l200?logo=github)
11+
![License](https://img.shields.io/github/license/legend-exp/legend-pygeom-l200)
12+
[![Read the Docs](https://img.shields.io/readthedocs/legend-pygeom-l200?logo=readthedocs)](https://legend-pygeom-l200.readthedocs.io)
513

6-
> [!WARNING]
7-
>
8-
> This is an early version of the LEGEND-200 geometry implemented with the
9-
> python-based simulation stack. It is not a drop-in replacement for MaGe, and
10-
> still under heavy development!
11-
12-
## Installation and usage
13-
14-
This package requires a working setup of
15-
[`legend-metadata`](https://github.com/legend-exp/legend-metadata) before usage.
16-
17-
Following a git checkout, the package and its other python dependencies can be
18-
installed with:
14+
This package implements the `legend-pygeom-l200` CLI utility to interact with
15+
the LEGEND-200 geometry.
1916

20-
```
21-
pip install -e .
22-
```
23-
24-
If you do not intend to edit the python code in this geometry package, you can
25-
omit the `-e` option.
26-
27-
After installation, the CLI utility `legend-pygeom-l200` is provided on your
28-
PATH. This CLI utility is the primary way to interact with this package. For
29-
now, you can find usage docs by running `legend-pygeom-l200 -h`.
17+
> [!NOTE]
18+
>
19+
> For full functionality, this package requires a working setup of
20+
> [`legend-metadata`](https://github.com/legend-exp/legend-metadata) before
21+
> usage.

0 commit comments

Comments
 (0)