Metadata-Version: 2.1
Name: vpt_core
Version: 1.2.0
Summary: Core components for the Vizgen Post-processing Tool
Home-page: https://github.com/Vizgen/vpt-core
License: Apache-2.0
Author: Vizgen
Author-email: techsupport@vizgen.com
Maintainer: Timothy Wiggin
Maintainer-email: timothy.wiggin@vizgen.com
Requires-Python: >=3.9,<3.11
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Image Processing
Requires-Dist: boto3 (>=1.17)
Requires-Dist: fsspec (>=2021.10.0)
Requires-Dist: gcsfs (>=2021.10.0)
Requires-Dist: geopandas (>=0.13.2)
Requires-Dist: numpy (>=1.24.3,<2.0.0)
Requires-Dist: opencv-python-headless (>=4.6.0.66)
Requires-Dist: pandas (>=2.0.3,<3.0.0)
Requires-Dist: psutil
Requires-Dist: pyarrow (>=8.0.0,<14.0.0)
Requires-Dist: python-dotenv (>=0.20.0)
Requires-Dist: rasterio (>=1.3.0,<1.3.6)
Requires-Dist: s3fs (>=2021.10.0)
Requires-Dist: scikit-image (>=0.19.3)
Requires-Dist: shapely (>=2.0.0)
Requires-Dist: tenacity (>=8.2.2)
Requires-Dist: tqdm
Project-URL: Documentation, https://vizgen.github.io/vizgen-postprocessing/
Project-URL: Repository, https://github.com/Vizgen/vpt-core
Description-Content-Type: text/markdown

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Coverage Status](https://coveralls.io/repos/github/Vizgen/vpt-core/badge.svg?branch=develop&t=QkgGBn)](https://coveralls.io/github/Vizgen/vpt-core?branch=develop)

# Vizgen Post-processing Tool Core

The Vizgen Post-processing Tool (VPT) enables users to reprocess and refine the single-cell results of MERSCOPE experiments. 
VPT is a command line tool that emphasizes scalable, reproducible analysis, and can be run on a workstation, a cluster, or 
be deployed in a cloud computing environment.

VPT has a plugin architecture that allows users to install segmentation implementations a la carte. The vpt_core package implements the core classes and methods needed to build a VPT plugin.

## Documentation

[User Guide](https://vizgen.github.io/vizgen-postprocessing/)

## Feedback

If you encounter issues or bugs, let us know by [submitting an issue!](https://github.com/Vizgen/vizgen-postprocessing/issues)
Please include:

- A quick issue summary
- Steps that caused it to occur
- The exception generated by the code, if applicable
- Specific lines of code, if indicated in the error message


If you have any other feedback or issues, please reach out to your regional Vizgen field application scientist and CC: Vizgen 
Tech Support at techsupport@vizgen.com.

Please include VPT in your subject line along with the above information in the body.

## Contributing & Code of Conduct

We welcome code contributions! Please refer to the [contribution guide](CONTRIBUTING.md) before getting started.

## Authors

- [Vizgen](https://vizgen.com/)

![Logo](https://vizgen.com/wp-content/uploads/2022/12/Vizgen-Logo_Vizgen-BlackColor-.png)

## License

   Copyright 2022 Vizgen, Inc. All Rights Reserved
   
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

