Metadata-Version: 2.3
Name: copick-utils
Version: 0.6.0
Summary: Utilities for copick
License: MIT
Author: Kyle Harrington
Author-email: czi@kyleharrington.com
Requires-Python: >=3.9
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: copick (>=0.8.0)
Project-URL: Documentation, https://github.com/KyleHarrington/copick-utils#readme
Project-URL: Issues, https://github.com/KyleHarrington/copick-utils/issues
Project-URL: Source, https://github.com/KyleHarrington/copick-utils
Description-Content-Type: text/markdown

# copick-utils

[![PyPI - Version](https://img.shields.io/pypi/v/copick-utils.svg)](https://pypi.org/project/copick-utils)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/copick-utils.svg)](https://pypi.org/project/copick-utils)

-----

## Table of Contents

- [Installation](#installation)
- [Citation](#citation)
- [License](#license)

## Installation

```console
pip install copick-utils
```

## Citation

If you use `copick-utils` in your research, please cite:

```bibtex
@article{harrington2024open,
  title={Open-source Tools for CryoET Particle Picking Machine Learning Competitions},
  author={Harrington, Kyle I. and Zhao, Zhuowen and Schwartz, Jonathan and Kandel, Saugat and Ermel, Utz and Paraan, Mohammadreza and Potter, Clinton and Carragher, Bridget},
  journal={bioRxiv},
  year={2024},
  doi={10.1101/2024.11.04.621608}
}
```

This software was introduced in a NeurIPS 2024 Workshop on Machine Learning in Structural Biology as "Open-source Tools for CryoET Particle Picking Machine Learning Competitions".

## License

`copick-utils` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.

## Code of Conduct

This project adheres to the Contributor Covenant [code of conduct](https://github.com/chanzuckerberg/.github/blob/main/CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [opensource@chanzuckerberg.com](mailto:opensource@chanzuckerberg.com).

## Reporting Security Issues

If you believe you have found a security issue, please responsibly disclose by contacting us at [security@chanzuckerberg.com](mailto:security@chanzuckerberg.com).

