Metadata-Version: 2.3
Name: korpuskulum
Version: 0.1.1
Summary: Package to evaluate particle distribution with respect to segmented membranes
License: Apache License V.3
Author: Neville B.-y. Yee
Requires-Python: >=3.10
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: icecream
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: rich
Requires-Dist: scikit-learn
Requires-Dist: scipy
Requires-Dist: starfile
Requires-Dist: tifffile
Requires-Dist: tqdm
Requires-Dist: typer
Description-Content-Type: text/markdown

# Korpuskulum

A package for evaluating particle distribution with respect to segmented membranes.

_Etymology: Corpuscle is an English word meaning a tiny particle, derived from the Latin "corpusculum"._


![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)
[![Building](https://github.com/rosalindfranklininstitute/korpuskulum/actions/workflows/python-package.yml/badge.svg)](https://github.com/rosalindfranklininstitute/korpuskulum/actions/workflows/python-package.yml)

## Installation

You can install the package by running the following commands:

```
pip install -e .
```

## Testing

You can run the package tests by running the following commands:

```
pip install .[test]
pytest
```

## Basic usage

You can run the package by using a combination of flags after the following command
```
korpus main
```
The flags and their respective usages can be displayed using the command
```
korpus main --help
```


## Issues

Please use the [GitHub issue tracker](https://github.com/rosalindfranklininstitute/korpuskulum/issues) to submit bugs or request features.

## Contributions

If you would like to help contribute to python-template, please read our [contribution](CONTRIBUTING.md) guide and [code of conduct](CODE_OF_CONDUCT.md).

## License

Copyright Rosalind Franklin Institute, 2024.

Distributed under the terms of the Apache-2.0 license, python-template is free and open source software.

