Metadata-Version: 2.1
Name: vpt-segmentation-packing
Version: 1.0.1
Summary: Packs cell boundaries for the Vizgen vzg2 file format
Home-page: https://github.com/Vizgen/vpt-segmentation-packing
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: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Dist: mapbox-earcut (>=1.0.1)
Requires-Dist: numpy (>=1.24.3)
Requires-Dist: pandas[hdf5] (>=2.0.3)
Requires-Dist: pyarrow (>=8.0.0)
Requires-Dist: shapely (>=2.0.0)
Project-URL: Documentation, https://vizgen.github.io/vizgen-postprocessing/
Project-URL: Repository, https://github.com/Vizgen/vpt-segmentation-packing
Description-Content-Type: text/markdown

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)


# vpt-segmentation-packing

This library is used by the Vizgen Post-processing Tool (VPT) to compress cell boundary polygons into the vzg2 file format.
For more information, please see the [VPT User Guide](https://vizgen.github.io/vizgen-postprocessing/)


## 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 2024 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.

