Metadata-Version: 1.1
Name: flownetpy
Version: 0.0.4
Summary: A package to simulate flow networks
Home-page: https://github.com/debsankha/flownetpy
Author: Debsankha Manik
Author-email: dmanik@nld.ds.mpg.de
License: GPLv3
Description: A package to simulate flows on a network
        =========================================
        Given a grapg $G(V, E)$, and a flowmodel that defines 
        one (or mode) **fixed point(s)** f:E->R mapping each edge to a real number;
        this module enables one to calculate the said fixed point. 
        
Keywords: network science,graph theory,flow networks
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
