Metadata-Version: 2.4
Name: biocircuits
Version: 0.1.18
Summary: Utilities to accompany *Biological Circuit Design* by Michael Elowitz and Justin Bois.
Author-email: Justin Bois <bois@caltech.edu>
License: BSD
Project-URL: Homepage, https://github.com/justinbois/biocircuits
Project-URL: Repository, https://github.com/justinbois/biocircuits
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: pandas
Requires-Dist: numba
Requires-Dist: tqdm
Requires-Dist: multiprocess
Requires-Dist: bokeh
Requires-Dist: matplotlib
Requires-Dist: colorcet
Requires-Dist: eqtk
Dynamic: license-file

# biocircuits

Utilities to accompany *Biological Circuit Design* by Michael Elowitz and Justin Bois.


## Installation

To install use pip:

    pip install biocircuits


## Documentation

You can access the docs from the [Biological Circuit Design website](https://biocircuits.github.io/package_docs/index.html).
