Metadata-Version: 2.1
Name: bicm
Version: 0.2
Summary: Package for bipartite configuration model
Home-page: https://github.com/mat701/BiCM
Author: Matteo Bruno
Author-email: matteo.bruno@imtlucca.it
License: UNKNOWN
Description: BiCM package.
        
        This is a Python package for the computation of the maximum entropy bipartite configuration model (BiCM) and the projection of bipartite networks on one layer. It was developed with Python 3.5.
        
        You can install this package via pip: pip install bicm
        
        For more solvers of maximum entropy configuration models visit:
        https://meh.imtlucca.it/
        
        You can find more references here:
        Saracco et al., Randomizing bipartite networks: the case of the World Trade Web, Scientific Reports volume 5, Article number: 10595 (2015)
        Saracco et al., Inferring monopartite projections of bipartite networks: an entropy-based approach, New Journal of Physics, Volume 19, May 2017
        Park, Newman, Statistical mechanics of networks, PRE, 2004
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7
Description-Content-Type: text/markdown
