Metadata-Version: 1.1
Name: simx
Version: 0.3
Summary: Parallel simulation library for Python
Home-page: http://simx.lanl.gov
Author: Sunil Thulasidasan, Lukas Kroc and others
Author-email: simx-dev@lanl.gov
License: GNU LGPL
Description: 
        SimX is a library for developing parallel, discrete-event simulations
        in Python. SimX is written in C++ and Python.
        
        SimX provides the simulation developer with core functionality such as
        - event queueing
        - entity management
        - domain parititioning
        - synchronization and message passing.
        
        SimX also supports process oriented simulations. Parallel simulations are
        implemented using distributed memory and message passing.
        
        SimX has been written to be flexible enough to suit a variety of
        application domains that use discrete-event simulations for modeling,
        and has been designed to allow applications to scale from single
        processor workstations to high-performance clusters.
        
        The latest SimX sources can be downloaded from its github page at
        https://github.com/sim-x/simx or checked out via anonymous git via:
        
        git clone https://github.com/sim-x/simx.git
        
        SimX is free software; you can redistribute it and/or modify it under
        the terms of the GNU Lesser General Public License v2.1 as published
        by the Free Software Foundation.
        
        Copyright (C) 2012, 2013, 2014 Los Alamos National Security LLC. See
        COPYRIGHT.txt for details.
        
Keywords: simulation,parallel simulation,distributed simulation,discrete event simulation,agent simulation,simulation library
Platform: GNU/Linux
Platform: Unix
Platform: Mac OS-X
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Life
Classifier: Topic :: Sociology
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: System :: Distributed Computing
Requires: greenlet
