Metadata-Version: 2.4
Name: curveball
Version: 0.3.0
Summary: Predicting competition results from growth curves
Home-page: https://github.com/yoavram/curveball
Author: Yoav Ram
Author-email: yoav@yoavram.com
License: MIT
Keywords: microbiology biomath evolution
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENCE.txt
Requires-Dist: future>=0.18.0
Requires-Dist: click>=7.0
Requires-Dist: lxml>=4.7.0
Requires-Dist: xlrd<2.0,>=1.2.0
Requires-Dist: numpy>=1.20.0
Requires-Dist: scipy>=1.6.0
Requires-Dist: matplotlib>=3.2.0
Requires-Dist: pandas>=1.3.0
Requires-Dist: seaborn>=0.11.0
Requires-Dist: scikit-learn>=0.24.0
Requires-Dist: sympy>=1.9.0
Requires-Dist: lmfit>=1.0.0
Requires-Dist: webcolors>=1.7
Requires-Dist: python-dateutil>=2.8.0
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: pillow; extra == "tests"
Provides-Extra: docs
Requires-Dist: sphinx>=1.3.0; extra == "docs"
Requires-Dist: numpydoc; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

# Curveball
## Predicting competition results from growth curves

[![Version](https://img.shields.io/pypi/v/curveball.svg)](https://pypi.org/project/curveball/)
[![License](https://img.shields.io/pypi/l/curveball.svg)](https://pypi.org/project/curveball/)
[![Build Status](https://app.travis-ci.com/yoavram/curveball.svg)](https://magnum.travis-ci.com/yoavram/curveball)
[![Docs](https://img.shields.io/badge/docs-latest-yellow.svg)](https://curveball.yoavram.com)
[![codecov.io](http://codecov.io/github/yoavram/curveball/coverage.svg?branch=master&token=PV0HysT5gx)](http://codecov.io/github/yoavram/curveball?branch=master)

This open-source library and application implement the method described in:

> Ram Y, Dellus-Gur E, Bibi M, Karkare K, Obolski U, Feldman MW, Cooper TF, Berman J, Hadany L. (2019) **Predicting microbial relative growth in a mixed culture from growth curve data.** _Proceedings of the National Academy of Sciences USA_ 

Please see the [documentation](https://curveball.yoavram.com) for more information.
