Metadata-Version: 2.4
Name: legend_pygeom_l1000
Version: 0.1.1
Summary: Geometry model of the LEGEND-1000 experimental setup
Author-email: Moritz Neuberger <moritz.neuberger@tum.de>
Maintainer: The LEGEND Collaboration
License: Copyright 2024 Moritz Neuberger
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of
        this software and associated documentation files (the "Software"), to deal in
        the Software without restriction, including without limitation the rights to
        use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
        of the Software, and to permit persons to whom the Software is furnished to do
        so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/legend-exp/legend-pygeom-l1000
Project-URL: Bug Tracker, https://github.com/legend-exp/legend-pygeom-l1000/issues
Project-URL: Discussions, https://github.com/legend-exp/legend-pygeom-l1000/discussions
Project-URL: Changelog, https://github.com/legend-exp/legend-pygeom-l1000/releases
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: legend-pygeom-hpges
Requires-Dist: legend-pygeom-optics>=0.8.1
Requires-Dist: legend-pygeom-tools>=0.0.8
Requires-Dist: numpy
Requires-Dist: pint
Requires-Dist: pyg4ometry
Requires-Dist: dbetto
Requires-Dist: pylegendmeta>=v0.9.0
Requires-Dist: pyarrow
Requires-Dist: pyyaml
Requires-Dist: scipy
Provides-Extra: all
Requires-Dist: legend-pygeom-l1000[docs,test]; extra == "all"
Provides-Extra: docs
Requires-Dist: furo; extra == "docs"
Requires-Dist: myst-parser; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Requires-Dist: sphinx-subfigure; extra == "docs"
Provides-Extra: test
Requires-Dist: pre-commit; extra == "test"
Requires-Dist: pylegendtestdata; extra == "test"
Requires-Dist: pytest>=6.0; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Dynamic: license-file

# legend-pygeom-l1000

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

<!-- [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.16778749.svg)](https://doi.org/10.5281/zenodo.16778749) -->

This package implements the `legend-pygeom-l1000` CLI utility to interact with
the LEGEND-1000 geometry.

Following a git checkout, the package and its other python dependencies can be
installed with:

```
pip install -e .
```

The basic geometry can then be created using `legend-pygeom-l1000 l1000.gdml`.
For more information check out the documentation.
