Metadata-Version: 2.4
Name: asimov-pesummary
Version: 0.1.0
Summary: PESummary pipeline integration for Asimov
Author-email: Daniel Williams <daniel.williams@ligo.org>
License: MIT License
        
        Copyright (c) 2026 Daniel Williams
        
        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: Source code, https://git.ligo.org/asimov/asimov-pesummary
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Natural Language :: English
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: asimov>=0.7.0a1
Requires-Dist: pesummary
Provides-Extra: asimov
Requires-Dist: asimov>=0.7.0a1; extra == "asimov"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: kentigern>=0.3.0; extra == "docs"
Requires-Dist: numpydoc; extra == "docs"
Provides-Extra: test
Requires-Dist: pytest>=7.0.0; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Dynamic: license-file

# asimov-pesummary

PESummary pipeline integration for [Asimov](https://git.ligo.org/asimov/asimov).

This package provides a plugin for Asimov 0.7+ that enables integration with PESummary for post-processing and visualization of parameter estimation results.

## Features

- 🔌 **Plugin Architecture**: Seamlessly integrates with Asimov via entry points
- 📊 **Result Summarization**: Automatic generation of summary pages from PE results
- 🎨 **Visualization**: Automated plot generation and result presentation
- 📈 **Multi-analysis Support**: Combine results from multiple analyses
- 🚀 **HTCondor Integration**: Automated job submission for large-scale post-processing
- 🧪 **Well Tested**: Comprehensive unit test coverage

## Installation

### Via Asimov (Recommended)

If you have asimov 0.7+, you can install gravitational wave pipelines including PESummary with:

```bash
pip install asimov[gw]
```

This will automatically install asimov-pesummary and other GW analysis plugins.

### From PyPI (when released)

```bash
pip install asimov-pesummary
```

### From Source

```bash
git clone https://git.ligo.org/asimov/asimov-pesummary.git
cd asimov-pesummary
pip install -e .
```

### For Development

```bash
pip install -e ".[docs,test]"
```

## Quick Start

Once installed, the PESummary pipeline is automatically available in Asimov for post-processing parameter estimation results.

## Requirements

- Python >= 3.9
- asimov >= 0.7.0
- pesummary

## License

MIT License - see LICENSE file for details.

## Contributing

Contributions are welcome! Please see CONTRIBUTING.md for guidelines.
