Skip to content
This repository was archived by the owner on Apr 25, 2020. It is now read-only.

Commit 30dc5c7

Browse files
committed
update licence, update PyPi text.
1 parent f265e19 commit 30dc5c7

3 files changed

Lines changed: 29 additions & 34 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014, jschaul
1+
Copyright (C) 2010-2014, Joé Schaul <joe.schaul@gmail.com>
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification,

LICENSE.txt

Lines changed: 0 additions & 33 deletions
This file was deleted.

pypitext.txt

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
ComplexNetworkSim is a Python package for the simulation of agents
2+
connected in a complex network.
3+
4+
Update February 2014: code is now available on github for you to fork if you want to, here: https://github.com/jschaul/ComplexNetworkSim
5+
6+
The framework can can create a virtual complex network with virtual agents
7+
that can interact with each other. This can be used for example to study
8+
the spread of an epidemic over this simulated network and compare it
9+
with a phenomenon in the real world. Agent-based simulation tools
10+
generally operate on a simple topology such as grids or lattices, but
11+
this framework goes beyond this limitation by providing support for
12+
simulation over complex topologies (i.e. any kind of non-regularly
13+
connected graph). In addition, this project is not
14+
limited to a static network, but also takes into account temporal
15+
networks, where processes can dynamically change the underlying network
16+
structure over time.
17+
18+
The package requires `NetworkX`_ and `SimPy`_ to run simulations. It also requires
19+
`matplotlib`_ (and `NumPy`_) for the visualisations and optionally `ImageMagick`_ for animated .gif images.
20+
21+
Please see http://packages.python.org/ComplexNetworkSim for documentation, installation instructions, background information and how to get started using this package.
22+
23+
24+
.. _SimPy: http://simpy.sourceforge.net/
25+
.. _NetworkX: http://networkx.lanl.gov/
26+
.. _ImageMagick: http://www.imagemagick.org/
27+
.. _NumPy: http://sourceforge.net/projects/numpy/files/NumPy/
28+
.. _matplotlib: http://sourceforge.net/projects/matplotlib/files/matplotlib/

0 commit comments

Comments
 (0)