Metadata-Version: 1.0
Name: railgun
Version: 0.1.6
Summary: ctypes utilities for faster and easier simulation programming in C and Python
Home-page: http://bitbucket.org/tkf/railgun/src
Author: Takafumi Arakaki
Author-email: aka.tkf@gmail.com
License: MIT License
Description: 
        RailGun: Accelerate your simulation programing with "C on Rails"
        ================================================================
        
        Overview
        --------
        
        RailGun is a ctypes utilities for faster and easier simulation
        programming in C and Python. It requires just a few constraints to C
        library loaded from Python and gives you automatically generated
        Python class which calls C functions easily and safely.
        
        
        Installation
        ------------
        ::
        
            easy_install railgun  # using setuptools
            pip install railgun   # using pip
        
        
        Usage
        -----
        
        Please read
        `document <http://tkf.bitbucket.org/railgun-doc/>`_
        (`Japanese version <http://tkf.bitbucket.org/railgun-doc-ja/>`_) and
        `samples <https://bitbucket.org/tkf/railgun/src/tip/samples/>`_.
        
        
        Requirement
        -----------
        - Numpy
        - (matplotlib for sample code)
        
Keywords: numerical simulation,research,ctypes,numpy,c
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
