Skip to content

Commit

Permalink
New description
Browse files Browse the repository at this point in the history
  • Loading branch information
jofmi committed May 27, 2021
1 parent af1389e commit 077bcb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Agentpy - Agent-based modeling in Python
# AgentPy - Agent-based modeling in Python

[![PyPI](https://img.shields.io/pypi/v/agentpy)](https://pypi.org/project/agentpy/)
[![GitHub](https://img.shields.io/github/license/joelforamitti/agentpy)](https://github.com/JoelForamitti/agentpy/blob/master/LICENSE)
[![Build Status](https://travis-ci.com/JoelForamitti/agentpy.svg?branch=master)](https://travis-ci.com/JoelForamitti/agentpy)
[![Documentation Status](https://readthedocs.org/projects/agentpy/badge/?version=latest)](https://agentpy.readthedocs.io/en/latest/?badge=latest)
[![codecov](https://codecov.io/gh/JoelForamitti/agentpy/branch/master/graph/badge.svg?token=NTW99HNGB0)](https://codecov.io/gh/JoelForamitti/agentpy)

Agentpy is an open-source library for the development and analysis of agent-based models in Python.
The framework integrates the tasks of model design, numerical experiments,
AgentPy is an open-source library for the development and analysis of agent-based models in Python.
The framework integrates the tasks of model design, interactive simulations, numerical experiments,
and data analysis within a single environment, and is optimized for interactive computing
with [IPython](http://ipython.org/) and [Jupyter](https://jupyter.org/).

Expand Down

0 comments on commit 077bcb9

Please sign in to comment.