Metadata-Version: 2.1
Name: complexity-science
Version: 0.0.2
Summary: A package for complexity science research
Home-page: https://github.com/complexity-science
Author: Krister Jazz Urog
Author-email: kristerjazz.urog@gmail.com
License: UNKNOWN
Description: # Complexity Science Package
        
        `pip install complexity-science`
        
        
        ### Contributing:
        
        `git clone https://github.com/KristerJazz/complexity-science.git`
        
        
        
        -------------------------------------------------------------------------------------
        
        ## Cellular Automata
        
        Sample usage:
        
        `import complexity_science.ca as cs`
        
        `cellular_automata = cs.CA_1D(100) #creates a 1-Dimensional CA of 100 cells`
        
        `cellular_automata.initialize(50) #initializes the 50th cell of the CA`
        
        `cellular_automata.run_wolfram_rule(30, 100) #returns the resulting state of the CA following the rule and plots the result with a default colormap`
        
        -------------------------------------------------------------------------------------
        
        ## Epidemics
        
        -------------------------------------------------------------------------------------
        
        ## Networks Fragmentation
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >3.6
Description-Content-Type: text/markdown
