Metadata-Version: 2.1
Name: curveball
Version: 0.2.15
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
Platform: UNKNOWN
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.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: future
Requires-Dist: click
Requires-Dist: lxml
Requires-Dist: xlrd
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: pandas
Requires-Dist: seaborn (>=0.7.1)
Requires-Dist: scikit-learn
Requires-Dist: sympy
Requires-Dist: lmfit (>=0.9.3)
Requires-Dist: webcolors
Provides-Extra: docs
Requires-Dist: sphinx (>=1.3.0) ; extra == 'docs'
Requires-Dist: numpydoc ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: nose ; extra == 'tests'
Requires-Dist: coverage ; extra == 'tests'
Requires-Dist: pillow ; extra == 'tests'

# 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/)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/curveball.svg)](https://pypi.org/project/curveball/)
[![Build Status](https://magnum.travis-ci.com/yoavram/curveball.svg?token=jdWtkbZwtnsj5TaFxVKJ&branch=travis)](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)

[![logo](/docs/_static/logo_200px.png?raw=true)](http://www.freepik.com/free-vector/ball-of-wool_762106.htm)

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.


