Metadata-Version: 2.1
Name: replicards
Version: 1.0.0
Summary: An interactive way of teaching biological evolution through a card game.
Author: Elia Mascolo
Author-email: eliamascolo94@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# replicards
An interactive way of teaching biological evolution through a card game.

*Concept by [Elia Mascolo](https://eliamascolo.github.io/) and [Yseult HÃ©jja-Brichard](https://yseulthb.github.io/)*

---

Access the webpage presentation here: https://replicards.netlify.app/

> ***The aim of this interactive class is to demonstrate how replicants that can inherit mutations can undergo evolution by natural selection if the inheritable characteristics can affect their reproductive success.***

---

## Installation

### Using *conda*

``` bash
conda install eliamascolo::replicards
```

## User guide

Import the `replicards` library:

```python
    from replicards import Organism, Population, create
```

Example of usage [here](https://github.com/eliamascolo/replicards/blob/main/src/replicards/evo_sim_demo.py)



