Metadata-Version: 2.1
Name: single-mol
Version: 0.1.1
Summary: A package to accompany the Single Molecule Counting Perspective.
License: Apache-2.0
Author: Danielle A. Faivre
Requires-Python: >=3.9
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: ipykernel (>=6.19.4)
Requires-Dist: msions (>=0.3.1)
Requires-Dist: pandas (>=1.5.2)
Requires-Dist: pymzml (>=2.5.2)
Description-Content-Type: text/markdown

# single_mol

A package to accompany the Single Molecule Counting Perspective.

## Installation

```bash
$ pip install single_mol
```

## Usage

`single_mol` can be used to recreate figures from the Single Molecule Counting Perspective.

See the [documentation](https://single_mol.readthedocs.io/en/latest/example.html) for examples.

## Files

Because some files are too large for GitHub, the files needed to recreate the figures can be found on [Panorama](https://panoramaweb.org/Single_Molecule_Counting.url).

## Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

## License

`single_mol` was created by Danielle A. Faivre. It is licensed under the terms of the Apache License 2.0 license.

## Credits

`single_mol` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).

